Shades of Highball #867F37
Tints of Highball #867F37
RGB
CMYK
RGB Variations
Color information
#867F37 (or 0x867F37) is known color: Highball. HEX triplet: 86, 7F and 37. RGB value is (134,127,55). Sum of RGB (Red+Green+Blue) = 134+127+55=316 (41% of max value = 765). Red value is 134 (52.73% from 255 or 42.41% from 316); Green value is 127 (50% from 255 or 40.19% from 316); Blue value is 55 (21.88% from 255 or 17.41% from 316); Max value from RGB is 134 - color contains mainly: red. Hex color #867F37 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #867F37 is #7980C8. Grayscale: #797979. Windows color (decimal): -7962825 or 3637126. OLE color: 3637126.
HSL color Cylindrical-coordinate representation of color #867F37: hue angle of 54.68º degrees, saturation: 0.42, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #867F37 is Cyan = 0, Magento = 0.05, Yellow = 0.59 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 134 | 127 | 55 | - |
| CMYK | 0 | 0.05 | 0.59 | 0.47 |
| HSL | 54.68º | 0.42% | 0.37% | - |
| HSV(B) | 54.68º | 0.59% | 0.53% | - |
| XYZ | 18.11 | 20.52 | 6.62 | - |
| YUV | 120.89 | 90.82 | 137.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 127 | 55 | 0 | 0.05 | 0.59 | 0.47 | 54.68 | 0.42 | 0.37 |
| Hex | 86 | 7F | 37 | 0 | 5 | 3B | 2F | 37 | 2A | 25 |
| Octal | 206 | 177 | 67 | 0 | 5 | 73 | 57 | 67 | 52 | 45 |
| Binary | 10000110 | 1111111 | 110111 | 0 | 101 | 111011 | 101111 | 110111 | 101010 | 100101 |
Color Harmonies of #867F37
Complementary color
Monochromatic Colors of #867F37
Black with #867F37
Text Example
Text Example
White with #867F37
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #867F37; }
p { color: rgb(134,127,55); }
H1.HeaderClassName
{
color: #867F37;
}
.AnyTagClassName
{
color: #867F37;
}
</style>
background-color css
<style>
a { background-color: #867F37; }
a { background-color: rgb(134,127,55); }
div.DivClassName
{
background-color: #867F37;
}
.BgClassName
{
background-color: #867F37;
}
</style>
border-color css
<style>
span { border-color: #867F37; }
span { border-color: rgb(134,127,55); }
td.TdClassName
{
border-color: #867F37;
}
.TagClassName
{
border-color: #867F37;
}
</style>