Shades of Crete #78722F
Tints of Crete #78722F
RGB
CMYK
RGB Variations
Color information
#78722F (or 0x78722F) is known color: Crete. HEX triplet: 78, 72 and 2F. RGB value is (120,114,47). Sum of RGB (Red+Green+Blue) = 120+114+47=281 (37% of max value = 765). Red value is 120 (47.27% from 255 or 42.70% from 281); Green value is 114 (44.92% from 255 or 40.57% from 281); Blue value is 47 (18.75% from 255 or 16.73% from 281); Max value from RGB is 120 - color contains mainly: red. Hex color #78722F is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #78722F is #878DD0. Grayscale: #6C6C6C. Windows color (decimal): -8883665 or 3109496. OLE color: 3109496.
HSL color Cylindrical-coordinate representation of color #78722F: hue angle of 55.07º degrees, saturation: 0.44, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #78722F is Cyan = 0, Magento = 0.05, Yellow = 0.61 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 120 | 114 | 47 | - |
| CMYK | 0 | 0.05 | 0.61 | 0.53 |
| HSL | 55.07º | 0.44% | 0.33% | - |
| HSV(B) | 55.07º | 0.61% | 0.47% | - |
| XYZ | 14.28 | 16.23 | 5.07 | - |
| YUV | 108.16 | 93.49 | 136.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 114 | 47 | 0 | 0.05 | 0.61 | 0.53 | 55.07 | 0.44 | 0.33 |
| Hex | 78 | 72 | 2F | 0 | 5 | 3D | 35 | 37 | 2C | 21 |
| Octal | 170 | 162 | 57 | 0 | 5 | 75 | 65 | 67 | 54 | 41 |
| Binary | 1111000 | 1110010 | 101111 | 0 | 101 | 111101 | 110101 | 110111 | 101100 | 100001 |
Color Harmonies of #78722F
Complementary color
Monochromatic Colors of #78722F
Black with #78722F
Text Example
Text Example
White with #78722F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #78722F; }
p { color: rgb(120,114,47); }
H1.HeaderClassName
{
color: #78722F;
}
.AnyTagClassName
{
color: #78722F;
}
</style>
background-color css
<style>
a { background-color: #78722F; }
a { background-color: rgb(120,114,47); }
div.DivClassName
{
background-color: #78722F;
}
.BgClassName
{
background-color: #78722F;
}
</style>
border-color css
<style>
span { border-color: #78722F; }
span { border-color: rgb(120,114,47); }
td.TdClassName
{
border-color: #78722F;
}
.TagClassName
{
border-color: #78722F;
}
</style>