Shades of Crete #777937
Tints of Crete #777937
RGB
CMYK
RGB Variations
Color information
#777937 (or 0x777937) is known color: Crete. HEX triplet: 77, 79 and 37. RGB value is (119,121,55). Sum of RGB (Red+Green+Blue) = 119+121+55=295 (39% of max value = 765). Red value is 119 (46.88% from 255 or 40.34% from 295); Green value is 121 (47.66% from 255 or 41.02% from 295); Blue value is 55 (21.88% from 255 or 18.64% from 295); Max value from RGB is 121 - color contains mainly: green. Hex color #777937 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #777937 is #8886C8. Grayscale: #717171. Windows color (decimal): -8947401 or 3635575. OLE color: 3635575.
HSL color Cylindrical-coordinate representation of color #777937: hue angle of 61.82º degrees, saturation: 0.38, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #777937 is Cyan = 0.02, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 119 | 121 | 55 | - |
| CMYK | 0.02 | 0 | 0.55 | 0.53 |
| HSL | 61.82º | 0.38% | 0.35% | - |
| HSV(B) | 61.82º | 0.55% | 0.47% | - |
| XYZ | 15.13 | 17.87 | 6.27 | - |
| YUV | 112.88 | 95.34 | 132.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 121 | 55 | 0.02 | 0 | 0.55 | 0.53 | 61.82 | 0.38 | 0.35 |
| Hex | 77 | 79 | 37 | 2 | 0 | 37 | 35 | 3E | 26 | 23 |
| Octal | 167 | 171 | 67 | 2 | 0 | 67 | 65 | 76 | 46 | 43 |
| Binary | 1110111 | 1111001 | 110111 | 10 | 0 | 110111 | 110101 | 111110 | 100110 | 100011 |
Color Harmonies of #777937
Complementary color
Monochromatic Colors of #777937
Black with #777937
Text Example
Text Example
White with #777937
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #777937; }
p { color: rgb(119,121,55); }
H1.HeaderClassName
{
color: #777937;
}
.AnyTagClassName
{
color: #777937;
}
</style>
background-color css
<style>
a { background-color: #777937; }
a { background-color: rgb(119,121,55); }
div.DivClassName
{
background-color: #777937;
}
.BgClassName
{
background-color: #777937;
}
</style>
border-color css
<style>
span { border-color: #777937; }
span { border-color: rgb(119,121,55); }
td.TdClassName
{
border-color: #777937;
}
.TagClassName
{
border-color: #777937;
}
</style>