Shades of Genoa #32776C
Tints of Genoa #32776C
RGB
CMYK
RGB Variations
Color information
#32776C (or 0x32776C) is known color: Genoa. HEX triplet: 32, 77 and 6C. RGB value is (50,119,108). Sum of RGB (Red+Green+Blue) = 50+119+108=277 (36% of max value = 765). Red value is 50 (19.92% from 255 or 18.05% from 277); Green value is 119 (46.88% from 255 or 42.96% from 277); Blue value is 108 (42.58% from 255 or 38.99% from 277); Max value from RGB is 119 - color contains mainly: green. Hex color #32776C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #32776C is #CD8893. Grayscale: #616161. Windows color (decimal): -13469844 or 7108402. OLE color: 7108402.
HSL color Cylindrical-coordinate representation of color #32776C: hue angle of 170.43º degrees, saturation: 0.41, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #32776C is Cyan = 0.58, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 50 | 119 | 108 | - |
| CMYK | 0.58 | 0 | 0.09 | 0.53 |
| HSL | 170.43º | 0.41% | 0.33% | - |
| HSV(B) | 170.43º | 0.58% | 0.47% | - |
| XYZ | 10.62 | 14.95 | 16.51 | - |
| YUV | 97.12 | 134.14 | 94.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 119 | 108 | 0.58 | 0 | 0.09 | 0.53 | 170.43 | 0.41 | 0.33 |
| Hex | 32 | 77 | 6C | 3A | 0 | 9 | 35 | AA | 29 | 21 |
| Octal | 62 | 167 | 154 | 72 | 0 | 11 | 65 | 252 | 51 | 41 |
| Binary | 110010 | 1110111 | 1101100 | 111010 | 0 | 1001 | 110101 | 10101010 | 101001 | 100001 |
Color Harmonies of #32776C
Complementary color
Monochromatic Colors of #32776C
Black with #32776C
Text Example
Text Example
White with #32776C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32776C; }
p { color: rgb(50,119,108); }
H1.HeaderClassName
{
color: #32776C;
}
.AnyTagClassName
{
color: #32776C;
}
</style>
background-color css
<style>
a { background-color: #32776C; }
a { background-color: rgb(50,119,108); }
div.DivClassName
{
background-color: #32776C;
}
.BgClassName
{
background-color: #32776C;
}
</style>
border-color css
<style>
span { border-color: #32776C; }
span { border-color: rgb(50,119,108); }
td.TdClassName
{
border-color: #32776C;
}
.TagClassName
{
border-color: #32776C;
}
</style>