Shades of Crete #777239
Tints of Crete #777239
RGB
CMYK
RGB Variations
Color information
#777239 (or 0x777239) is known color: Crete. HEX triplet: 77, 72 and 39. RGB value is (119,114,57). Sum of RGB (Red+Green+Blue) = 119+114+57=290 (38% of max value = 765). Red value is 119 (46.88% from 255 or 41.03% from 290); Green value is 114 (44.92% from 255 or 39.31% from 290); Blue value is 57 (22.66% from 255 or 19.66% from 290); Max value from RGB is 119 - color contains mainly: red. Hex color #777239 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #777239 is #888DC6. Grayscale: #6D6D6D. Windows color (decimal): -8949191 or 3764855. OLE color: 3764855.
HSL color Cylindrical-coordinate representation of color #777239: hue angle of 55.16º degrees, saturation: 0.35, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #777239 is Cyan = 0, Magento = 0.04, Yellow = 0.52 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 119 | 114 | 57 | - |
| CMYK | 0 | 0.04 | 0.52 | 0.53 |
| HSL | 55.16º | 0.35% | 0.35% | - |
| HSV(B) | 55.16º | 0.52% | 0.47% | - |
| XYZ | 14.36 | 16.25 | 6.25 | - |
| YUV | 109 | 98.66 | 135.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 114 | 57 | 0 | 0.04 | 0.52 | 0.53 | 55.16 | 0.35 | 0.35 |
| Hex | 77 | 72 | 39 | 0 | 4 | 34 | 35 | 37 | 23 | 23 |
| Octal | 167 | 162 | 71 | 0 | 4 | 64 | 65 | 67 | 43 | 43 |
| Binary | 1110111 | 1110010 | 111001 | 0 | 100 | 110100 | 110101 | 110111 | 100011 | 100011 |
Color Harmonies of #777239
Complementary color
Monochromatic Colors of #777239
Black with #777239
Text Example
Text Example
White with #777239
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #777239; }
p { color: rgb(119,114,57); }
H1.HeaderClassName
{
color: #777239;
}
.AnyTagClassName
{
color: #777239;
}
</style>
background-color css
<style>
a { background-color: #777239; }
a { background-color: rgb(119,114,57); }
div.DivClassName
{
background-color: #777239;
}
.BgClassName
{
background-color: #777239;
}
</style>
border-color css
<style>
span { border-color: #777239; }
span { border-color: rgb(119,114,57); }
td.TdClassName
{
border-color: #777239;
}
.TagClassName
{
border-color: #777239;
}
</style>