Shades of Highball #8D8740
Tints of Highball #8D8740
RGB
CMYK
RGB Variations
Color information
#8D8740 (or 0x8D8740) is known color: Highball. HEX triplet: 8D, 87 and 40. RGB value is (141,135,64). Sum of RGB (Red+Green+Blue) = 141+135+64=340 (45% of max value = 765). Red value is 141 (55.47% from 255 or 41.47% from 340); Green value is 135 (53.12% from 255 or 39.71% from 340); Blue value is 64 (25.39% from 255 or 18.82% from 340); Max value from RGB is 141 - color contains mainly: red. Hex color #8D8740 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #8D8740 is #7278BF. Grayscale: #808080. Windows color (decimal): -7502016 or 4229005. OLE color: 4229005.
HSL color Cylindrical-coordinate representation of color #8D8740: hue angle of 55.32º degrees, saturation: 0.38, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #8D8740 is Cyan = 0, Magento = 0.04, Yellow = 0.55 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 141 | 135 | 64 | - |
| CMYK | 0 | 0.04 | 0.55 | 0.45 |
| HSL | 55.32º | 0.38% | 0.4% | - |
| HSV(B) | 55.32º | 0.55% | 0.55% | - |
| XYZ | 20.57 | 23.36 | 8.28 | - |
| YUV | 128.7 | 91.49 | 136.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 135 | 64 | 0 | 0.04 | 0.55 | 0.45 | 55.32 | 0.38 | 0.4 |
| Hex | 8D | 87 | 40 | 0 | 4 | 37 | 2D | 37 | 26 | 28 |
| Octal | 215 | 207 | 100 | 0 | 4 | 67 | 55 | 67 | 46 | 50 |
| Binary | 10001101 | 10000111 | 1000000 | 0 | 100 | 110111 | 101101 | 110111 | 100110 | 101000 |
Color Harmonies of #8D8740
Complementary color
Monochromatic Colors of #8D8740
Black with #8D8740
Text Example
Text Example
White with #8D8740
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D8740; }
p { color: rgb(141,135,64); }
H1.HeaderClassName
{
color: #8D8740;
}
.AnyTagClassName
{
color: #8D8740;
}
</style>
background-color css
<style>
a { background-color: #8D8740; }
a { background-color: rgb(141,135,64); }
div.DivClassName
{
background-color: #8D8740;
}
.BgClassName
{
background-color: #8D8740;
}
</style>
border-color css
<style>
span { border-color: #8D8740; }
span { border-color: rgb(141,135,64); }
td.TdClassName
{
border-color: #8D8740;
}
.TagClassName
{
border-color: #8D8740;
}
</style>