About 1,060,000 results
Open links in new tab
  1. tikz pgf - How to specify a fill color in RGB format in a node in ...

    38 Werner has shown the rgb-syntax to mix colors, egreg has shown how to define a color in RGB and then use it. If you want to specify a color with RGB values [0-255] without defining it …

  2. How are the colors for certain schemes defined in moderncv?

    @Dave: Inside the \makecvtitle macro you'll see the family/last name uses color2 while the first name uses color2!50 (50% of color2). In your other documents, add \usepackage{xcolor} …

  3. How to use a large number of arbitrary rgb colors in a TikZ image?

    Here is how. In principle, tikz recognizes a color specificacion of the form {rgb:red,255;green,255;blue:255}. But it is not interpreted as one would expect. For example …

  4. Does anyone have a "\newrgbcolor {colourname} {x.x.x}" list?

    However, I've recently needed to use pstricks (I think it's called) and to use colours (at least in the template I'm working with) I need to type in RGB values, which is unsatisfactory. Does anyone …

  5. Light Gray color in beamer - TeX - LaTeX Stack Exchange

    The Link you provided, mentiones the values of RGB (red green blue as mention by @Jake in the comments above) in a range from 0 to 255, i.e. in 8 bit values each.

  6. tcolorbox - Create a color box? - TeX - LaTeX Stack Exchange

    anyone can help me with latex code how to create a box as the following figures? the second box is I tried to use package{tcolorbox}, but not succeed. I would like to create a box exactly as in …

  7. \\cellcolor overwrites table lines - TeX - LaTeX Stack Exchange

    I have a table which I want to fill with multiple colors, each cell possibly different from another. Which means, I can't make use of e.g. \\columncolor (as in this post). While the table without any

  8. How to customize beamer's color - TeX - LaTeX Stack Exchange

    How to get those colors where? Your question is ambiguous. You have a theme in your sample code and show an image with a very different theme, so it is not clear how the different colors …

  9. How do I make sure images are CMYK? - TeX - LaTeX Stack …

    I therefore recommend to remove an maybe existing profiles in the image using +profile "*" when you are sure it is a RGB file, so that all files are handled uniformly, and then 2 profiles should …

  10. Define and use new colors for \rowcolor (Colortbl) - TeX

    That's why I said \rowcolor{maroon}. The optional argument of \color (or \rowcolor) is a color model and if used then the mandatory argumnet takes a color syntax in that model so the …