Shades of Highball #8C894D
Tints of Highball #8C894D
RGB
CMYK
RGB Variations
Color information
#8C894D (or 0x8C894D) is known color: Highball. HEX triplet: 8C, 89 and 4D. RGB value is (140,137,77). Sum of RGB (Red+Green+Blue) = 140+137+77=354 (46% of max value = 765). Red value is 140 (55.08% from 255 or 39.55% from 354); Green value is 137 (53.91% from 255 or 38.70% from 354); Blue value is 77 (30.47% from 255 or 21.75% from 354); Max value from RGB is 140 - color contains mainly: red. Hex color #8C894D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8C894D is #7376B2. Grayscale: #838383. Windows color (decimal): -7567027 or 5081484. OLE color: 5081484.
HSL color Cylindrical-coordinate representation of color #8C894D: hue angle of 57.14º degrees, saturation: 0.29, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #8C894D is Cyan = 0, Magento = 0.02, Yellow = 0.45 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 140 | 137 | 77 | - |
| CMYK | 0 | 0.02 | 0.45 | 0.45 |
| HSL | 57.14º | 0.29% | 0.43% | - |
| HSV(B) | 57.14º | 0.45% | 0.55% | - |
| XYZ | 21.1 | 24 | 10.54 | - |
| YUV | 131.06 | 97.49 | 134.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 137 | 77 | 0 | 0.02 | 0.45 | 0.45 | 57.14 | 0.29 | 0.43 |
| Hex | 8C | 89 | 4D | 0 | 2 | 2D | 2D | 39 | 1D | 2B |
| Octal | 214 | 211 | 115 | 0 | 2 | 55 | 55 | 71 | 35 | 53 |
| Binary | 10001100 | 10001001 | 1001101 | 0 | 10 | 101101 | 101101 | 111001 | 11101 | 101011 |
Color Harmonies of #8C894D
Complementary color
Monochromatic Colors of #8C894D
Black with #8C894D
Text Example
Text Example
White with #8C894D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C894D; }
p { color: rgb(140,137,77); }
H1.HeaderClassName
{
color: #8C894D;
}
.AnyTagClassName
{
color: #8C894D;
}
</style>
background-color css
<style>
a { background-color: #8C894D; }
a { background-color: rgb(140,137,77); }
div.DivClassName
{
background-color: #8C894D;
}
.BgClassName
{
background-color: #8C894D;
}
</style>
border-color css
<style>
span { border-color: #8C894D; }
span { border-color: rgb(140,137,77); }
td.TdClassName
{
border-color: #8C894D;
}
.TagClassName
{
border-color: #8C894D;
}
</style>