Shades of Highland #78885E
Tints of Highland #78885E
RGB
CMYK
RGB Variations
Color information
#78885E (or 0x78885E) is known color: Highland. HEX triplet: 78, 88 and 5E. RGB value is (120,136,94). Sum of RGB (Red+Green+Blue) = 120+136+94=350 (46% of max value = 765). Red value is 120 (47.27% from 255 or 34.29% from 350); Green value is 136 (53.52% from 255 or 38.86% from 350); Blue value is 94 (37.11% from 255 or 26.86% from 350); Max value from RGB is 136 - color contains mainly: green. Hex color #78885E is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #78885E is #8777A1. Grayscale: #7E7E7E. Windows color (decimal): -8877986 or 6195320. OLE color: 6195320.
HSL color Cylindrical-coordinate representation of color #78885E: hue angle of 82.86º degrees, saturation: 0.18, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #78885E is Cyan = 0.12, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 120 | 136 | 94 | - |
| CMYK | 0.12 | 0 | 0.31 | 0.47 |
| HSL | 82.86º | 0.18% | 0.45% | - |
| HSV(B) | 82.86º | 0.31% | 0.53% | - |
| XYZ | 18.57 | 22.41 | 13.94 | - |
| YUV | 126.43 | 109.7 | 123.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 136 | 94 | 0.12 | 0 | 0.31 | 0.47 | 82.86 | 0.18 | 0.45 |
| Hex | 78 | 88 | 5E | C | 0 | 1F | 2F | 53 | 12 | 2D |
| Octal | 170 | 210 | 136 | 14 | 0 | 37 | 57 | 123 | 22 | 55 |
| Binary | 1111000 | 10001000 | 1011110 | 1100 | 0 | 11111 | 101111 | 1010011 | 10010 | 101101 |
Color Harmonies of #78885E
Complementary color
Monochromatic Colors of #78885E
Black with #78885E
Text Example
Text Example
White with #78885E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #78885E; }
p { color: rgb(120,136,94); }
H1.HeaderClassName
{
color: #78885E;
}
.AnyTagClassName
{
color: #78885E;
}
</style>
background-color css
<style>
a { background-color: #78885E; }
a { background-color: rgb(120,136,94); }
div.DivClassName
{
background-color: #78885E;
}
.BgClassName
{
background-color: #78885E;
}
</style>
border-color css
<style>
span { border-color: #78885E; }
span { border-color: rgb(120,136,94); }
td.TdClassName
{
border-color: #78885E;
}
.TagClassName
{
border-color: #78885E;
}
</style>