Shades of Crete #78713B
Tints of Crete #78713B
RGB
CMYK
RGB Variations
Color information
#78713B (or 0x78713B) is known color: Crete. HEX triplet: 78, 71 and 3B. RGB value is (120,113,59). Sum of RGB (Red+Green+Blue) = 120+113+59=292 (38% of max value = 765). Red value is 120 (47.27% from 255 or 41.10% from 292); Green value is 113 (44.53% from 255 or 38.70% from 292); Blue value is 59 (23.44% from 255 or 20.21% from 292); Max value from RGB is 120 - color contains mainly: red. Hex color #78713B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #78713B is #878EC4. Grayscale: #6D6D6D. Windows color (decimal): -8883909 or 3895672. OLE color: 3895672.
HSL color Cylindrical-coordinate representation of color #78713B: hue angle of 53.11º degrees, saturation: 0.34, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #78713B is Cyan = 0, Magento = 0.06, Yellow = 0.51 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 120 | 113 | 59 | - |
| CMYK | 0 | 0.06 | 0.51 | 0.53 |
| HSL | 53.11º | 0.34% | 0.35% | - |
| HSV(B) | 53.11º | 0.51% | 0.47% | - |
| XYZ | 14.44 | 16.12 | 6.49 | - |
| YUV | 108.94 | 99.82 | 135.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 113 | 59 | 0 | 0.06 | 0.51 | 0.53 | 53.11 | 0.34 | 0.35 |
| Hex | 78 | 71 | 3B | 0 | 6 | 33 | 35 | 35 | 22 | 23 |
| Octal | 170 | 161 | 73 | 0 | 6 | 63 | 65 | 65 | 42 | 43 |
| Binary | 1111000 | 1110001 | 111011 | 0 | 110 | 110011 | 110101 | 110101 | 100010 | 100011 |
Color Harmonies of #78713B
Complementary color
Monochromatic Colors of #78713B
Black with #78713B
Text Example
Text Example
White with #78713B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #78713B; }
p { color: rgb(120,113,59); }
H1.HeaderClassName
{
color: #78713B;
}
.AnyTagClassName
{
color: #78713B;
}
</style>
background-color css
<style>
a { background-color: #78713B; }
a { background-color: rgb(120,113,59); }
div.DivClassName
{
background-color: #78713B;
}
.BgClassName
{
background-color: #78713B;
}
</style>
border-color css
<style>
span { border-color: #78713B; }
span { border-color: rgb(120,113,59); }
td.TdClassName
{
border-color: #78713B;
}
.TagClassName
{
border-color: #78713B;
}
</style>