Shades of Highball #8E7D3C
Tints of Highball #8E7D3C
RGB
CMYK
RGB Variations
Color information
#8E7D3C (or 0x8E7D3C) is known color: Highball. HEX triplet: 8E, 7D and 3C. RGB value is (142,125,60). Sum of RGB (Red+Green+Blue) = 142+125+60=327 (43% of max value = 765). Red value is 142 (55.86% from 255 or 43.43% from 327); Green value is 125 (49.22% from 255 or 38.23% from 327); Blue value is 60 (23.83% from 255 or 18.35% from 327); Max value from RGB is 142 - color contains mainly: red. Hex color #8E7D3C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #8E7D3C is #7182C3. Grayscale: #7A7A7A. Windows color (decimal): -7439044 or 3964302. OLE color: 3964302.
HSL color Cylindrical-coordinate representation of color #8E7D3C: hue angle of 47.56º degrees, saturation: 0.41, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #8E7D3C is Cyan = 0, Magento = 0.12, Yellow = 0.58 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 142 | 125 | 60 | - |
| CMYK | 0 | 0.12 | 0.58 | 0.44 |
| HSL | 47.56º | 0.41% | 0.4% | - |
| HSV(B) | 47.56º | 0.58% | 0.56% | - |
| XYZ | 19.3 | 20.74 | 7.26 | - |
| YUV | 122.67 | 92.63 | 141.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 125 | 60 | 0 | 0.12 | 0.58 | 0.44 | 47.56 | 0.41 | 0.4 |
| Hex | 8E | 7D | 3C | 0 | C | 3A | 2C | 30 | 29 | 28 |
| Octal | 216 | 175 | 74 | 0 | 14 | 72 | 54 | 60 | 51 | 50 |
| Binary | 10001110 | 1111101 | 111100 | 0 | 1100 | 111010 | 101100 | 110000 | 101001 | 101000 |
Color Harmonies of #8E7D3C
Complementary color
Monochromatic Colors of #8E7D3C
Black with #8E7D3C
Text Example
Text Example
White with #8E7D3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8E7D3C; }
p { color: rgb(142,125,60); }
H1.HeaderClassName
{
color: #8E7D3C;
}
.AnyTagClassName
{
color: #8E7D3C;
}
</style>
background-color css
<style>
a { background-color: #8E7D3C; }
a { background-color: rgb(142,125,60); }
div.DivClassName
{
background-color: #8E7D3C;
}
.BgClassName
{
background-color: #8E7D3C;
}
</style>
border-color css
<style>
span { border-color: #8E7D3C; }
span { border-color: rgb(142,125,60); }
td.TdClassName
{
border-color: #8E7D3C;
}
.TagClassName
{
border-color: #8E7D3C;
}
</style>