Shades of Highland #76885C
Tints of Highland #76885C
RGB
CMYK
RGB Variations
Color information
#76885C (or 0x76885C) is known color: Highland. HEX triplet: 76, 88 and 5C. RGB value is (118,136,92). Sum of RGB (Red+Green+Blue) = 118+136+92=346 (45% of max value = 765). Red value is 118 (46.48% from 255 or 34.10% from 346); Green value is 136 (53.52% from 255 or 39.31% from 346); Blue value is 92 (36.33% from 255 or 26.59% from 346); Max value from RGB is 136 - color contains mainly: green. Hex color #76885C is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #76885C is #8977A3. Grayscale: #7D7D7D. Windows color (decimal): -9009060 or 6064246. OLE color: 6064246.
HSL color Cylindrical-coordinate representation of color #76885C: hue angle of 84.55º degrees, saturation: 0.19, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #76885C is Cyan = 0.13, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 118 | 136 | 92 | - |
| CMYK | 0.13 | 0 | 0.32 | 0.47 |
| HSL | 84.55º | 0.19% | 0.45% | - |
| HSV(B) | 84.55º | 0.32% | 0.53% | - |
| XYZ | 18.21 | 22.23 | 13.46 | - |
| YUV | 125.6 | 109.04 | 122.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 136 | 92 | 0.13 | 0 | 0.32 | 0.47 | 84.55 | 0.19 | 0.45 |
| Hex | 76 | 88 | 5C | D | 0 | 20 | 2F | 55 | 13 | 2D |
| Octal | 166 | 210 | 134 | 15 | 0 | 40 | 57 | 125 | 23 | 55 |
| Binary | 1110110 | 10001000 | 1011100 | 1101 | 0 | 100000 | 101111 | 1010101 | 10011 | 101101 |
Color Harmonies of #76885C
Complementary color
Monochromatic Colors of #76885C
Black with #76885C
Text Example
Text Example
White with #76885C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #76885C; }
p { color: rgb(118,136,92); }
H1.HeaderClassName
{
color: #76885C;
}
.AnyTagClassName
{
color: #76885C;
}
</style>
background-color css
<style>
a { background-color: #76885C; }
a { background-color: rgb(118,136,92); }
div.DivClassName
{
background-color: #76885C;
}
.BgClassName
{
background-color: #76885C;
}
</style>
border-color css
<style>
span { border-color: #76885C; }
span { border-color: rgb(118,136,92); }
td.TdClassName
{
border-color: #76885C;
}
.TagClassName
{
border-color: #76885C;
}
</style>