Shades of Highball #8C8837
Tints of Highball #8C8837
RGB
CMYK
RGB Variations
Color information
#8C8837 (or 0x8C8837) is known color: Highball. HEX triplet: 8C, 88 and 37. RGB value is (140,136,55). Sum of RGB (Red+Green+Blue) = 140+136+55=331 (43% of max value = 765). Red value is 140 (55.08% from 255 or 42.30% from 331); Green value is 136 (53.52% from 255 or 41.09% from 331); Blue value is 55 (21.88% from 255 or 16.62% from 331); Max value from RGB is 140 - color contains mainly: red. Hex color #8C8837 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #8C8837 is #7377C8. Grayscale: #808080. Windows color (decimal): -7567305 or 3639436. OLE color: 3639436.
HSL color Cylindrical-coordinate representation of color #8C8837: hue angle of 57.18º 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 #8C8837 is Cyan = 0, Magento = 0.03, Yellow = 0.61 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 140 | 136 | 55 | - |
| CMYK | 0 | 0.03 | 0.61 | 0.45 |
| HSL | 57.18º | 0.44% | 0.38% | - |
| HSV(B) | 57.18º | 0.61% | 0.55% | - |
| XYZ | 20.31 | 23.46 | 7.07 | - |
| YUV | 127.96 | 86.83 | 136.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 136 | 55 | 0 | 0.03 | 0.61 | 0.45 | 57.18 | 0.44 | 0.38 |
| Hex | 8C | 88 | 37 | 0 | 3 | 3D | 2D | 39 | 2C | 26 |
| Octal | 214 | 210 | 67 | 0 | 3 | 75 | 55 | 71 | 54 | 46 |
| Binary | 10001100 | 10001000 | 110111 | 0 | 11 | 111101 | 101101 | 111001 | 101100 | 100110 |
Color Harmonies of #8C8837
Complementary color
Monochromatic Colors of #8C8837
Black with #8C8837
Text Example
Text Example
White with #8C8837
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C8837; }
p { color: rgb(140,136,55); }
H1.HeaderClassName
{
color: #8C8837;
}
.AnyTagClassName
{
color: #8C8837;
}
</style>
background-color css
<style>
a { background-color: #8C8837; }
a { background-color: rgb(140,136,55); }
div.DivClassName
{
background-color: #8C8837;
}
.BgClassName
{
background-color: #8C8837;
}
</style>
border-color css
<style>
span { border-color: #8C8837; }
span { border-color: rgb(140,136,55); }
td.TdClassName
{
border-color: #8C8837;
}
.TagClassName
{
border-color: #8C8837;
}
</style>