Shades of Crete #776E33
Tints of Crete #776E33
RGB
CMYK
RGB Variations
Color information
#776E33 (or 0x776E33) is known color: Crete. HEX triplet: 77, 6E and 33. RGB value is (119,110,51). Sum of RGB (Red+Green+Blue) = 119+110+51=280 (37% of max value = 765). Red value is 119 (46.88% from 255 or 42.5% from 280); Green value is 110 (43.36% from 255 or 39.29% from 280); Blue value is 51 (20.31% from 255 or 18.21% from 280); Max value from RGB is 119 - color contains mainly: red. Hex color #776E33 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #776E33 is #8891CC. Grayscale: #6A6A6A. Windows color (decimal): -8950221 or 3370615. OLE color: 3370615.
HSL color Cylindrical-coordinate representation of color #776E33: hue angle of 52.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 #776E33 is Cyan = 0, Magento = 0.08, Yellow = 0.57 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 119 | 110 | 51 | - |
| CMYK | 0 | 0.08 | 0.57 | 0.53 |
| HSL | 52.06º | 0.4% | 0.33% | - |
| HSV(B) | 52.06º | 0.57% | 0.47% | - |
| XYZ | 13.78 | 15.31 | 5.36 | - |
| YUV | 105.97 | 96.98 | 137.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 110 | 51 | 0 | 0.08 | 0.57 | 0.53 | 52.06 | 0.4 | 0.33 |
| Hex | 77 | 6E | 33 | 0 | 8 | 39 | 35 | 34 | 28 | 21 |
| Octal | 167 | 156 | 63 | 0 | 10 | 71 | 65 | 64 | 50 | 41 |
| Binary | 1110111 | 1101110 | 110011 | 0 | 1000 | 111001 | 110101 | 110100 | 101000 | 100001 |
Color Harmonies of #776E33
Complementary color
Monochromatic Colors of #776E33
Black with #776E33
Text Example
Text Example
White with #776E33
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #776E33; }
p { color: rgb(119,110,51); }
H1.HeaderClassName
{
color: #776E33;
}
.AnyTagClassName
{
color: #776E33;
}
</style>
background-color css
<style>
a { background-color: #776E33; }
a { background-color: rgb(119,110,51); }
div.DivClassName
{
background-color: #776E33;
}
.BgClassName
{
background-color: #776E33;
}
</style>
border-color css
<style>
span { border-color: #776E33; }
span { border-color: rgb(119,110,51); }
td.TdClassName
{
border-color: #776E33;
}
.TagClassName
{
border-color: #776E33;
}
</style>