Shades of Crete #78752C
Tints of Crete #78752C
RGB
CMYK
RGB Variations
Color information
#78752C (or 0x78752C) is known color: Crete. HEX triplet: 78, 75 and 2C. RGB value is (120,117,44). Sum of RGB (Red+Green+Blue) = 120+117+44=281 (37% of max value = 765). Red value is 120 (47.27% from 255 or 42.70% from 281); Green value is 117 (46.09% from 255 or 41.64% from 281); Blue value is 44 (17.58% from 255 or 15.66% from 281); Max value from RGB is 120 - color contains mainly: red. Hex color #78752C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #78752C is #878AD3. Grayscale: #6D6D6D. Windows color (decimal): -8882900 or 2913656. OLE color: 2913656.
HSL color Cylindrical-coordinate representation of color #78752C: hue angle of 57.63º degrees, saturation: 0.46, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #78752C is Cyan = 0, Magento = 0.02, Yellow = 0.63 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 120 | 117 | 44 | - |
| CMYK | 0 | 0.02 | 0.63 | 0.53 |
| HSL | 57.63º | 0.46% | 0.32% | - |
| HSV(B) | 57.63º | 0.63% | 0.47% | - |
| XYZ | 14.56 | 16.9 | 4.88 | - |
| YUV | 109.58 | 90.99 | 135.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 117 | 44 | 0 | 0.02 | 0.63 | 0.53 | 57.63 | 0.46 | 0.32 |
| Hex | 78 | 75 | 2C | 0 | 2 | 3F | 35 | 3A | 2E | 20 |
| Octal | 170 | 165 | 54 | 0 | 2 | 77 | 65 | 72 | 56 | 40 |
| Binary | 1111000 | 1110101 | 101100 | 0 | 10 | 111111 | 110101 | 111010 | 101110 | 100000 |
Color Harmonies of #78752C
Complementary color
Monochromatic Colors of #78752C
Black with #78752C
Text Example
Text Example
White with #78752C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #78752C; }
p { color: rgb(120,117,44); }
H1.HeaderClassName
{
color: #78752C;
}
.AnyTagClassName
{
color: #78752C;
}
</style>
background-color css
<style>
a { background-color: #78752C; }
a { background-color: rgb(120,117,44); }
div.DivClassName
{
background-color: #78752C;
}
.BgClassName
{
background-color: #78752C;
}
</style>
border-color css
<style>
span { border-color: #78752C; }
span { border-color: rgb(120,117,44); }
td.TdClassName
{
border-color: #78752C;
}
.TagClassName
{
border-color: #78752C;
}
</style>