Shades of Crete #78752A
Tints of Crete #78752A
RGB
CMYK
RGB Variations
Color information
#78752A (or 0x78752A) is known color: Crete. HEX triplet: 78, 75 and 2A. RGB value is (120,117,42). Sum of RGB (Red+Green+Blue) = 120+117+42=279 (36% of max value = 765). Red value is 120 (47.27% from 255 or 43.01% from 279); Green value is 117 (46.09% from 255 or 41.94% from 279); Blue value is 42 (16.80% from 255 or 15.05% from 279); Max value from RGB is 120 - color contains mainly: red. Hex color #78752A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #78752A is #878AD5. Grayscale: #6D6D6D. Windows color (decimal): -8882902 or 2782584. OLE color: 2782584.
HSL color Cylindrical-coordinate representation of color #78752A: hue angle of 57.69º degrees, saturation: 0.48, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #78752A is Cyan = 0, Magento = 0.02, Yellow = 0.65 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 120 | 117 | 42 | - |
| CMYK | 0 | 0.02 | 0.65 | 0.53 |
| HSL | 57.69º | 0.48% | 0.32% | - |
| HSV(B) | 57.69º | 0.65% | 0.47% | - |
| XYZ | 14.52 | 16.88 | 4.68 | - |
| YUV | 109.35 | 89.99 | 135.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 117 | 42 | 0 | 0.02 | 0.65 | 0.53 | 57.69 | 0.48 | 0.32 |
| Hex | 78 | 75 | 2A | 0 | 2 | 41 | 35 | 3A | 30 | 20 |
| Octal | 170 | 165 | 52 | 0 | 2 | 101 | 65 | 72 | 60 | 40 |
| Binary | 1111000 | 1110101 | 101010 | 0 | 10 | 1000001 | 110101 | 111010 | 110000 | 100000 |
Color Harmonies of #78752A
Complementary color
Monochromatic Colors of #78752A
Black with #78752A
Text Example
Text Example
White with #78752A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #78752A; }
p { color: rgb(120,117,42); }
H1.HeaderClassName
{
color: #78752A;
}
.AnyTagClassName
{
color: #78752A;
}
</style>
background-color css
<style>
a { background-color: #78752A; }
a { background-color: rgb(120,117,42); }
div.DivClassName
{
background-color: #78752A;
}
.BgClassName
{
background-color: #78752A;
}
</style>
border-color css
<style>
span { border-color: #78752A; }
span { border-color: rgb(120,117,42); }
td.TdClassName
{
border-color: #78752A;
}
.TagClassName
{
border-color: #78752A;
}
</style>