Shades of Highland #77885A
Tints of Highland #77885A
RGB
CMYK
RGB Variations
Color information
#77885A (or 0x77885A) is known color: Highland. HEX triplet: 77, 88 and 5A. RGB value is (119,136,90). Sum of RGB (Red+Green+Blue) = 119+136+90=345 (45% of max value = 765). Red value is 119 (46.88% from 255 or 34.49% from 345); Green value is 136 (53.52% from 255 or 39.42% from 345); Blue value is 90 (35.55% from 255 or 26.09% from 345); Max value from RGB is 136 - color contains mainly: green. Hex color #77885A is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #77885A is #8877A5. Grayscale: #7D7D7D. Windows color (decimal): -8943526 or 5933175. OLE color: 5933175.
HSL color Cylindrical-coordinate representation of color #77885A: hue angle of 82.17º degrees, saturation: 0.2, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #77885A is Cyan = 0.12, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 119 | 136 | 90 | - |
| CMYK | 0.12 | 0 | 0.34 | 0.47 |
| HSL | 82.17º | 0.2% | 0.44% | - |
| HSV(B) | 82.17º | 0.34% | 0.53% | - |
| XYZ | 18.26 | 22.27 | 13.01 | - |
| YUV | 125.67 | 107.87 | 123.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 136 | 90 | 0.12 | 0 | 0.34 | 0.47 | 82.17 | 0.2 | 0.44 |
| Hex | 77 | 88 | 5A | C | 0 | 22 | 2F | 52 | 14 | 2C |
| Octal | 167 | 210 | 132 | 14 | 0 | 42 | 57 | 122 | 24 | 54 |
| Binary | 1110111 | 10001000 | 1011010 | 1100 | 0 | 100010 | 101111 | 1010010 | 10100 | 101100 |
Color Harmonies of #77885A
Complementary color
Monochromatic Colors of #77885A
Black with #77885A
Text Example
Text Example
White with #77885A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #77885A; }
p { color: rgb(119,136,90); }
H1.HeaderClassName
{
color: #77885A;
}
.AnyTagClassName
{
color: #77885A;
}
</style>
background-color css
<style>
a { background-color: #77885A; }
a { background-color: rgb(119,136,90); }
div.DivClassName
{
background-color: #77885A;
}
.BgClassName
{
background-color: #77885A;
}
</style>
border-color css
<style>
span { border-color: #77885A; }
span { border-color: rgb(119,136,90); }
td.TdClassName
{
border-color: #77885A;
}
.TagClassName
{
border-color: #77885A;
}
</style>