Shades of Highball #8F894D
Tints of Highball #8F894D
RGB
CMYK
RGB Variations
Color information
#8F894D (or 0x8F894D) is known color: Highball. HEX triplet: 8F, 89 and 4D. RGB value is (143,137,77). Sum of RGB (Red+Green+Blue) = 143+137+77=357 (47% of max value = 765). Red value is 143 (56.25% from 255 or 40.06% from 357); Green value is 137 (53.91% from 255 or 38.38% from 357); Blue value is 77 (30.47% from 255 or 21.57% from 357); Max value from RGB is 143 - color contains mainly: red. Hex color #8F894D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8F894D is #7076B2. Grayscale: #848484. Windows color (decimal): -7370419 or 5081487. OLE color: 5081487.
HSL color Cylindrical-coordinate representation of color #8F894D: hue angle of 54.55º degrees, saturation: 0.3, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #8F894D is Cyan = 0, Magento = 0.04, Yellow = 0.46 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 143 | 137 | 77 | - |
| CMYK | 0 | 0.04 | 0.46 | 0.44 |
| HSL | 54.55º | 0.3% | 0.43% | - |
| HSV(B) | 54.55º | 0.46% | 0.56% | - |
| XYZ | 21.61 | 24.27 | 10.57 | - |
| YUV | 131.95 | 96.99 | 135.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 137 | 77 | 0 | 0.04 | 0.46 | 0.44 | 54.55 | 0.3 | 0.43 |
| Hex | 8F | 89 | 4D | 0 | 4 | 2E | 2C | 37 | 1E | 2B |
| Octal | 217 | 211 | 115 | 0 | 4 | 56 | 54 | 67 | 36 | 53 |
| Binary | 10001111 | 10001001 | 1001101 | 0 | 100 | 101110 | 101100 | 110111 | 11110 | 101011 |
Color Harmonies of #8F894D
Complementary color
Monochromatic Colors of #8F894D
Black with #8F894D
Text Example
Text Example
White with #8F894D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F894D; }
p { color: rgb(143,137,77); }
H1.HeaderClassName
{
color: #8F894D;
}
.AnyTagClassName
{
color: #8F894D;
}
</style>
background-color css
<style>
a { background-color: #8F894D; }
a { background-color: rgb(143,137,77); }
div.DivClassName
{
background-color: #8F894D;
}
.BgClassName
{
background-color: #8F894D;
}
</style>
border-color css
<style>
span { border-color: #8F894D; }
span { border-color: rgb(143,137,77); }
td.TdClassName
{
border-color: #8F894D;
}
.TagClassName
{
border-color: #8F894D;
}
</style>