Shades of Highland #788C60
Tints of Highland #788C60
RGB
CMYK
RGB Variations
Color information
#788C60 (or 0x788C60) is known color: Highland. HEX triplet: 78, 8C and 60. RGB value is (120,140,96). Sum of RGB (Red+Green+Blue) = 120+140+96=356 (47% of max value = 765). Red value is 120 (47.27% from 255 or 33.71% from 356); Green value is 140 (55.08% from 255 or 39.33% from 356); Blue value is 96 (37.89% from 255 or 26.97% from 356); Max value from RGB is 140 - color contains mainly: green. Hex color #788C60 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #788C60 is #87739F. Grayscale: #818181. Windows color (decimal): -8876960 or 6327416. OLE color: 6327416.
HSL color Cylindrical-coordinate representation of color #788C60: hue angle of 87.27º degrees, saturation: 0.19, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #788C60 is Cyan = 0.14, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 120 | 140 | 96 | - |
| CMYK | 0.14 | 0 | 0.31 | 0.45 |
| HSL | 87.27º | 0.19% | 0.46% | - |
| HSV(B) | 87.27º | 0.31% | 0.55% | - |
| XYZ | 19.24 | 23.59 | 14.61 | - |
| YUV | 129 | 109.37 | 121.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 140 | 96 | 0.14 | 0 | 0.31 | 0.45 | 87.27 | 0.19 | 0.46 |
| Hex | 78 | 8C | 60 | E | 0 | 1F | 2D | 57 | 13 | 2E |
| Octal | 170 | 214 | 140 | 16 | 0 | 37 | 55 | 127 | 23 | 56 |
| Binary | 1111000 | 10001100 | 1100000 | 1110 | 0 | 11111 | 101101 | 1010111 | 10011 | 101110 |
Color Harmonies of #788C60
Complementary color
Monochromatic Colors of #788C60
Black with #788C60
Text Example
Text Example
White with #788C60
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #788C60; }
p { color: rgb(120,140,96); }
H1.HeaderClassName
{
color: #788C60;
}
.AnyTagClassName
{
color: #788C60;
}
</style>
background-color css
<style>
a { background-color: #788C60; }
a { background-color: rgb(120,140,96); }
div.DivClassName
{
background-color: #788C60;
}
.BgClassName
{
background-color: #788C60;
}
</style>
border-color css
<style>
span { border-color: #788C60; }
span { border-color: rgb(120,140,96); }
td.TdClassName
{
border-color: #788C60;
}
.TagClassName
{
border-color: #788C60;
}
</style>