Shades of Crete #78783E
Tints of Crete #78783E
RGB
CMYK
RGB Variations
Color information
#78783E (or 0x78783E) is known color: Crete. HEX triplet: 78, 78 and 3E. RGB value is (120,120,62). Sum of RGB (Red+Green+Blue) = 120+120+62=302 (40% of max value = 765). Red value is 120 (47.27% from 255 or 39.74% from 302); Green value is 120 (47.27% from 255 or 39.74% from 302); Blue value is 62 (24.61% from 255 or 20.53% from 302); Max value from RGB is 120 - color contains mainly: red, green. Hex color #78783E is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #78783E is #8787C1. Grayscale: #717171. Windows color (decimal): -8882114 or 4094072. OLE color: 4094072.
HSL color Cylindrical-coordinate representation of color #78783E: hue angle of 60º degrees, saturation: 0.32, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #78783E is Cyan = 0, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 120 | 120 | 62 | - |
| CMYK | 0 | 0 | 0.48 | 0.53 |
| HSL | 60º | 0.32% | 0.36% | - |
| HSV(B) | 60º | 0.48% | 0.47% | - |
| XYZ | 15.33 | 17.77 | 7.18 | - |
| YUV | 113.39 | 99 | 132.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 120 | 62 | 0 | 0 | 0.48 | 0.53 | 60 | 0.32 | 0.36 |
| Hex | 78 | 78 | 3E | 0 | 0 | 30 | 35 | 3C | 20 | 24 |
| Octal | 170 | 170 | 76 | 0 | 0 | 60 | 65 | 74 | 40 | 44 |
| Binary | 1111000 | 1111000 | 111110 | 0 | 0 | 110000 | 110101 | 111100 | 100000 | 100100 |
Color Harmonies of #78783E
Complementary color
Monochromatic Colors of #78783E
Black with #78783E
Text Example
Text Example
White with #78783E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #78783E; }
p { color: rgb(120,120,62); }
H1.HeaderClassName
{
color: #78783E;
}
.AnyTagClassName
{
color: #78783E;
}
</style>
background-color css
<style>
a { background-color: #78783E; }
a { background-color: rgb(120,120,62); }
div.DivClassName
{
background-color: #78783E;
}
.BgClassName
{
background-color: #78783E;
}
</style>
border-color css
<style>
span { border-color: #78783E; }
span { border-color: rgb(120,120,62); }
td.TdClassName
{
border-color: #78783E;
}
.TagClassName
{
border-color: #78783E;
}
</style>