Shades of Highland #76865B
Tints of Highland #76865B
RGB
CMYK
RGB Variations
Color information
#76865B (or 0x76865B) is known color: Highland. HEX triplet: 76, 86 and 5B. RGB value is (118,134,91). Sum of RGB (Red+Green+Blue) = 118+134+91=343 (45% of max value = 765). Red value is 118 (46.48% from 255 or 34.40% from 343); Green value is 134 (52.73% from 255 or 39.07% from 343); Blue value is 91 (35.94% from 255 or 26.53% from 343); Max value from RGB is 134 - color contains mainly: green. Hex color #76865B is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #76865B is #8979A4. Grayscale: #7C7C7C. Windows color (decimal): -9009573 or 5998198. OLE color: 5998198.
HSL color Cylindrical-coordinate representation of color #76865B: hue angle of 82.33º degrees, saturation: 0.19, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #76865B is Cyan = 0.12, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 118 | 134 | 91 | - |
| CMYK | 0.12 | 0 | 0.32 | 0.47 |
| HSL | 82.33º | 0.19% | 0.44% | - |
| HSV(B) | 82.33º | 0.32% | 0.53% | - |
| XYZ | 17.88 | 21.66 | 13.14 | - |
| YUV | 124.31 | 109.2 | 123.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 134 | 91 | 0.12 | 0 | 0.32 | 0.47 | 82.33 | 0.19 | 0.44 |
| Hex | 76 | 86 | 5B | C | 0 | 20 | 2F | 52 | 13 | 2C |
| Octal | 166 | 206 | 133 | 14 | 0 | 40 | 57 | 122 | 23 | 54 |
| Binary | 1110110 | 10000110 | 1011011 | 1100 | 0 | 100000 | 101111 | 1010010 | 10011 | 101100 |
Color Harmonies of #76865B
Complementary color
Monochromatic Colors of #76865B
Black with #76865B
Text Example
Text Example
White with #76865B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #76865B; }
p { color: rgb(118,134,91); }
H1.HeaderClassName
{
color: #76865B;
}
.AnyTagClassName
{
color: #76865B;
}
</style>
background-color css
<style>
a { background-color: #76865B; }
a { background-color: rgb(118,134,91); }
div.DivClassName
{
background-color: #76865B;
}
.BgClassName
{
background-color: #76865B;
}
</style>
border-color css
<style>
span { border-color: #76865B; }
span { border-color: rgb(118,134,91); }
td.TdClassName
{
border-color: #76865B;
}
.TagClassName
{
border-color: #76865B;
}
</style>