#247 Grey62
#9E9E9E
GreyscaleHEX#9E9E9E
RGB158, 158, 158
HSL0°, 0%, 62%
CMYK0%, 0%, 0%, 38%
Xterm ID247
GrupoGreyscale
Códigos de Terminal
Foreground (texto)
\x1b[38;5;247m Background (fondo)
\x1b[48;5;247m Bash echo
echo -e "\033[38;5;247mTexto\033[0m" Python
print(f"\033[38;5;247mTexto\033[0m") CSS
Color HEX
color: #9E9E9E; Color RGB
color: rgb(158, 158, 158); Background
background-color: #9E9E9E;