Shades of Highland #76855B
Tints of Highland #76855B
RGB
CMYK
RGB Variations
Color information
#76855B (or 0x76855B) is known color: Highland. HEX triplet: 76, 85 and 5B. RGB value is (118,133,91). Sum of RGB (Red+Green+Blue) = 118+133+91=342 (45% of max value = 765). Red value is 118 (46.48% from 255 or 34.50% from 342); Green value is 133 (52.34% from 255 or 38.89% from 342); Blue value is 91 (35.94% from 255 or 26.61% from 342); Max value from RGB is 133 - color contains mainly: green. Hex color #76855B is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #76855B is #897AA4. Grayscale: #7B7B7B. Windows color (decimal): -9009829 or 5997942. OLE color: 5997942.
HSL color Cylindrical-coordinate representation of color #76855B: hue angle of 81.43º degrees, saturation: 0.19, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #76855B is Cyan = 0.11, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 118 | 133 | 91 | - |
| CMYK | 0.11 | 0 | 0.32 | 0.48 |
| HSL | 81.43º | 0.19% | 0.44% | - |
| HSV(B) | 81.43º | 0.32% | 0.52% | - |
| XYZ | 17.75 | 21.38 | 13.09 | - |
| YUV | 123.73 | 109.53 | 123.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 133 | 91 | 0.11 | 0 | 0.32 | 0.48 | 81.43 | 0.19 | 0.44 |
| Hex | 76 | 85 | 5B | B | 0 | 20 | 30 | 51 | 13 | 2C |
| Octal | 166 | 205 | 133 | 13 | 0 | 40 | 60 | 121 | 23 | 54 |
| Binary | 1110110 | 10000101 | 1011011 | 1011 | 0 | 100000 | 110000 | 1010001 | 10011 | 101100 |
Color Harmonies of #76855B
Complementary color
Monochromatic Colors of #76855B
Black with #76855B
Text Example
Text Example
White with #76855B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #76855B; }
p { color: rgb(118,133,91); }
H1.HeaderClassName
{
color: #76855B;
}
.AnyTagClassName
{
color: #76855B;
}
</style>
background-color css
<style>
a { background-color: #76855B; }
a { background-color: rgb(118,133,91); }
div.DivClassName
{
background-color: #76855B;
}
.BgClassName
{
background-color: #76855B;
}
</style>
border-color css
<style>
span { border-color: #76855B; }
span { border-color: rgb(118,133,91); }
td.TdClassName
{
border-color: #76855B;
}
.TagClassName
{
border-color: #76855B;
}
</style>