Generalshades of gray

LaTeX specific issues not fitting into one of the other forums of this category.
Post Reply
mrmag
Posts: 14
Joined: Mon Jul 21, 2008 1:55 pm

shades of gray

Post by mrmag »

Hello Latex-community,

is there in xcolor some predefined shades of gray? Like 38 Macintosh patterns mac01, mac02, …, max38 in XY-pic.

Thank you in advance!

Recommended reading 2024:

LaTeXguide.org • LaTeX-Cookbook.net • TikZ.org

Learn LaTeX easily with newest books:

The LaTeX Beginner's Guide: 2nd edition and perfect for students writing a thesis

The LaTeX Cookbook: 2nd edition full of practical examples for mathematics, physics, chemistry, and more

LaTeX Graphics with TikZ: the first book about TikZ for perfect drawings in your LaTeX thesis

User avatar
localghost
Site Moderator
Posts: 9202
Joined: Fri Feb 02, 2007 12:06 pm

shades of gray

Post by localghost »

In some kind xcolor provides what your are searching for

Code: Select all

\color{gray!10}
...
\color{gray!50}
...
\color{gray!90}
\color{gray}
I'm not sure if that is satisfying for you.


Best egards
Thorsten¹
Post Reply