Shades of Highball #8A874E
Tints of Highball #8A874E
RGB
CMYK
RGB Variations
Color information
#8A874E (or 0x8A874E) is known color: Highball. HEX triplet: 8A, 87 and 4E. RGB value is (138,135,78). Sum of RGB (Red+Green+Blue) = 138+135+78=351 (46% of max value = 765). Red value is 138 (54.30% from 255 or 39.32% from 351); Green value is 135 (53.12% from 255 or 38.46% from 351); Blue value is 78 (30.86% from 255 or 22.22% from 351); Max value from RGB is 138 - color contains mainly: red. Hex color #8A874E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8A874E is #7578B1. Grayscale: #818181. Windows color (decimal): -7698610 or 5146506. OLE color: 5146506.
HSL color Cylindrical-coordinate representation of color #8A874E: hue angle of 57º degrees, saturation: 0.28, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #8A874E is Cyan = 0, Magento = 0.02, Yellow = 0.43 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 138 | 135 | 78 | - |
| CMYK | 0 | 0.02 | 0.43 | 0.46 |
| HSL | 57º | 0.28% | 0.42% | - |
| HSV(B) | 57º | 0.43% | 0.54% | - |
| XYZ | 20.52 | 23.28 | 10.62 | - |
| YUV | 129.4 | 98.99 | 134.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 135 | 78 | 0 | 0.02 | 0.43 | 0.46 | 57 | 0.28 | 0.42 |
| Hex | 8A | 87 | 4E | 0 | 2 | 2B | 2E | 39 | 1C | 2A |
| Octal | 212 | 207 | 116 | 0 | 2 | 53 | 56 | 71 | 34 | 52 |
| Binary | 10001010 | 10000111 | 1001110 | 0 | 10 | 101011 | 101110 | 111001 | 11100 | 101010 |
Color Harmonies of #8A874E
Complementary color
Monochromatic Colors of #8A874E
Black with #8A874E
Text Example
Text Example
White with #8A874E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8A874E; }
p { color: rgb(138,135,78); }
H1.HeaderClassName
{
color: #8A874E;
}
.AnyTagClassName
{
color: #8A874E;
}
</style>
background-color css
<style>
a { background-color: #8A874E; }
a { background-color: rgb(138,135,78); }
div.DivClassName
{
background-color: #8A874E;
}
.BgClassName
{
background-color: #8A874E;
}
</style>
border-color css
<style>
span { border-color: #8A874E; }
span { border-color: rgb(138,135,78); }
td.TdClassName
{
border-color: #8A874E;
}
.TagClassName
{
border-color: #8A874E;
}
</style>