Shades of Highland #7C8860
Tints of Highland #7C8860
RGB
CMYK
RGB Variations
Color information
#7C8860 (or 0x7C8860) is known color: Highland. HEX triplet: 7C, 88 and 60. RGB value is (124,136,96). Sum of RGB (Red+Green+Blue) = 124+136+96=356 (47% of max value = 765). Red value is 124 (48.83% from 255 or 34.83% from 356); Green value is 136 (53.52% from 255 or 38.20% from 356); Blue value is 96 (37.89% from 255 or 26.97% from 356); Max value from RGB is 136 - color contains mainly: green. Hex color #7C8860 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7C8860 is #83779F. Grayscale: #808080. Windows color (decimal): -8615840 or 6326396. OLE color: 6326396.
HSL color Cylindrical-coordinate representation of color #7C8860: hue angle of 78º degrees, saturation: 0.17, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #7C8860 is Cyan = 0.09, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 124 | 136 | 96 | - |
| CMYK | 0.09 | 0 | 0.29 | 0.47 |
| HSL | 78º | 0.17% | 0.45% | - |
| HSV(B) | 78º | 0.29% | 0.53% | - |
| XYZ | 19.23 | 22.74 | 14.44 | - |
| YUV | 127.85 | 110.02 | 125.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 136 | 96 | 0.09 | 0 | 0.29 | 0.47 | 78 | 0.17 | 0.45 |
| Hex | 7C | 88 | 60 | 9 | 0 | 1D | 2F | 4E | 11 | 2D |
| Octal | 174 | 210 | 140 | 11 | 0 | 35 | 57 | 116 | 21 | 55 |
| Binary | 1111100 | 10001000 | 1100000 | 1001 | 0 | 11101 | 101111 | 1001110 | 10001 | 101101 |
Color Harmonies of #7C8860
Complementary color
Monochromatic Colors of #7C8860
Black with #7C8860
Text Example
Text Example
White with #7C8860
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7C8860; }
p { color: rgb(124,136,96); }
H1.HeaderClassName
{
color: #7C8860;
}
.AnyTagClassName
{
color: #7C8860;
}
</style>
background-color css
<style>
a { background-color: #7C8860; }
a { background-color: rgb(124,136,96); }
div.DivClassName
{
background-color: #7C8860;
}
.BgClassName
{
background-color: #7C8860;
}
</style>
border-color css
<style>
span { border-color: #7C8860; }
span { border-color: rgb(124,136,96); }
td.TdClassName
{
border-color: #7C8860;
}
.TagClassName
{
border-color: #7C8860;
}
</style>