Shades of Crete #77762A
Tints of Crete #77762A
RGB
CMYK
RGB Variations
Color information
#77762A (or 0x77762A) is known color: Crete. HEX triplet: 77, 76 and 2A. RGB value is (119,118,42). Sum of RGB (Red+Green+Blue) = 119+118+42=279 (36% of max value = 765). Red value is 119 (46.88% from 255 or 42.65% from 279); Green value is 118 (46.48% from 255 or 42.29% from 279); Blue value is 42 (16.80% from 255 or 15.05% from 279); Max value from RGB is 119 - color contains mainly: red. Hex color #77762A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #77762A is #8889D5. Grayscale: #6D6D6D. Windows color (decimal): -8948182 or 2782839. OLE color: 2782839.
HSL color Cylindrical-coordinate representation of color #77762A: hue angle of 59.22º 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 #77762A is Cyan = 0, Magento = 0.01, Yellow = 0.65 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 119 | 118 | 42 | - |
| CMYK | 0 | 0.01 | 0.65 | 0.53 |
| HSL | 59.22º | 0.48% | 0.32% | - |
| HSV(B) | 59.22º | 0.65% | 0.47% | - |
| XYZ | 14.5 | 17.05 | 4.72 | - |
| YUV | 109.64 | 89.83 | 134.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 118 | 42 | 0 | 0.01 | 0.65 | 0.53 | 59.22 | 0.48 | 0.32 |
| Hex | 77 | 76 | 2A | 0 | 1 | 41 | 35 | 3B | 30 | 20 |
| Octal | 167 | 166 | 52 | 0 | 1 | 101 | 65 | 73 | 60 | 40 |
| Binary | 1110111 | 1110110 | 101010 | 0 | 1 | 1000001 | 110101 | 111011 | 110000 | 100000 |
Color Harmonies of #77762A
Complementary color
Monochromatic Colors of #77762A
Black with #77762A
Text Example
Text Example
White with #77762A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #77762A; }
p { color: rgb(119,118,42); }
H1.HeaderClassName
{
color: #77762A;
}
.AnyTagClassName
{
color: #77762A;
}
</style>
background-color css
<style>
a { background-color: #77762A; }
a { background-color: rgb(119,118,42); }
div.DivClassName
{
background-color: #77762A;
}
.BgClassName
{
background-color: #77762A;
}
</style>
border-color css
<style>
span { border-color: #77762A; }
span { border-color: rgb(119,118,42); }
td.TdClassName
{
border-color: #77762A;
}
.TagClassName
{
border-color: #77762A;
}
</style>