Shades of Highland #88976B
Tints of Highland #88976B
RGB
CMYK
RGB Variations
Color information
#88976B (or 0x88976B) is known color: Highland. HEX triplet: 88, 97 and 6B. RGB value is (136,151,107). Sum of RGB (Red+Green+Blue) = 136+151+107=394 (52% of max value = 765). Red value is 136 (53.52% from 255 or 34.52% from 394); Green value is 151 (59.38% from 255 or 38.32% from 394); Blue value is 107 (42.19% from 255 or 27.16% from 394); Max value from RGB is 151 - color contains mainly: green. Hex color #88976B is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #88976B is #776894. Grayscale: #8D8D8D. Windows color (decimal): -7825557 or 7051144. OLE color: 7051144.
HSL color Cylindrical-coordinate representation of color #88976B: hue angle of 80.45º degrees, saturation: 0.17, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #88976B is Cyan = 0.10, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 136 | 151 | 107 | - |
| CMYK | 0.10 | 0 | 0.29 | 0.41 |
| HSL | 80.45º | 0.17% | 0.51% | - |
| HSV(B) | 80.45º | 0.29% | 0.59% | - |
| XYZ | 23.87 | 28.43 | 18.14 | - |
| YUV | 141.5 | 108.53 | 124.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 151 | 107 | 0.10 | 0 | 0.29 | 0.41 | 80.45 | 0.17 | 0.51 |
| Hex | 88 | 97 | 6B | A | 0 | 1D | 29 | 50 | 11 | 33 |
| Octal | 210 | 227 | 153 | 12 | 0 | 35 | 51 | 120 | 21 | 63 |
| Binary | 10001000 | 10010111 | 1101011 | 1010 | 0 | 11101 | 101001 | 1010000 | 10001 | 110011 |
Color Harmonies of #88976B
Complementary color
Monochromatic Colors of #88976B
Black with #88976B
Text Example
Text Example
White with #88976B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #88976B; }
p { color: rgb(136,151,107); }
H1.HeaderClassName
{
color: #88976B;
}
.AnyTagClassName
{
color: #88976B;
}
</style>
background-color css
<style>
a { background-color: #88976B; }
a { background-color: rgb(136,151,107); }
div.DivClassName
{
background-color: #88976B;
}
.BgClassName
{
background-color: #88976B;
}
</style>
border-color css
<style>
span { border-color: #88976B; }
span { border-color: rgb(136,151,107); }
td.TdClassName
{
border-color: #88976B;
}
.TagClassName
{
border-color: #88976B;
}
</style>