Shades of Crete #78782B
Tints of Crete #78782B
RGB
CMYK
RGB Variations
Color information
#78782B (or 0x78782B) is known color: Crete. HEX triplet: 78, 78 and 2B. RGB value is (120,120,43). Sum of RGB (Red+Green+Blue) = 120+120+43=283 (37% of max value = 765). Red value is 120 (47.27% from 255 or 42.40% from 283); Green value is 120 (47.27% from 255 or 42.40% from 283); Blue value is 43 (17.19% from 255 or 15.19% from 283); Max value from RGB is 120 - color contains mainly: red, green. Hex color #78782B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #78782B is #8787D4. Grayscale: #6F6F6F. Windows color (decimal): -8882133 or 2848888. OLE color: 2848888.
HSL color Cylindrical-coordinate representation of color #78782B: hue angle of 60º degrees, saturation: 0.47, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #78782B is Cyan = 0, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 120 | 120 | 43 | - |
| CMYK | 0 | 0 | 0.64 | 0.53 |
| HSL | 60º | 0.47% | 0.32% | - |
| HSV(B) | 60º | 0.64% | 0.47% | - |
| XYZ | 14.9 | 17.6 | 4.9 | - |
| YUV | 111.22 | 89.5 | 134.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 120 | 43 | 0 | 0 | 0.64 | 0.53 | 60 | 0.47 | 0.32 |
| Hex | 78 | 78 | 2B | 0 | 0 | 40 | 35 | 3C | 2F | 20 |
| Octal | 170 | 170 | 53 | 0 | 0 | 100 | 65 | 74 | 57 | 40 |
| Binary | 1111000 | 1111000 | 101011 | 0 | 0 | 1000000 | 110101 | 111100 | 101111 | 100000 |
Color Harmonies of #78782B
Complementary color
Monochromatic Colors of #78782B
Black with #78782B
Text Example
Text Example
White with #78782B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #78782B; }
p { color: rgb(120,120,43); }
H1.HeaderClassName
{
color: #78782B;
}
.AnyTagClassName
{
color: #78782B;
}
</style>
background-color css
<style>
a { background-color: #78782B; }
a { background-color: rgb(120,120,43); }
div.DivClassName
{
background-color: #78782B;
}
.BgClassName
{
background-color: #78782B;
}
</style>
border-color css
<style>
span { border-color: #78782B; }
span { border-color: rgb(120,120,43); }
td.TdClassName
{
border-color: #78782B;
}
.TagClassName
{
border-color: #78782B;
}
</style>