Shades of Crete #78752E
Tints of Crete #78752E
RGB
CMYK
RGB Variations
Color information
#78752E (or 0x78752E) is known color: Crete. HEX triplet: 78, 75 and 2E. RGB value is (120,117,46). Sum of RGB (Red+Green+Blue) = 120+117+46=283 (37% of max value = 765). Red value is 120 (47.27% from 255 or 42.40% from 283); Green value is 117 (46.09% from 255 or 41.34% from 283); Blue value is 46 (18.36% from 255 or 16.25% from 283); Max value from RGB is 120 - color contains mainly: red. Hex color #78752E is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #78752E is #878AD1. Grayscale: #6E6E6E. Windows color (decimal): -8882898 or 3044728. OLE color: 3044728.
HSL color Cylindrical-coordinate representation of color #78752E: hue angle of 57.57º degrees, saturation: 0.45, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #78752E is Cyan = 0, Magento = 0.02, Yellow = 0.62 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 120 | 117 | 46 | - |
| CMYK | 0 | 0.02 | 0.62 | 0.53 |
| HSL | 57.57º | 0.45% | 0.33% | - |
| HSV(B) | 57.57º | 0.62% | 0.47% | - |
| XYZ | 14.6 | 16.91 | 5.08 | - |
| YUV | 109.8 | 91.99 | 135.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 117 | 46 | 0 | 0.02 | 0.62 | 0.53 | 57.57 | 0.45 | 0.33 |
| Hex | 78 | 75 | 2E | 0 | 2 | 3E | 35 | 3A | 2D | 21 |
| Octal | 170 | 165 | 56 | 0 | 2 | 76 | 65 | 72 | 55 | 41 |
| Binary | 1111000 | 1110101 | 101110 | 0 | 10 | 111110 | 110101 | 111010 | 101101 | 100001 |
Color Harmonies of #78752E
Complementary color
Monochromatic Colors of #78752E
Black with #78752E
Text Example
Text Example
White with #78752E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #78752E; }
p { color: rgb(120,117,46); }
H1.HeaderClassName
{
color: #78752E;
}
.AnyTagClassName
{
color: #78752E;
}
</style>
background-color css
<style>
a { background-color: #78752E; }
a { background-color: rgb(120,117,46); }
div.DivClassName
{
background-color: #78752E;
}
.BgClassName
{
background-color: #78752E;
}
</style>
border-color css
<style>
span { border-color: #78752E; }
span { border-color: rgb(120,117,46); }
td.TdClassName
{
border-color: #78752E;
}
.TagClassName
{
border-color: #78752E;
}
</style>