Shades of Crete #77702A
Tints of Crete #77702A
RGB
CMYK
RGB Variations
Color information
#77702A (or 0x77702A) is known color: Crete. HEX triplet: 77, 70 and 2A. RGB value is (119,112,42). Sum of RGB (Red+Green+Blue) = 119+112+42=273 (36% of max value = 765). Red value is 119 (46.88% from 255 or 43.59% from 273); Green value is 112 (44.14% from 255 or 41.03% from 273); Blue value is 42 (16.80% from 255 or 15.38% from 273); Max value from RGB is 119 - color contains mainly: red. Hex color #77702A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #77702A is #888FD5. Grayscale: #6A6A6A. Windows color (decimal): -8949718 or 2781303. OLE color: 2781303.
HSL color Cylindrical-coordinate representation of color #77702A: hue angle of 54.55º degrees, saturation: 0.48, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #77702A is Cyan = 0, Magento = 0.06, Yellow = 0.65 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 119 | 112 | 42 | - |
| CMYK | 0 | 0.06 | 0.65 | 0.53 |
| HSL | 54.55º | 0.48% | 0.32% | - |
| HSV(B) | 54.55º | 0.65% | 0.47% | - |
| XYZ | 13.82 | 15.68 | 4.49 | - |
| YUV | 106.11 | 91.82 | 137.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 112 | 42 | 0 | 0.06 | 0.65 | 0.53 | 54.55 | 0.48 | 0.32 |
| Hex | 77 | 70 | 2A | 0 | 6 | 41 | 35 | 37 | 30 | 20 |
| Octal | 167 | 160 | 52 | 0 | 6 | 101 | 65 | 67 | 60 | 40 |
| Binary | 1110111 | 1110000 | 101010 | 0 | 110 | 1000001 | 110101 | 110111 | 110000 | 100000 |
Color Harmonies of #77702A
Complementary color
Monochromatic Colors of #77702A
Black with #77702A
Text Example
Text Example
White with #77702A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #77702A; }
p { color: rgb(119,112,42); }
H1.HeaderClassName
{
color: #77702A;
}
.AnyTagClassName
{
color: #77702A;
}
</style>
background-color css
<style>
a { background-color: #77702A; }
a { background-color: rgb(119,112,42); }
div.DivClassName
{
background-color: #77702A;
}
.BgClassName
{
background-color: #77702A;
}
</style>
border-color css
<style>
span { border-color: #77702A; }
span { border-color: rgb(119,112,42); }
td.TdClassName
{
border-color: #77702A;
}
.TagClassName
{
border-color: #77702A;
}
</style>