Shades of Crete #77702C
Tints of Crete #77702C
RGB
CMYK
RGB Variations
Color information
#77702C (or 0x77702C) is known color: Crete. HEX triplet: 77, 70 and 2C. RGB value is (119,112,44). Sum of RGB (Red+Green+Blue) = 119+112+44=275 (36% of max value = 765). Red value is 119 (46.88% from 255 or 43.27% from 275); Green value is 112 (44.14% from 255 or 40.73% from 275); Blue value is 44 (17.58% from 255 or 16% from 275); Max value from RGB is 119 - color contains mainly: red. Hex color #77702C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #77702C is #888FD3. Grayscale: #6A6A6A. Windows color (decimal): -8949716 or 2912375. OLE color: 2912375.
HSL color Cylindrical-coordinate representation of color #77702C: hue angle of 54.4º degrees, saturation: 0.46, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #77702C is Cyan = 0, Magento = 0.06, Yellow = 0.63 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 119 | 112 | 44 | - |
| CMYK | 0 | 0.06 | 0.63 | 0.53 |
| HSL | 54.4º | 0.46% | 0.32% | - |
| HSV(B) | 54.4º | 0.63% | 0.47% | - |
| XYZ | 13.86 | 15.69 | 4.68 | - |
| YUV | 106.34 | 92.82 | 137.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 112 | 44 | 0 | 0.06 | 0.63 | 0.53 | 54.4 | 0.46 | 0.32 |
| Hex | 77 | 70 | 2C | 0 | 6 | 3F | 35 | 36 | 2E | 20 |
| Octal | 167 | 160 | 54 | 0 | 6 | 77 | 65 | 66 | 56 | 40 |
| Binary | 1110111 | 1110000 | 101100 | 0 | 110 | 111111 | 110101 | 110110 | 101110 | 100000 |
Color Harmonies of #77702C
Complementary color
Monochromatic Colors of #77702C
Black with #77702C
Text Example
Text Example
White with #77702C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #77702C; }
p { color: rgb(119,112,44); }
H1.HeaderClassName
{
color: #77702C;
}
.AnyTagClassName
{
color: #77702C;
}
</style>
background-color css
<style>
a { background-color: #77702C; }
a { background-color: rgb(119,112,44); }
div.DivClassName
{
background-color: #77702C;
}
.BgClassName
{
background-color: #77702C;
}
</style>
border-color css
<style>
span { border-color: #77702C; }
span { border-color: rgb(119,112,44); }
td.TdClassName
{
border-color: #77702C;
}
.TagClassName
{
border-color: #77702C;
}
</style>