Tool (or formula) that to convert RGB color to xcolor code (example of the type red!30!green) ...
On model categories where every object is bifibrant
What is ( CFMCC ) on ILS approach chart?
Disadvantage of gaining multiple levels at once in a short milestone-XP game
How do I go from 300 unfinished/half written blog posts, to published posts?
Why is the US ranked as #45 in Press Freedom ratings, despite its extremely permissive free speech laws?
Why do professional authors make "consistency" mistakes? And how to avoid them?
How to subset dataframe based on a "not equal to" criteria applied to a large number of columns?
In excess I'm lethal
How do scammers retract money, while you can’t?
Received an invoice from my ex-employer billing me for training; how to handle?
Indicator light circuit
Novel about a guy who is possessed by the divine essence and the world ends?
Inappropriate reference requests from Journal reviewers
Workaholic Formal/Informal
What is the result of assigning to std::vector<T>::begin()?
At which OSI layer a user-generated data resides?
Why don't programming languages automatically manage the synchronous/asynchronous problem?
Example of a Mathematician/Physicist whose Other Publications during their PhD eclipsed their PhD Thesis
Written every which way
Is micro rebar a better way to reinforce concrete than rebar?
Why am I allowed to create multiple unique pointers from a single object?
Return the Closest Prime Number
Is there a difference between "Fahrstuhl" and "Aufzug"
I believe this to be a fraud - hired, then asked to cash check and send cash as Bitcoin
Tool (or formula) that to convert RGB color to xcolor code (example of the type red!30!green)
The Next CEO of Stack OverflowConvert color name to pdfliteral codeFiguring out RGB or HEX color from xcolorExact green color of example in BeamerConvert color wavelength to rgb (xcolor)The xcolor package detected undefined colorxcolor - What is the equivalent of default text color?Get red green and blue channels of a defined color! Package xcolor Error: Undefined color `RED'. Only affecting one chapterColors in the PDF Output - convert rgb rich gray to pure gray (xcolor, tikzs, pgplots)Fill the symbol with defined rgb color
Often I use xcolor package also to create several and customize kinds of colors.
Many times I use the combination of the page 33 because it's understandable to me:

But to find the exact shade of color, I do a lot of tests, which take even a few hours. Sometimes I use the colors of dvipsnames, via svgnames, via x11names.
I ask if somebody knows an online tool (or a specific formula) that convert me directly an RGB color with a code like, for example, blue!50!yellow. This question is closely connected to another one that you can find on this link:
https://graphicdesign.stackexchange.com/questions/120490/as-to-known-the-colors-used-in-an-image
I don't want to define a long list of definecolor{name}{model}{color-spec} (for example definecolor{ultramarine}{RGB}{0,32,96}) because I forget all the custom colors that I have customized.
color tools
add a comment |
Often I use xcolor package also to create several and customize kinds of colors.
Many times I use the combination of the page 33 because it's understandable to me:

But to find the exact shade of color, I do a lot of tests, which take even a few hours. Sometimes I use the colors of dvipsnames, via svgnames, via x11names.
I ask if somebody knows an online tool (or a specific formula) that convert me directly an RGB color with a code like, for example, blue!50!yellow. This question is closely connected to another one that you can find on this link:
https://graphicdesign.stackexchange.com/questions/120490/as-to-known-the-colors-used-in-an-image
I don't want to define a long list of definecolor{name}{model}{color-spec} (for example definecolor{ultramarine}{RGB}{0,32,96}) because I forget all the custom colors that I have customized.
color tools
2
Why don't you use the RGB color value and just define the color that way (give it a name)? Maybe I just don't understand your question…
– TeXnician
29 mins ago
@TeXnician I expected this answer :-). I don't want to define many defecolor{name}{model}{color-spec}.
– Sebastiano
26 mins ago
First of all, it would save you many hours ;) Secondly, you should not use so many colors that you do not even remember their names. Unfortunately, I think that the xcolor syntax is not widespread enough for any online tool to pick it up…
– TeXnician
11 mins ago
@TeXnician Do you know I have to think hard about what I had for dinner last night? :-) Maybe someone here could create a mathematical code that converts colors from RGB to xcolor. :-) It could be useful for people like me :-) I thought about this question a long time ago, but it's come to my mind now.
– Sebastiano
7 mins ago
add a comment |
Often I use xcolor package also to create several and customize kinds of colors.
Many times I use the combination of the page 33 because it's understandable to me:

But to find the exact shade of color, I do a lot of tests, which take even a few hours. Sometimes I use the colors of dvipsnames, via svgnames, via x11names.
I ask if somebody knows an online tool (or a specific formula) that convert me directly an RGB color with a code like, for example, blue!50!yellow. This question is closely connected to another one that you can find on this link:
https://graphicdesign.stackexchange.com/questions/120490/as-to-known-the-colors-used-in-an-image
I don't want to define a long list of definecolor{name}{model}{color-spec} (for example definecolor{ultramarine}{RGB}{0,32,96}) because I forget all the custom colors that I have customized.
color tools
Often I use xcolor package also to create several and customize kinds of colors.
Many times I use the combination of the page 33 because it's understandable to me:

But to find the exact shade of color, I do a lot of tests, which take even a few hours. Sometimes I use the colors of dvipsnames, via svgnames, via x11names.
I ask if somebody knows an online tool (or a specific formula) that convert me directly an RGB color with a code like, for example, blue!50!yellow. This question is closely connected to another one that you can find on this link:
https://graphicdesign.stackexchange.com/questions/120490/as-to-known-the-colors-used-in-an-image
I don't want to define a long list of definecolor{name}{model}{color-spec} (for example definecolor{ultramarine}{RGB}{0,32,96}) because I forget all the custom colors that I have customized.
color tools
color tools
edited 11 mins ago
Sebastiano
asked 34 mins ago
SebastianoSebastiano
11.3k42164
11.3k42164
2
Why don't you use the RGB color value and just define the color that way (give it a name)? Maybe I just don't understand your question…
– TeXnician
29 mins ago
@TeXnician I expected this answer :-). I don't want to define many defecolor{name}{model}{color-spec}.
– Sebastiano
26 mins ago
First of all, it would save you many hours ;) Secondly, you should not use so many colors that you do not even remember their names. Unfortunately, I think that the xcolor syntax is not widespread enough for any online tool to pick it up…
– TeXnician
11 mins ago
@TeXnician Do you know I have to think hard about what I had for dinner last night? :-) Maybe someone here could create a mathematical code that converts colors from RGB to xcolor. :-) It could be useful for people like me :-) I thought about this question a long time ago, but it's come to my mind now.
– Sebastiano
7 mins ago
add a comment |
2
Why don't you use the RGB color value and just define the color that way (give it a name)? Maybe I just don't understand your question…
– TeXnician
29 mins ago
@TeXnician I expected this answer :-). I don't want to define many defecolor{name}{model}{color-spec}.
– Sebastiano
26 mins ago
First of all, it would save you many hours ;) Secondly, you should not use so many colors that you do not even remember their names. Unfortunately, I think that the xcolor syntax is not widespread enough for any online tool to pick it up…
– TeXnician
11 mins ago
@TeXnician Do you know I have to think hard about what I had for dinner last night? :-) Maybe someone here could create a mathematical code that converts colors from RGB to xcolor. :-) It could be useful for people like me :-) I thought about this question a long time ago, but it's come to my mind now.
– Sebastiano
7 mins ago
2
2
Why don't you use the RGB color value and just define the color that way (give it a name)? Maybe I just don't understand your question…
– TeXnician
29 mins ago
Why don't you use the RGB color value and just define the color that way (give it a name)? Maybe I just don't understand your question…
– TeXnician
29 mins ago
@TeXnician I expected this answer :-). I don't want to define many defecolor{name}{model}{color-spec}.
– Sebastiano
26 mins ago
@TeXnician I expected this answer :-). I don't want to define many defecolor{name}{model}{color-spec}.
– Sebastiano
26 mins ago
First of all, it would save you many hours ;) Secondly, you should not use so many colors that you do not even remember their names. Unfortunately, I think that the xcolor syntax is not widespread enough for any online tool to pick it up…
– TeXnician
11 mins ago
First of all, it would save you many hours ;) Secondly, you should not use so many colors that you do not even remember their names. Unfortunately, I think that the xcolor syntax is not widespread enough for any online tool to pick it up…
– TeXnician
11 mins ago
@TeXnician Do you know I have to think hard about what I had for dinner last night? :-) Maybe someone here could create a mathematical code that converts colors from RGB to xcolor. :-) It could be useful for people like me :-) I thought about this question a long time ago, but it's come to my mind now.
– Sebastiano
7 mins ago
@TeXnician Do you know I have to think hard about what I had for dinner last night? :-) Maybe someone here could create a mathematical code that converts colors from RGB to xcolor. :-) It could be useful for people like me :-) I thought about this question a long time ago, but it's come to my mind now.
– Sebastiano
7 mins ago
add a comment |
0
active
oldest
votes
Your Answer
StackExchange.ready(function() {
var channelOptions = {
tags: "".split(" "),
id: "85"
};
initTagRenderer("".split(" "), "".split(" "), channelOptions);
StackExchange.using("externalEditor", function() {
// Have to fire editor after snippets, if snippets enabled
if (StackExchange.settings.snippets.snippetsEnabled) {
StackExchange.using("snippets", function() {
createEditor();
});
}
else {
createEditor();
}
});
function createEditor() {
StackExchange.prepareEditor({
heartbeatType: 'answer',
autoActivateHeartbeat: false,
convertImagesToLinks: false,
noModals: true,
showLowRepImageUploadWarning: true,
reputationToPostImages: null,
bindNavPrevention: true,
postfix: "",
imageUploader: {
brandingHtml: "Powered by u003ca class="icon-imgur-white" href="https://imgur.com/"u003eu003c/au003e",
contentPolicyHtml: "User contributions licensed under u003ca href="https://creativecommons.org/licenses/by-sa/3.0/"u003ecc by-sa 3.0 with attribution requiredu003c/au003e u003ca href="https://stackoverflow.com/legal/content-policy"u003e(content policy)u003c/au003e",
allowUrls: true
},
onDemand: true,
discardSelector: ".discard-answer"
,immediatelyShowMarkdownHelp:true
});
}
});
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2ftex.stackexchange.com%2fquestions%2f482177%2ftool-or-formula-that-to-convert-rgb-color-to-xcolor-code-example-of-the-type%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
0
active
oldest
votes
0
active
oldest
votes
active
oldest
votes
active
oldest
votes
Thanks for contributing an answer to TeX - LaTeX Stack Exchange!
- Please be sure to answer the question. Provide details and share your research!
But avoid …
- Asking for help, clarification, or responding to other answers.
- Making statements based on opinion; back them up with references or personal experience.
To learn more, see our tips on writing great answers.
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2ftex.stackexchange.com%2fquestions%2f482177%2ftool-or-formula-that-to-convert-rgb-color-to-xcolor-code-example-of-the-type%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
2
Why don't you use the RGB color value and just define the color that way (give it a name)? Maybe I just don't understand your question…
– TeXnician
29 mins ago
@TeXnician I expected this answer :-). I don't want to define many defecolor{name}{model}{color-spec}.
– Sebastiano
26 mins ago
First of all, it would save you many hours ;) Secondly, you should not use so many colors that you do not even remember their names. Unfortunately, I think that the xcolor syntax is not widespread enough for any online tool to pick it up…
– TeXnician
11 mins ago
@TeXnician Do you know I have to think hard about what I had for dinner last night? :-) Maybe someone here could create a mathematical code that converts colors from RGB to xcolor. :-) It could be useful for people like me :-) I thought about this question a long time ago, but it's come to my mind now.
– Sebastiano
7 mins ago