Shades of Genoa #33776C
Tints of Genoa #33776C
RGB
CMYK
RGB Variations
Color information
#33776C (or 0x33776C) is known color: Genoa. HEX triplet: 33, 77 and 6C. RGB value is (51,119,108). Sum of RGB (Red+Green+Blue) = 51+119+108=278 (36% of max value = 765). Red value is 51 (20.31% from 255 or 18.35% from 278); Green value is 119 (46.88% from 255 or 42.81% from 278); Blue value is 108 (42.58% from 255 or 38.85% from 278); Max value from RGB is 119 - color contains mainly: green. Hex color #33776C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #33776C is #CC8893. Grayscale: #616161. Windows color (decimal): -13404308 or 7108403. OLE color: 7108403.
HSL color Cylindrical-coordinate representation of color #33776C: hue angle of 170.29º degrees, saturation: 0.4, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #33776C is Cyan = 0.57, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 51 | 119 | 108 | - |
| CMYK | 0.57 | 0 | 0.09 | 0.53 |
| HSL | 170.29º | 0.4% | 0.33% | - |
| HSV(B) | 170.29º | 0.57% | 0.47% | - |
| XYZ | 10.67 | 14.98 | 16.52 | - |
| YUV | 97.41 | 133.97 | 94.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 119 | 108 | 0.57 | 0 | 0.09 | 0.53 | 170.29 | 0.4 | 0.33 |
| Hex | 33 | 77 | 6C | 39 | 0 | 9 | 35 | AA | 28 | 21 |
| Octal | 63 | 167 | 154 | 71 | 0 | 11 | 65 | 252 | 50 | 41 |
| Binary | 110011 | 1110111 | 1101100 | 111001 | 0 | 1001 | 110101 | 10101010 | 101000 | 100001 |
Color Harmonies of #33776C
Complementary color
Monochromatic Colors of #33776C
Black with #33776C
Text Example
Text Example
White with #33776C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #33776C; }
p { color: rgb(51,119,108); }
H1.HeaderClassName
{
color: #33776C;
}
.AnyTagClassName
{
color: #33776C;
}
</style>
background-color css
<style>
a { background-color: #33776C; }
a { background-color: rgb(51,119,108); }
div.DivClassName
{
background-color: #33776C;
}
.BgClassName
{
background-color: #33776C;
}
</style>
border-color css
<style>
span { border-color: #33776C; }
span { border-color: rgb(51,119,108); }
td.TdClassName
{
border-color: #33776C;
}
.TagClassName
{
border-color: #33776C;
}
</style>