Shades of Crete #78733B
Tints of Crete #78733B
RGB
CMYK
RGB Variations
Color information
#78733B (or 0x78733B) is known color: Crete. HEX triplet: 78, 73 and 3B. RGB value is (120,115,59). Sum of RGB (Red+Green+Blue) = 120+115+59=294 (38% of max value = 765). Red value is 120 (47.27% from 255 or 40.82% from 294); Green value is 115 (45.31% from 255 or 39.12% from 294); Blue value is 59 (23.44% from 255 or 20.07% from 294); Max value from RGB is 120 - color contains mainly: red. Hex color #78733B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #78733B is #878CC4. Grayscale: #6E6E6E. Windows color (decimal): -8883397 or 3896184. OLE color: 3896184.
HSL color Cylindrical-coordinate representation of color #78733B: hue angle of 55.08º degrees, saturation: 0.34, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #78733B is Cyan = 0, Magento = 0.04, Yellow = 0.51 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 120 | 115 | 59 | - |
| CMYK | 0 | 0.04 | 0.51 | 0.53 |
| HSL | 55.08º | 0.34% | 0.35% | - |
| HSV(B) | 55.08º | 0.51% | 0.47% | - |
| XYZ | 14.67 | 16.57 | 6.56 | - |
| YUV | 110.11 | 99.16 | 135.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 115 | 59 | 0 | 0.04 | 0.51 | 0.53 | 55.08 | 0.34 | 0.35 |
| Hex | 78 | 73 | 3B | 0 | 4 | 33 | 35 | 37 | 22 | 23 |
| Octal | 170 | 163 | 73 | 0 | 4 | 63 | 65 | 67 | 42 | 43 |
| Binary | 1111000 | 1110011 | 111011 | 0 | 100 | 110011 | 110101 | 110111 | 100010 | 100011 |
Color Harmonies of #78733B
Complementary color
Monochromatic Colors of #78733B
Black with #78733B
Text Example
Text Example
White with #78733B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #78733B; }
p { color: rgb(120,115,59); }
H1.HeaderClassName
{
color: #78733B;
}
.AnyTagClassName
{
color: #78733B;
}
</style>
background-color css
<style>
a { background-color: #78733B; }
a { background-color: rgb(120,115,59); }
div.DivClassName
{
background-color: #78733B;
}
.BgClassName
{
background-color: #78733B;
}
</style>
border-color css
<style>
span { border-color: #78733B; }
span { border-color: rgb(120,115,59); }
td.TdClassName
{
border-color: #78733B;
}
.TagClassName
{
border-color: #78733B;
}
</style>