Shades of Crete #78772C
Tints of Crete #78772C
RGB
CMYK
RGB Variations
Color information
#78772C (or 0x78772C) is known color: Crete. HEX triplet: 78, 77 and 2C. RGB value is (120,119,44). Sum of RGB (Red+Green+Blue) = 120+119+44=283 (37% of max value = 765). Red value is 120 (47.27% from 255 or 42.40% from 283); Green value is 119 (46.88% from 255 or 42.05% from 283); Blue value is 44 (17.58% from 255 or 15.55% from 283); Max value from RGB is 120 - color contains mainly: red. Hex color #78772C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #78772C is #8788D3. Grayscale: #6F6F6F. Windows color (decimal): -8882388 or 2914168. OLE color: 2914168.
HSL color Cylindrical-coordinate representation of color #78772C: hue angle of 59.21º 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 #78772C is Cyan = 0, Magento = 0.01, Yellow = 0.63 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 120 | 119 | 44 | - |
| CMYK | 0 | 0.01 | 0.63 | 0.53 |
| HSL | 59.21º | 0.46% | 0.32% | - |
| HSV(B) | 59.21º | 0.63% | 0.47% | - |
| XYZ | 14.8 | 17.37 | 4.96 | - |
| YUV | 110.75 | 90.33 | 134.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 119 | 44 | 0 | 0.01 | 0.63 | 0.53 | 59.21 | 0.46 | 0.32 |
| Hex | 78 | 77 | 2C | 0 | 1 | 3F | 35 | 3B | 2E | 20 |
| Octal | 170 | 167 | 54 | 0 | 1 | 77 | 65 | 73 | 56 | 40 |
| Binary | 1111000 | 1110111 | 101100 | 0 | 1 | 111111 | 110101 | 111011 | 101110 | 100000 |
Color Harmonies of #78772C
Complementary color
Monochromatic Colors of #78772C
Black with #78772C
Text Example
Text Example
White with #78772C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #78772C; }
p { color: rgb(120,119,44); }
H1.HeaderClassName
{
color: #78772C;
}
.AnyTagClassName
{
color: #78772C;
}
</style>
background-color css
<style>
a { background-color: #78772C; }
a { background-color: rgb(120,119,44); }
div.DivClassName
{
background-color: #78772C;
}
.BgClassName
{
background-color: #78772C;
}
</style>
border-color css
<style>
span { border-color: #78772C; }
span { border-color: rgb(120,119,44); }
td.TdClassName
{
border-color: #78772C;
}
.TagClassName
{
border-color: #78772C;
}
</style>