Shades of Crete #78752B
Tints of Crete #78752B
RGB
CMYK
RGB Variations
Color information
#78752B (or 0x78752B) is known color: Crete. HEX triplet: 78, 75 and 2B. RGB value is (120,117,43). Sum of RGB (Red+Green+Blue) = 120+117+43=280 (37% of max value = 765). Red value is 120 (47.27% from 255 or 42.86% from 280); Green value is 117 (46.09% from 255 or 41.79% from 280); Blue value is 43 (17.19% from 255 or 15.36% from 280); Max value from RGB is 120 - color contains mainly: red. Hex color #78752B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #78752B is #878AD4. Grayscale: #6D6D6D. Windows color (decimal): -8882901 or 2848120. OLE color: 2848120.
HSL color Cylindrical-coordinate representation of color #78752B: hue angle of 57.66º degrees, saturation: 0.47, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #78752B is Cyan = 0, Magento = 0.02, Yellow = 0.64 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 120 | 117 | 43 | - |
| CMYK | 0 | 0.02 | 0.64 | 0.53 |
| HSL | 57.66º | 0.47% | 0.32% | - |
| HSV(B) | 57.66º | 0.64% | 0.47% | - |
| XYZ | 14.54 | 16.89 | 4.78 | - |
| YUV | 109.46 | 90.49 | 135.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 117 | 43 | 0 | 0.02 | 0.64 | 0.53 | 57.66 | 0.47 | 0.32 |
| Hex | 78 | 75 | 2B | 0 | 2 | 40 | 35 | 3A | 2F | 20 |
| Octal | 170 | 165 | 53 | 0 | 2 | 100 | 65 | 72 | 57 | 40 |
| Binary | 1111000 | 1110101 | 101011 | 0 | 10 | 1000000 | 110101 | 111010 | 101111 | 100000 |
Color Harmonies of #78752B
Complementary color
Monochromatic Colors of #78752B
Black with #78752B
Text Example
Text Example
White with #78752B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #78752B; }
p { color: rgb(120,117,43); }
H1.HeaderClassName
{
color: #78752B;
}
.AnyTagClassName
{
color: #78752B;
}
</style>
background-color css
<style>
a { background-color: #78752B; }
a { background-color: rgb(120,117,43); }
div.DivClassName
{
background-color: #78752B;
}
.BgClassName
{
background-color: #78752B;
}
</style>
border-color css
<style>
span { border-color: #78752B; }
span { border-color: rgb(120,117,43); }
td.TdClassName
{
border-color: #78752B;
}
.TagClassName
{
border-color: #78752B;
}
</style>