Shades of Crete #78793C
Tints of Crete #78793C
RGB
CMYK
RGB Variations
Color information
#78793C (or 0x78793C) is known color: Crete. HEX triplet: 78, 79 and 3C. RGB value is (120,121,60). Sum of RGB (Red+Green+Blue) = 120+121+60=301 (39% of max value = 765). Red value is 120 (47.27% from 255 or 39.87% from 301); Green value is 121 (47.66% from 255 or 40.20% from 301); Blue value is 60 (23.83% from 255 or 19.93% from 301); Max value from RGB is 121 - color contains mainly: green. Hex color #78793C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #78793C is #8786C3. Grayscale: #717171. Windows color (decimal): -8881860 or 3963256. OLE color: 3963256.
HSL color Cylindrical-coordinate representation of color #78793C: hue angle of 60.98º degrees, saturation: 0.34, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #78793C is Cyan = 0.01, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 120 | 121 | 60 | - |
| CMYK | 0.01 | 0 | 0.50 | 0.53 |
| HSL | 60.98º | 0.34% | 0.35% | - |
| HSV(B) | 60.98º | 0.5% | 0.47% | - |
| XYZ | 15.4 | 17.99 | 6.94 | - |
| YUV | 113.75 | 97.67 | 132.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 121 | 60 | 0.01 | 0 | 0.50 | 0.53 | 60.98 | 0.34 | 0.35 |
| Hex | 78 | 79 | 3C | 1 | 0 | 32 | 35 | 3D | 22 | 23 |
| Octal | 170 | 171 | 74 | 1 | 0 | 62 | 65 | 75 | 42 | 43 |
| Binary | 1111000 | 1111001 | 111100 | 1 | 0 | 110010 | 110101 | 111101 | 100010 | 100011 |
Color Harmonies of #78793C
Complementary color
Monochromatic Colors of #78793C
Black with #78793C
Text Example
Text Example
White with #78793C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #78793C; }
p { color: rgb(120,121,60); }
H1.HeaderClassName
{
color: #78793C;
}
.AnyTagClassName
{
color: #78793C;
}
</style>
background-color css
<style>
a { background-color: #78793C; }
a { background-color: rgb(120,121,60); }
div.DivClassName
{
background-color: #78793C;
}
.BgClassName
{
background-color: #78793C;
}
</style>
border-color css
<style>
span { border-color: #78793C; }
span { border-color: rgb(120,121,60); }
td.TdClassName
{
border-color: #78793C;
}
.TagClassName
{
border-color: #78793C;
}
</style>