Shades of Highball #8C884A
Tints of Highball #8C884A
RGB
CMYK
RGB Variations
Color information
#8C884A (or 0x8C884A) is known color: Highball. HEX triplet: 8C, 88 and 4A. RGB value is (140,136,74). Sum of RGB (Red+Green+Blue) = 140+136+74=350 (46% of max value = 765). Red value is 140 (55.08% from 255 or 40% from 350); Green value is 136 (53.52% from 255 or 38.86% from 350); Blue value is 74 (29.30% from 255 or 21.14% from 350); Max value from RGB is 140 - color contains mainly: red. Hex color #8C884A is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #8C884A is #7377B5. Grayscale: #828282. Windows color (decimal): -7567286 or 4884620. OLE color: 4884620.
HSL color Cylindrical-coordinate representation of color #8C884A: hue angle of 56.36º degrees, saturation: 0.31, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #8C884A is Cyan = 0, Magento = 0.03, Yellow = 0.47 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 140 | 136 | 74 | - |
| CMYK | 0 | 0.03 | 0.47 | 0.45 |
| HSL | 56.36º | 0.31% | 0.42% | - |
| HSV(B) | 56.36º | 0.47% | 0.55% | - |
| XYZ | 20.86 | 23.68 | 9.95 | - |
| YUV | 130.13 | 96.33 | 135.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 136 | 74 | 0 | 0.03 | 0.47 | 0.45 | 56.36 | 0.31 | 0.42 |
| Hex | 8C | 88 | 4A | 0 | 3 | 2F | 2D | 38 | 1F | 2A |
| Octal | 214 | 210 | 112 | 0 | 3 | 57 | 55 | 70 | 37 | 52 |
| Binary | 10001100 | 10001000 | 1001010 | 0 | 11 | 101111 | 101101 | 111000 | 11111 | 101010 |
Color Harmonies of #8C884A
Complementary color
Monochromatic Colors of #8C884A
Black with #8C884A
Text Example
Text Example
White with #8C884A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C884A; }
p { color: rgb(140,136,74); }
H1.HeaderClassName
{
color: #8C884A;
}
.AnyTagClassName
{
color: #8C884A;
}
</style>
background-color css
<style>
a { background-color: #8C884A; }
a { background-color: rgb(140,136,74); }
div.DivClassName
{
background-color: #8C884A;
}
.BgClassName
{
background-color: #8C884A;
}
</style>
border-color css
<style>
span { border-color: #8C884A; }
span { border-color: rgb(140,136,74); }
td.TdClassName
{
border-color: #8C884A;
}
.TagClassName
{
border-color: #8C884A;
}
</style>