Shades of Crete #78772D
Tints of Crete #78772D
RGB
CMYK
RGB Variations
Color information
#78772D (or 0x78772D) is known color: Crete. HEX triplet: 78, 77 and 2D. RGB value is (120,119,45). Sum of RGB (Red+Green+Blue) = 120+119+45=284 (37% of max value = 765). Red value is 120 (47.27% from 255 or 42.25% from 284); Green value is 119 (46.88% from 255 or 41.90% from 284); Blue value is 45 (17.97% from 255 or 15.85% from 284); Max value from RGB is 120 - color contains mainly: red. Hex color #78772D is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #78772D is #8788D2. Grayscale: #6F6F6F. Windows color (decimal): -8882387 or 2979704. OLE color: 2979704.
HSL color Cylindrical-coordinate representation of color #78772D: hue angle of 59.2º degrees, saturation: 0.45, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #78772D is Cyan = 0, Magento = 0.01, Yellow = 0.63 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 120 | 119 | 45 | - |
| CMYK | 0 | 0.01 | 0.63 | 0.53 |
| HSL | 59.2º | 0.45% | 0.32% | - |
| HSV(B) | 59.2º | 0.63% | 0.47% | - |
| XYZ | 14.82 | 17.38 | 5.06 | - |
| YUV | 110.86 | 90.83 | 134.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 119 | 45 | 0 | 0.01 | 0.63 | 0.53 | 59.2 | 0.45 | 0.32 |
| Hex | 78 | 77 | 2D | 0 | 1 | 3F | 35 | 3B | 2D | 20 |
| Octal | 170 | 167 | 55 | 0 | 1 | 77 | 65 | 73 | 55 | 40 |
| Binary | 1111000 | 1110111 | 101101 | 0 | 1 | 111111 | 110101 | 111011 | 101101 | 100000 |
Color Harmonies of #78772D
Complementary color
Monochromatic Colors of #78772D
Black with #78772D
Text Example
Text Example
White with #78772D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #78772D; }
p { color: rgb(120,119,45); }
H1.HeaderClassName
{
color: #78772D;
}
.AnyTagClassName
{
color: #78772D;
}
</style>
background-color css
<style>
a { background-color: #78772D; }
a { background-color: rgb(120,119,45); }
div.DivClassName
{
background-color: #78772D;
}
.BgClassName
{
background-color: #78772D;
}
</style>
border-color css
<style>
span { border-color: #78772D; }
span { border-color: rgb(120,119,45); }
td.TdClassName
{
border-color: #78772D;
}
.TagClassName
{
border-color: #78772D;
}
</style>