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

NEW: TikZ book now 40% off at Amazon.com for a short time.

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