Shades of Crete #78733A
Tints of Crete #78733A
RGB
CMYK
RGB Variations
Color information
#78733A (or 0x78733A) is known color: Crete. HEX triplet: 78, 73 and 3A. RGB value is (120,115,58). Sum of RGB (Red+Green+Blue) = 120+115+58=293 (38% of max value = 765). Red value is 120 (47.27% from 255 or 40.96% from 293); Green value is 115 (45.31% from 255 or 39.25% from 293); Blue value is 58 (23.05% from 255 or 19.80% from 293); Max value from RGB is 120 - color contains mainly: red. Hex color #78733A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #78733A is #878CC5. Grayscale: #6E6E6E. Windows color (decimal): -8883398 or 3830648. OLE color: 3830648.
HSL color Cylindrical-coordinate representation of color #78733A: hue angle of 55.16º degrees, saturation: 0.35, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #78733A is Cyan = 0, Magento = 0.04, Yellow = 0.52 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 120 | 115 | 58 | - |
| CMYK | 0 | 0.04 | 0.52 | 0.53 |
| HSL | 55.16º | 0.35% | 0.35% | - |
| HSV(B) | 55.16º | 0.52% | 0.47% | - |
| XYZ | 14.64 | 16.56 | 6.43 | - |
| YUV | 110 | 98.66 | 135.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 115 | 58 | 0 | 0.04 | 0.52 | 0.53 | 55.16 | 0.35 | 0.35 |
| Hex | 78 | 73 | 3A | 0 | 4 | 34 | 35 | 37 | 23 | 23 |
| Octal | 170 | 163 | 72 | 0 | 4 | 64 | 65 | 67 | 43 | 43 |
| Binary | 1111000 | 1110011 | 111010 | 0 | 100 | 110100 | 110101 | 110111 | 100011 | 100011 |
Color Harmonies of #78733A
Complementary color
Monochromatic Colors of #78733A
Black with #78733A
Text Example
Text Example
White with #78733A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #78733A; }
p { color: rgb(120,115,58); }
H1.HeaderClassName
{
color: #78733A;
}
.AnyTagClassName
{
color: #78733A;
}
</style>
background-color css
<style>
a { background-color: #78733A; }
a { background-color: rgb(120,115,58); }
div.DivClassName
{
background-color: #78733A;
}
.BgClassName
{
background-color: #78733A;
}
</style>
border-color css
<style>
span { border-color: #78733A; }
span { border-color: rgb(120,115,58); }
td.TdClassName
{
border-color: #78733A;
}
.TagClassName
{
border-color: #78733A;
}
</style>