Shades of Highball #8D8737
Tints of Highball #8D8737
RGB
CMYK
RGB Variations
Color information
#8D8737 (or 0x8D8737) is known color: Highball. HEX triplet: 8D, 87 and 37. RGB value is (141,135,55). Sum of RGB (Red+Green+Blue) = 141+135+55=331 (43% of max value = 765). Red value is 141 (55.47% from 255 or 42.60% from 331); Green value is 135 (53.12% from 255 or 40.79% from 331); Blue value is 55 (21.88% from 255 or 16.62% from 331); Max value from RGB is 141 - color contains mainly: red. Hex color #8D8737 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #8D8737 is #7278C8. Grayscale: #7F7F7F. Windows color (decimal): -7502025 or 3639181. OLE color: 3639181.
HSL color Cylindrical-coordinate representation of color #8D8737: hue angle of 55.81º degrees, saturation: 0.44, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #8D8737 is Cyan = 0, Magento = 0.04, Yellow = 0.61 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 141 | 135 | 55 | - |
| CMYK | 0 | 0.04 | 0.61 | 0.45 |
| HSL | 55.81º | 0.44% | 0.38% | - |
| HSV(B) | 55.81º | 0.61% | 0.55% | - |
| XYZ | 20.34 | 23.27 | 7.03 | - |
| YUV | 127.67 | 86.99 | 137.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 135 | 55 | 0 | 0.04 | 0.61 | 0.45 | 55.81 | 0.44 | 0.38 |
| Hex | 8D | 87 | 37 | 0 | 4 | 3D | 2D | 38 | 2C | 26 |
| Octal | 215 | 207 | 67 | 0 | 4 | 75 | 55 | 70 | 54 | 46 |
| Binary | 10001101 | 10000111 | 110111 | 0 | 100 | 111101 | 101101 | 111000 | 101100 | 100110 |
Color Harmonies of #8D8737
Complementary color
Monochromatic Colors of #8D8737
Black with #8D8737
Text Example
Text Example
White with #8D8737
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D8737; }
p { color: rgb(141,135,55); }
H1.HeaderClassName
{
color: #8D8737;
}
.AnyTagClassName
{
color: #8D8737;
}
</style>
background-color css
<style>
a { background-color: #8D8737; }
a { background-color: rgb(141,135,55); }
div.DivClassName
{
background-color: #8D8737;
}
.BgClassName
{
background-color: #8D8737;
}
</style>
border-color css
<style>
span { border-color: #8D8737; }
span { border-color: rgb(141,135,55); }
td.TdClassName
{
border-color: #8D8737;
}
.TagClassName
{
border-color: #8D8737;
}
</style>