Shades of Highball #8C8746
Tints of Highball #8C8746
RGB
CMYK
RGB Variations
Color information
#8C8746 (or 0x8C8746) is known color: Highball. HEX triplet: 8C, 87 and 46. RGB value is (140,135,70). Sum of RGB (Red+Green+Blue) = 140+135+70=345 (45% of max value = 765). Red value is 140 (55.08% from 255 or 40.58% from 345); Green value is 135 (53.12% from 255 or 39.13% from 345); Blue value is 70 (27.73% from 255 or 20.29% from 345); Max value from RGB is 140 - color contains mainly: red. Hex color #8C8746 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #8C8746 is #7378B9. Grayscale: #818181. Windows color (decimal): -7567546 or 4622220. OLE color: 4622220.
HSL color Cylindrical-coordinate representation of color #8C8746: hue angle of 55.71º degrees, saturation: 0.33, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #8C8746 is Cyan = 0, Magento = 0.04, Yellow = 0.50 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 140 | 135 | 70 | - |
| CMYK | 0 | 0.04 | 0.50 | 0.45 |
| HSL | 55.71º | 0.33% | 0.41% | - |
| HSV(B) | 55.71º | 0.5% | 0.55% | - |
| XYZ | 20.58 | 23.35 | 9.22 | - |
| YUV | 129.09 | 94.66 | 135.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 135 | 70 | 0 | 0.04 | 0.50 | 0.45 | 55.71 | 0.33 | 0.41 |
| Hex | 8C | 87 | 46 | 0 | 4 | 32 | 2D | 38 | 21 | 29 |
| Octal | 214 | 207 | 106 | 0 | 4 | 62 | 55 | 70 | 41 | 51 |
| Binary | 10001100 | 10000111 | 1000110 | 0 | 100 | 110010 | 101101 | 111000 | 100001 | 101001 |
Color Harmonies of #8C8746
Complementary color
Monochromatic Colors of #8C8746
Black with #8C8746
Text Example
Text Example
White with #8C8746
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C8746; }
p { color: rgb(140,135,70); }
H1.HeaderClassName
{
color: #8C8746;
}
.AnyTagClassName
{
color: #8C8746;
}
</style>
background-color css
<style>
a { background-color: #8C8746; }
a { background-color: rgb(140,135,70); }
div.DivClassName
{
background-color: #8C8746;
}
.BgClassName
{
background-color: #8C8746;
}
</style>
border-color css
<style>
span { border-color: #8C8746; }
span { border-color: rgb(140,135,70); }
td.TdClassName
{
border-color: #8C8746;
}
.TagClassName
{
border-color: #8C8746;
}
</style>