Shades of Highball #8E884E
Tints of Highball #8E884E
RGB
CMYK
RGB Variations
Color information
#8E884E (or 0x8E884E) is known color: Highball. HEX triplet: 8E, 88 and 4E. RGB value is (142,136,78). Sum of RGB (Red+Green+Blue) = 142+136+78=356 (47% of max value = 765). Red value is 142 (55.86% from 255 or 39.89% from 356); Green value is 136 (53.52% from 255 or 38.20% from 356); Blue value is 78 (30.86% from 255 or 21.91% from 356); Max value from RGB is 142 - color contains mainly: red. Hex color #8E884E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8E884E is #7177B1. Grayscale: #838383. Windows color (decimal): -7436210 or 5146766. OLE color: 5146766.
HSL color Cylindrical-coordinate representation of color #8E884E: hue angle of 54.38º degrees, saturation: 0.29, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #8E884E is Cyan = 0, Magento = 0.04, Yellow = 0.45 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 142 | 136 | 78 | - |
| CMYK | 0 | 0.04 | 0.45 | 0.44 |
| HSL | 54.38º | 0.29% | 0.43% | - |
| HSV(B) | 54.38º | 0.45% | 0.56% | - |
| XYZ | 21.33 | 23.91 | 10.7 | - |
| YUV | 131.18 | 97.99 | 135.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 136 | 78 | 0 | 0.04 | 0.45 | 0.44 | 54.38 | 0.29 | 0.43 |
| Hex | 8E | 88 | 4E | 0 | 4 | 2D | 2C | 36 | 1D | 2B |
| Octal | 216 | 210 | 116 | 0 | 4 | 55 | 54 | 66 | 35 | 53 |
| Binary | 10001110 | 10001000 | 1001110 | 0 | 100 | 101101 | 101100 | 110110 | 11101 | 101011 |
Color Harmonies of #8E884E
Complementary color
Monochromatic Colors of #8E884E
Black with #8E884E
Text Example
Text Example
White with #8E884E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8E884E; }
p { color: rgb(142,136,78); }
H1.HeaderClassName
{
color: #8E884E;
}
.AnyTagClassName
{
color: #8E884E;
}
</style>
background-color css
<style>
a { background-color: #8E884E; }
a { background-color: rgb(142,136,78); }
div.DivClassName
{
background-color: #8E884E;
}
.BgClassName
{
background-color: #8E884E;
}
</style>
border-color css
<style>
span { border-color: #8E884E; }
span { border-color: rgb(142,136,78); }
td.TdClassName
{
border-color: #8E884E;
}
.TagClassName
{
border-color: #8E884E;
}
</style>