#242 Grey42
#6C6C6C
GreyscaleHEX#6C6C6C
RGB108, 108, 108
HSL0°, 0%, 42%
CMYK0%, 0%, 0%, 58%
Xterm ID242
GrupoGreyscale
Códigos de Terminal
Foreground (texto)
\x1b[38;5;242m Background (fondo)
\x1b[48;5;242m Bash echo
echo -e "\033[38;5;242mTexto\033[0m" Python
print(f"\033[38;5;242mTexto\033[0m") CSS
Color HEX
color: #6C6C6C; Color RGB
color: rgb(108, 108, 108); Background
background-color: #6C6C6C;