Shades of Highball #8C873A
Tints of Highball #8C873A
RGB
CMYK
RGB Variations
Color information
#8C873A (or 0x8C873A) is known color: Highball. HEX triplet: 8C, 87 and 3A. RGB value is (140,135,58). Sum of RGB (Red+Green+Blue) = 140+135+58=333 (44% of max value = 765). Red value is 140 (55.08% from 255 or 42.04% from 333); Green value is 135 (53.12% from 255 or 40.54% from 333); Blue value is 58 (23.05% from 255 or 17.42% from 333); Max value from RGB is 140 - color contains mainly: red. Hex color #8C873A is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #8C873A is #7378C5. Grayscale: #808080. Windows color (decimal): -7567558 or 3835788. OLE color: 3835788.
HSL color Cylindrical-coordinate representation of color #8C873A: hue angle of 56.34º degrees, saturation: 0.41, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #8C873A is Cyan = 0, Magento = 0.04, Yellow = 0.59 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 140 | 135 | 58 | - |
| CMYK | 0 | 0.04 | 0.59 | 0.45 |
| HSL | 56.34º | 0.41% | 0.39% | - |
| HSV(B) | 56.34º | 0.59% | 0.55% | - |
| XYZ | 20.24 | 23.21 | 7.42 | - |
| YUV | 127.72 | 88.66 | 136.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 135 | 58 | 0 | 0.04 | 0.59 | 0.45 | 56.34 | 0.41 | 0.39 |
| Hex | 8C | 87 | 3A | 0 | 4 | 3B | 2D | 38 | 29 | 27 |
| Octal | 214 | 207 | 72 | 0 | 4 | 73 | 55 | 70 | 51 | 47 |
| Binary | 10001100 | 10000111 | 111010 | 0 | 100 | 111011 | 101101 | 111000 | 101001 | 100111 |
Color Harmonies of #8C873A
Complementary color
Monochromatic Colors of #8C873A
Black with #8C873A
Text Example
Text Example
White with #8C873A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C873A; }
p { color: rgb(140,135,58); }
H1.HeaderClassName
{
color: #8C873A;
}
.AnyTagClassName
{
color: #8C873A;
}
</style>
background-color css
<style>
a { background-color: #8C873A; }
a { background-color: rgb(140,135,58); }
div.DivClassName
{
background-color: #8C873A;
}
.BgClassName
{
background-color: #8C873A;
}
</style>
border-color css
<style>
span { border-color: #8C873A; }
span { border-color: rgb(140,135,58); }
td.TdClassName
{
border-color: #8C873A;
}
.TagClassName
{
border-color: #8C873A;
}
</style>