Shades of Crete #776E32
Tints of Crete #776E32
RGB
CMYK
RGB Variations
Color information
#776E32 (or 0x776E32) is known color: Crete. HEX triplet: 77, 6E and 32. RGB value is (119,110,50). Sum of RGB (Red+Green+Blue) = 119+110+50=279 (36% of max value = 765). Red value is 119 (46.88% from 255 or 42.65% from 279); Green value is 110 (43.36% from 255 or 39.43% from 279); Blue value is 50 (19.92% from 255 or 17.92% from 279); Max value from RGB is 119 - color contains mainly: red. Hex color #776E32 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #776E32 is #8891CD. Grayscale: #6A6A6A. Windows color (decimal): -8950222 or 3305079. OLE color: 3305079.
HSL color Cylindrical-coordinate representation of color #776E32: hue angle of 52.17º 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 #776E32 is Cyan = 0, Magento = 0.08, Yellow = 0.58 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 119 | 110 | 50 | - |
| CMYK | 0 | 0.08 | 0.58 | 0.53 |
| HSL | 52.17º | 0.41% | 0.33% | - |
| HSV(B) | 52.17º | 0.58% | 0.47% | - |
| XYZ | 13.76 | 15.3 | 5.25 | - |
| YUV | 105.85 | 96.48 | 137.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 110 | 50 | 0 | 0.08 | 0.58 | 0.53 | 52.17 | 0.41 | 0.33 |
| Hex | 77 | 6E | 32 | 0 | 8 | 3A | 35 | 34 | 29 | 21 |
| Octal | 167 | 156 | 62 | 0 | 10 | 72 | 65 | 64 | 51 | 41 |
| Binary | 1110111 | 1101110 | 110010 | 0 | 1000 | 111010 | 110101 | 110100 | 101001 | 100001 |
Color Harmonies of #776E32
Complementary color
Monochromatic Colors of #776E32
Black with #776E32
Text Example
Text Example
White with #776E32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #776E32; }
p { color: rgb(119,110,50); }
H1.HeaderClassName
{
color: #776E32;
}
.AnyTagClassName
{
color: #776E32;
}
</style>
background-color css
<style>
a { background-color: #776E32; }
a { background-color: rgb(119,110,50); }
div.DivClassName
{
background-color: #776E32;
}
.BgClassName
{
background-color: #776E32;
}
</style>
border-color css
<style>
span { border-color: #776E32; }
span { border-color: rgb(119,110,50); }
td.TdClassName
{
border-color: #776E32;
}
.TagClassName
{
border-color: #776E32;
}
</style>