Codice colore argento RGB = # C0C0C0 = 192 * 65536 + 192 * 256 + 192 = (192,192,192)
ROSSO = 192, VERDE = 192, BLU = 192
| Colore | Nome colore HTML / CSS |
Codice esadecimale #RRGGBB |
Codice decimale (R, G, B) |
|---|---|---|---|
| grigio chiaro | # D3D3D3 | rgb (211,211,211) | |
| argento | # C0C0C0 | rgb (192,192,192) | |
| grigio scuro | # A9A9A9 | rgb (169.169.169) | |
| grigio | # 808080 | rgb (128.128.128) |