#7 Silver
#C0C0C0
NormalHEX#C0C0C0
RGB192, 192, 192
HSL0°, 0%, 75%
CMYK0%, 0%, 0%, 25%
Xterm ID7
GrupoNormal
Códigos de Terminal
Foreground (texto)
\x1b[38;5;7m Background (fondo)
\x1b[48;5;7m Bash echo
echo -e "\033[38;5;7mTexto\033[0m" Python
print(f"\033[38;5;7mTexto\033[0m") CSS
Color HEX
color: #C0C0C0; Color RGB
color: rgb(192, 192, 192); Background
background-color: #C0C0C0;