Shades of Crete #77772C
Tints of Crete #77772C
RGB
CMYK
RGB Variations
Color information
#77772C (or 0x77772C) is known color: Crete. HEX triplet: 77, 77 and 2C. RGB value is (119,119,44). Sum of RGB (Red+Green+Blue) = 119+119+44=282 (37% of max value = 765). Red value is 119 (46.88% from 255 or 42.20% from 282); Green value is 119 (46.88% from 255 or 42.20% from 282); Blue value is 44 (17.58% from 255 or 15.60% from 282); Max value from RGB is 119 - color contains mainly: red, green. Hex color #77772C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #77772C is #8888D3. Grayscale: #6E6E6E. Windows color (decimal): -8947924 or 2914167. OLE color: 2914167.
HSL color Cylindrical-coordinate representation of color #77772C: hue angle of 60º 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 #77772C is Cyan = 0, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 119 | 119 | 44 | - |
| CMYK | 0 | 0 | 0.63 | 0.53 |
| HSL | 60º | 0.46% | 0.32% | - |
| HSV(B) | 60º | 0.63% | 0.47% | - |
| XYZ | 14.66 | 17.3 | 4.95 | - |
| YUV | 110.45 | 90.5 | 134.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 119 | 44 | 0 | 0 | 0.63 | 0.53 | 60 | 0.46 | 0.32 |
| Hex | 77 | 77 | 2C | 0 | 0 | 3F | 35 | 3C | 2E | 20 |
| Octal | 167 | 167 | 54 | 0 | 0 | 77 | 65 | 74 | 56 | 40 |
| Binary | 1110111 | 1110111 | 101100 | 0 | 0 | 111111 | 110101 | 111100 | 101110 | 100000 |
Color Harmonies of #77772C
Complementary color
Monochromatic Colors of #77772C
Black with #77772C
Text Example
Text Example
White with #77772C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #77772C; }
p { color: rgb(119,119,44); }
H1.HeaderClassName
{
color: #77772C;
}
.AnyTagClassName
{
color: #77772C;
}
</style>
background-color css
<style>
a { background-color: #77772C; }
a { background-color: rgb(119,119,44); }
div.DivClassName
{
background-color: #77772C;
}
.BgClassName
{
background-color: #77772C;
}
</style>
border-color css
<style>
span { border-color: #77772C; }
span { border-color: rgb(119,119,44); }
td.TdClassName
{
border-color: #77772C;
}
.TagClassName
{
border-color: #77772C;
}
</style>