Shades of Crete #78702F
Tints of Crete #78702F
RGB
CMYK
RGB Variations
Color information
#78702F (or 0x78702F) is known color: Crete. HEX triplet: 78, 70 and 2F. RGB value is (120,112,47). Sum of RGB (Red+Green+Blue) = 120+112+47=279 (36% of max value = 765). Red value is 120 (47.27% from 255 or 43.01% from 279); Green value is 112 (44.14% from 255 or 40.14% from 279); Blue value is 47 (18.75% from 255 or 16.85% from 279); Max value from RGB is 120 - color contains mainly: red. Hex color #78702F is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #78702F is #878FD0. Grayscale: #6B6B6B. Windows color (decimal): -8884177 or 3108984. OLE color: 3108984.
HSL color Cylindrical-coordinate representation of color #78702F: hue angle of 53.42º 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 #78702F is Cyan = 0, Magento = 0.07, Yellow = 0.61 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 120 | 112 | 47 | - |
| CMYK | 0 | 0.07 | 0.61 | 0.53 |
| HSL | 53.42º | 0.44% | 0.33% | - |
| HSV(B) | 53.42º | 0.61% | 0.47% | - |
| XYZ | 14.05 | 15.79 | 5 | - |
| YUV | 106.98 | 94.15 | 137.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 112 | 47 | 0 | 0.07 | 0.61 | 0.53 | 53.42 | 0.44 | 0.33 |
| Hex | 78 | 70 | 2F | 0 | 7 | 3D | 35 | 35 | 2C | 21 |
| Octal | 170 | 160 | 57 | 0 | 7 | 75 | 65 | 65 | 54 | 41 |
| Binary | 1111000 | 1110000 | 101111 | 0 | 111 | 111101 | 110101 | 110101 | 101100 | 100001 |
Color Harmonies of #78702F
Complementary color
Monochromatic Colors of #78702F
Black with #78702F
Text Example
Text Example
White with #78702F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #78702F; }
p { color: rgb(120,112,47); }
H1.HeaderClassName
{
color: #78702F;
}
.AnyTagClassName
{
color: #78702F;
}
</style>
background-color css
<style>
a { background-color: #78702F; }
a { background-color: rgb(120,112,47); }
div.DivClassName
{
background-color: #78702F;
}
.BgClassName
{
background-color: #78702F;
}
</style>
border-color css
<style>
span { border-color: #78702F; }
span { border-color: rgb(120,112,47); }
td.TdClassName
{
border-color: #78702F;
}
.TagClassName
{
border-color: #78702F;
}
</style>