Shades of Highland #879C72
Tints of Highland #879C72
RGB
CMYK
RGB Variations
Color information
#879C72 (or 0x879C72) is known color: Highland. HEX triplet: 87, 9C and 72. RGB value is (135,156,114). Sum of RGB (Red+Green+Blue) = 135+156+114=405 (53% of max value = 765). Red value is 135 (53.12% from 255 or 33.33% from 405); Green value is 156 (61.33% from 255 or 38.52% from 405); Blue value is 114 (44.92% from 255 or 28.15% from 405); Max value from RGB is 156 - color contains mainly: green. Hex color #879C72 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #879C72 is #78638D. Grayscale: #919191. Windows color (decimal): -7889806 or 7511175. OLE color: 7511175.
HSL color Cylindrical-coordinate representation of color #879C72: hue angle of 90º degrees, saturation: 0.17, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #879C72 is Cyan = 0.13, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 135 | 156 | 114 | - |
| CMYK | 0.13 | 0 | 0.27 | 0.39 |
| HSL | 90º | 0.18% | 0.53% | - |
| HSV(B) | 90º | 0.27% | 0.61% | - |
| XYZ | 24.92 | 30.14 | 20.42 | - |
| YUV | 144.93 | 110.54 | 120.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 156 | 114 | 0.13 | 0 | 0.27 | 0.39 | 90 | 0.18 | 0.53 |
| Hex | 87 | 9C | 72 | D | 0 | 1B | 27 | 5A | 12 | 35 |
| Octal | 207 | 234 | 162 | 15 | 0 | 33 | 47 | 132 | 22 | 65 |
| Binary | 10000111 | 10011100 | 1110010 | 1101 | 0 | 11011 | 100111 | 1011010 | 10010 | 110101 |
Color Harmonies of #879C72
Complementary color
Monochromatic Colors of #879C72
Black with #879C72
Text Example
Text Example
White with #879C72
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #879C72; }
p { color: rgb(135,156,114); }
H1.HeaderClassName
{
color: #879C72;
}
.AnyTagClassName
{
color: #879C72;
}
</style>
background-color css
<style>
a { background-color: #879C72; }
a { background-color: rgb(135,156,114); }
div.DivClassName
{
background-color: #879C72;
}
.BgClassName
{
background-color: #879C72;
}
</style>
border-color css
<style>
span { border-color: #879C72; }
span { border-color: rgb(135,156,114); }
td.TdClassName
{
border-color: #879C72;
}
.TagClassName
{
border-color: #879C72;
}
</style>