Shades of Highland #77885E
Tints of Highland #77885E
RGB
CMYK
RGB Variations
Color information
#77885E (or 0x77885E) is known color: Highland. HEX triplet: 77, 88 and 5E. RGB value is (119,136,94). Sum of RGB (Red+Green+Blue) = 119+136+94=349 (46% of max value = 765). Red value is 119 (46.88% from 255 or 34.10% from 349); Green value is 136 (53.52% from 255 or 38.97% from 349); Blue value is 94 (37.11% from 255 or 26.93% from 349); Max value from RGB is 136 - color contains mainly: green. Hex color #77885E is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #77885E is #8877A1. Grayscale: #7E7E7E. Windows color (decimal): -8943522 or 6195319. OLE color: 6195319.
HSL color Cylindrical-coordinate representation of color #77885E: hue angle of 84.29º 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 #77885E is Cyan = 0.12, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 119 | 136 | 94 | - |
| CMYK | 0.12 | 0 | 0.31 | 0.47 |
| HSL | 84.29º | 0.18% | 0.45% | - |
| HSV(B) | 84.29º | 0.31% | 0.53% | - |
| XYZ | 18.43 | 22.34 | 13.93 | - |
| YUV | 126.13 | 109.87 | 122.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 136 | 94 | 0.12 | 0 | 0.31 | 0.47 | 84.29 | 0.18 | 0.45 |
| Hex | 77 | 88 | 5E | C | 0 | 1F | 2F | 54 | 12 | 2D |
| Octal | 167 | 210 | 136 | 14 | 0 | 37 | 57 | 124 | 22 | 55 |
| Binary | 1110111 | 10001000 | 1011110 | 1100 | 0 | 11111 | 101111 | 1010100 | 10010 | 101101 |
Color Harmonies of #77885E
Complementary color
Monochromatic Colors of #77885E
Black with #77885E
Text Example
Text Example
White with #77885E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #77885E; }
p { color: rgb(119,136,94); }
H1.HeaderClassName
{
color: #77885E;
}
.AnyTagClassName
{
color: #77885E;
}
</style>
background-color css
<style>
a { background-color: #77885E; }
a { background-color: rgb(119,136,94); }
div.DivClassName
{
background-color: #77885E;
}
.BgClassName
{
background-color: #77885E;
}
</style>
border-color css
<style>
span { border-color: #77885E; }
span { border-color: rgb(119,136,94); }
td.TdClassName
{
border-color: #77885E;
}
.TagClassName
{
border-color: #77885E;
}
</style>