Shades of Genoa #33776E
Tints of Genoa #33776E
RGB
CMYK
RGB Variations
Color information
#33776E (or 0x33776E) is known color: Genoa. HEX triplet: 33, 77 and 6E. RGB value is (51,119,110). Sum of RGB (Red+Green+Blue) = 51+119+110=280 (37% of max value = 765). Red value is 51 (20.31% from 255 or 18.21% from 280); Green value is 119 (46.88% from 255 or 42.5% from 280); Blue value is 110 (43.36% from 255 or 39.29% from 280); Max value from RGB is 119 - color contains mainly: green. Hex color #33776E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #33776E is #CC8891. Grayscale: #616161. Windows color (decimal): -13404306 or 7239475. OLE color: 7239475.
HSL color Cylindrical-coordinate representation of color #33776E: hue angle of 172.06º 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 #33776E is Cyan = 0.57, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 51 | 119 | 110 | - |
| CMYK | 0.57 | 0 | 0.08 | 0.53 |
| HSL | 172.06º | 0.4% | 0.33% | - |
| HSV(B) | 172.06º | 0.57% | 0.47% | - |
| XYZ | 10.78 | 15.02 | 17.08 | - |
| YUV | 97.64 | 134.97 | 94.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 119 | 110 | 0.57 | 0 | 0.08 | 0.53 | 172.06 | 0.4 | 0.33 |
| Hex | 33 | 77 | 6E | 39 | 0 | 8 | 35 | AC | 28 | 21 |
| Octal | 63 | 167 | 156 | 71 | 0 | 10 | 65 | 254 | 50 | 41 |
| Binary | 110011 | 1110111 | 1101110 | 111001 | 0 | 1000 | 110101 | 10101100 | 101000 | 100001 |
Color Harmonies of #33776E
Complementary color
Monochromatic Colors of #33776E
Black with #33776E
Text Example
Text Example
White with #33776E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #33776E; }
p { color: rgb(51,119,110); }
H1.HeaderClassName
{
color: #33776E;
}
.AnyTagClassName
{
color: #33776E;
}
</style>
background-color css
<style>
a { background-color: #33776E; }
a { background-color: rgb(51,119,110); }
div.DivClassName
{
background-color: #33776E;
}
.BgClassName
{
background-color: #33776E;
}
</style>
border-color css
<style>
span { border-color: #33776E; }
span { border-color: rgb(51,119,110); }
td.TdClassName
{
border-color: #33776E;
}
.TagClassName
{
border-color: #33776E;
}
</style>