Shades of Crete #78732D
Tints of Crete #78732D
RGB
CMYK
RGB Variations
Color information
#78732D (or 0x78732D) is known color: Crete. HEX triplet: 78, 73 and 2D. RGB value is (120,115,45). Sum of RGB (Red+Green+Blue) = 120+115+45=280 (37% of max value = 765). Red value is 120 (47.27% from 255 or 42.86% from 280); Green value is 115 (45.31% from 255 or 41.07% from 280); Blue value is 45 (17.97% from 255 or 16.07% from 280); Max value from RGB is 120 - color contains mainly: red. Hex color #78732D is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #78732D is #878CD2. Grayscale: #6C6C6C. Windows color (decimal): -8883411 or 2978680. OLE color: 2978680.
HSL color Cylindrical-coordinate representation of color #78732D: hue angle of 56º degrees, saturation: 0.45, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #78732D is Cyan = 0, Magento = 0.04, Yellow = 0.63 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 120 | 115 | 45 | - |
| CMYK | 0 | 0.04 | 0.63 | 0.53 |
| HSL | 56º | 0.45% | 0.32% | - |
| HSV(B) | 56º | 0.63% | 0.47% | - |
| XYZ | 14.35 | 16.44 | 4.9 | - |
| YUV | 108.52 | 92.16 | 136.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 115 | 45 | 0 | 0.04 | 0.63 | 0.53 | 56 | 0.45 | 0.32 |
| Hex | 78 | 73 | 2D | 0 | 4 | 3F | 35 | 38 | 2D | 20 |
| Octal | 170 | 163 | 55 | 0 | 4 | 77 | 65 | 70 | 55 | 40 |
| Binary | 1111000 | 1110011 | 101101 | 0 | 100 | 111111 | 110101 | 111000 | 101101 | 100000 |
Color Harmonies of #78732D
Complementary color
Monochromatic Colors of #78732D
Black with #78732D
Text Example
Text Example
White with #78732D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #78732D; }
p { color: rgb(120,115,45); }
H1.HeaderClassName
{
color: #78732D;
}
.AnyTagClassName
{
color: #78732D;
}
</style>
background-color css
<style>
a { background-color: #78732D; }
a { background-color: rgb(120,115,45); }
div.DivClassName
{
background-color: #78732D;
}
.BgClassName
{
background-color: #78732D;
}
</style>
border-color css
<style>
span { border-color: #78732D; }
span { border-color: rgb(120,115,45); }
td.TdClassName
{
border-color: #78732D;
}
.TagClassName
{
border-color: #78732D;
}
</style>