Shades of Crete #78752D
Tints of Crete #78752D
RGB
CMYK
RGB Variations
Color information
#78752D (or 0x78752D) is known color: Crete. HEX triplet: 78, 75 and 2D. RGB value is (120,117,45). Sum of RGB (Red+Green+Blue) = 120+117+45=282 (37% of max value = 765). Red value is 120 (47.27% from 255 or 42.55% from 282); Green value is 117 (46.09% from 255 or 41.49% from 282); Blue value is 45 (17.97% from 255 or 15.96% from 282); Max value from RGB is 120 - color contains mainly: red. Hex color #78752D is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #78752D is #878AD2. Grayscale: #6D6D6D. Windows color (decimal): -8882899 or 2979192. OLE color: 2979192.
HSL color Cylindrical-coordinate representation of color #78752D: hue angle of 57.6º 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 #78752D is Cyan = 0, Magento = 0.02, Yellow = 0.63 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 120 | 117 | 45 | - |
| CMYK | 0 | 0.02 | 0.63 | 0.53 |
| HSL | 57.6º | 0.45% | 0.32% | - |
| HSV(B) | 57.6º | 0.63% | 0.47% | - |
| XYZ | 14.58 | 16.91 | 4.98 | - |
| YUV | 109.69 | 91.49 | 135.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 117 | 45 | 0 | 0.02 | 0.63 | 0.53 | 57.6 | 0.45 | 0.32 |
| Hex | 78 | 75 | 2D | 0 | 2 | 3F | 35 | 3A | 2D | 20 |
| Octal | 170 | 165 | 55 | 0 | 2 | 77 | 65 | 72 | 55 | 40 |
| Binary | 1111000 | 1110101 | 101101 | 0 | 10 | 111111 | 110101 | 111010 | 101101 | 100000 |
Color Harmonies of #78752D
Complementary color
Monochromatic Colors of #78752D
Black with #78752D
Text Example
Text Example
White with #78752D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #78752D; }
p { color: rgb(120,117,45); }
H1.HeaderClassName
{
color: #78752D;
}
.AnyTagClassName
{
color: #78752D;
}
</style>
background-color css
<style>
a { background-color: #78752D; }
a { background-color: rgb(120,117,45); }
div.DivClassName
{
background-color: #78752D;
}
.BgClassName
{
background-color: #78752D;
}
</style>
border-color css
<style>
span { border-color: #78752D; }
span { border-color: rgb(120,117,45); }
td.TdClassName
{
border-color: #78752D;
}
.TagClassName
{
border-color: #78752D;
}
</style>