Shades of Highball #8C8736
Tints of Highball #8C8736
RGB
CMYK
RGB Variations
Color information
#8C8736 (or 0x8C8736) is known color: Highball. HEX triplet: 8C, 87 and 36. RGB value is (140,135,54). Sum of RGB (Red+Green+Blue) = 140+135+54=329 (43% of max value = 765). Red value is 140 (55.08% from 255 or 42.55% from 329); Green value is 135 (53.12% from 255 or 41.03% from 329); Blue value is 54 (21.48% from 255 or 16.41% from 329); Max value from RGB is 140 - color contains mainly: red. Hex color #8C8736 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #8C8736 is #7378C9. Grayscale: #7F7F7F. Windows color (decimal): -7567562 or 3573644. OLE color: 3573644.
HSL color Cylindrical-coordinate representation of color #8C8736: hue angle of 56.51º 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 #8C8736 is Cyan = 0, Magento = 0.04, Yellow = 0.61 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 140 | 135 | 54 | - |
| CMYK | 0 | 0.04 | 0.61 | 0.45 |
| HSL | 56.51º | 0.44% | 0.38% | - |
| HSV(B) | 56.51º | 0.61% | 0.55% | - |
| XYZ | 20.15 | 23.17 | 6.9 | - |
| YUV | 127.26 | 86.66 | 137.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 135 | 54 | 0 | 0.04 | 0.61 | 0.45 | 56.51 | 0.44 | 0.38 |
| Hex | 8C | 87 | 36 | 0 | 4 | 3D | 2D | 39 | 2C | 26 |
| Octal | 214 | 207 | 66 | 0 | 4 | 75 | 55 | 71 | 54 | 46 |
| Binary | 10001100 | 10000111 | 110110 | 0 | 100 | 111101 | 101101 | 111001 | 101100 | 100110 |
Color Harmonies of #8C8736
Complementary color
Monochromatic Colors of #8C8736
Black with #8C8736
Text Example
Text Example
White with #8C8736
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C8736; }
p { color: rgb(140,135,54); }
H1.HeaderClassName
{
color: #8C8736;
}
.AnyTagClassName
{
color: #8C8736;
}
</style>
background-color css
<style>
a { background-color: #8C8736; }
a { background-color: rgb(140,135,54); }
div.DivClassName
{
background-color: #8C8736;
}
.BgClassName
{
background-color: #8C8736;
}
</style>
border-color css
<style>
span { border-color: #8C8736; }
span { border-color: rgb(140,135,54); }
td.TdClassName
{
border-color: #8C8736;
}
.TagClassName
{
border-color: #8C8736;
}
</style>