Shades of Highland #788B60
Tints of Highland #788B60
RGB
CMYK
RGB Variations
Color information
#788B60 (or 0x788B60) is known color: Highland. HEX triplet: 78, 8B and 60. RGB value is (120,139,96). Sum of RGB (Red+Green+Blue) = 120+139+96=355 (47% of max value = 765). Red value is 120 (47.27% from 255 or 33.80% from 355); Green value is 139 (54.69% from 255 or 39.15% from 355); Blue value is 96 (37.89% from 255 or 27.04% from 355); Max value from RGB is 139 - color contains mainly: green. Hex color #788B60 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #788B60 is #87749F. Grayscale: #808080. Windows color (decimal): -8877216 or 6327160. OLE color: 6327160.
HSL color Cylindrical-coordinate representation of color #788B60: hue angle of 86.51º degrees, saturation: 0.18, 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 #788B60 is Cyan = 0.14, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 120 | 139 | 96 | - |
| CMYK | 0.14 | 0 | 0.31 | 0.45 |
| HSL | 86.51º | 0.18% | 0.46% | - |
| HSV(B) | 86.51º | 0.31% | 0.55% | - |
| XYZ | 19.09 | 23.3 | 14.56 | - |
| YUV | 128.42 | 109.71 | 122 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 139 | 96 | 0.14 | 0 | 0.31 | 0.45 | 86.51 | 0.18 | 0.46 |
| Hex | 78 | 8B | 60 | E | 0 | 1F | 2D | 57 | 12 | 2E |
| Octal | 170 | 213 | 140 | 16 | 0 | 37 | 55 | 127 | 22 | 56 |
| Binary | 1111000 | 10001011 | 1100000 | 1110 | 0 | 11111 | 101101 | 1010111 | 10010 | 101110 |
Color Harmonies of #788B60
Complementary color
Monochromatic Colors of #788B60
Black with #788B60
Text Example
Text Example
White with #788B60
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #788B60; }
p { color: rgb(120,139,96); }
H1.HeaderClassName
{
color: #788B60;
}
.AnyTagClassName
{
color: #788B60;
}
</style>
background-color css
<style>
a { background-color: #788B60; }
a { background-color: rgb(120,139,96); }
div.DivClassName
{
background-color: #788B60;
}
.BgClassName
{
background-color: #788B60;
}
</style>
border-color css
<style>
span { border-color: #788B60; }
span { border-color: rgb(120,139,96); }
td.TdClassName
{
border-color: #788B60;
}
.TagClassName
{
border-color: #788B60;
}
</style>