Shades of Crete #777033
Tints of Crete #777033
RGB
CMYK
RGB Variations
Color information
#777033 (or 0x777033) is known color: Crete. HEX triplet: 77, 70 and 33. RGB value is (119,112,51). Sum of RGB (Red+Green+Blue) = 119+112+51=282 (37% of max value = 765). Red value is 119 (46.88% from 255 or 42.20% from 282); Green value is 112 (44.14% from 255 or 39.72% from 282); Blue value is 51 (20.31% from 255 or 18.09% from 282); Max value from RGB is 119 - color contains mainly: red. Hex color #777033 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #777033 is #888FCC. Grayscale: #6B6B6B. Windows color (decimal): -8949709 or 3371127. OLE color: 3371127.
HSL color Cylindrical-coordinate representation of color #777033: hue angle of 53.82º 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 #777033 is Cyan = 0, Magento = 0.06, Yellow = 0.57 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 119 | 112 | 51 | - |
| CMYK | 0 | 0.06 | 0.57 | 0.53 |
| HSL | 53.82º | 0.4% | 0.33% | - |
| HSV(B) | 53.82º | 0.57% | 0.47% | - |
| XYZ | 14 | 15.75 | 5.43 | - |
| YUV | 107.14 | 96.32 | 136.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 112 | 51 | 0 | 0.06 | 0.57 | 0.53 | 53.82 | 0.4 | 0.33 |
| Hex | 77 | 70 | 33 | 0 | 6 | 39 | 35 | 36 | 28 | 21 |
| Octal | 167 | 160 | 63 | 0 | 6 | 71 | 65 | 66 | 50 | 41 |
| Binary | 1110111 | 1110000 | 110011 | 0 | 110 | 111001 | 110101 | 110110 | 101000 | 100001 |
Color Harmonies of #777033
Complementary color
Monochromatic Colors of #777033
Black with #777033
Text Example
Text Example
White with #777033
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #777033; }
p { color: rgb(119,112,51); }
H1.HeaderClassName
{
color: #777033;
}
.AnyTagClassName
{
color: #777033;
}
</style>
background-color css
<style>
a { background-color: #777033; }
a { background-color: rgb(119,112,51); }
div.DivClassName
{
background-color: #777033;
}
.BgClassName
{
background-color: #777033;
}
</style>
border-color css
<style>
span { border-color: #777033; }
span { border-color: rgb(119,112,51); }
td.TdClassName
{
border-color: #777033;
}
.TagClassName
{
border-color: #777033;
}
</style>