Shades of Crete #777A40
Tints of Crete #777A40
RGB
CMYK
RGB Variations
Color information
#777A40 (or 0x777A40) is known color: Crete. HEX triplet: 77, 7A and 40. RGB value is (119,122,64). Sum of RGB (Red+Green+Blue) = 119+122+64=305 (40% of max value = 765). Red value is 119 (46.88% from 255 or 39.02% from 305); Green value is 122 (48.05% from 255 or 40% from 305); Blue value is 64 (25.39% from 255 or 20.98% from 305); Max value from RGB is 122 - color contains mainly: green. Hex color #777A40 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #777A40 is #8885BF. Grayscale: #727272. Windows color (decimal): -8947136 or 4225655. OLE color: 4225655.
HSL color Cylindrical-coordinate representation of color #777A40: hue angle of 63.1º degrees, saturation: 0.31, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #777A40 is Cyan = 0.02, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 119 | 122 | 64 | - |
| CMYK | 0.02 | 0 | 0.48 | 0.52 |
| HSL | 63.1º | 0.31% | 0.36% | - |
| HSV(B) | 63.1º | 0.48% | 0.48% | - |
| XYZ | 15.49 | 18.21 | 7.55 | - |
| YUV | 114.49 | 99.51 | 131.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 122 | 64 | 0.02 | 0 | 0.48 | 0.52 | 63.1 | 0.31 | 0.36 |
| Hex | 77 | 7A | 40 | 2 | 0 | 30 | 34 | 3F | 1F | 24 |
| Octal | 167 | 172 | 100 | 2 | 0 | 60 | 64 | 77 | 37 | 44 |
| Binary | 1110111 | 1111010 | 1000000 | 10 | 0 | 110000 | 110100 | 111111 | 11111 | 100100 |
Color Harmonies of #777A40
Complementary color
Monochromatic Colors of #777A40
Black with #777A40
Text Example
Text Example
White with #777A40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #777A40; }
p { color: rgb(119,122,64); }
H1.HeaderClassName
{
color: #777A40;
}
.AnyTagClassName
{
color: #777A40;
}
</style>
background-color css
<style>
a { background-color: #777A40; }
a { background-color: rgb(119,122,64); }
div.DivClassName
{
background-color: #777A40;
}
.BgClassName
{
background-color: #777A40;
}
</style>
border-color css
<style>
span { border-color: #777A40; }
span { border-color: rgb(119,122,64); }
td.TdClassName
{
border-color: #777A40;
}
.TagClassName
{
border-color: #777A40;
}
</style>