Shades of Highball #8E7E3F
Tints of Highball #8E7E3F
RGB
CMYK
RGB Variations
Color information
#8E7E3F (or 0x8E7E3F) is known color: Highball. HEX triplet: 8E, 7E and 3F. RGB value is (142,126,63). Sum of RGB (Red+Green+Blue) = 142+126+63=331 (43% of max value = 765). Red value is 142 (55.86% from 255 or 42.90% from 331); Green value is 126 (49.61% from 255 or 38.07% from 331); Blue value is 63 (25% from 255 or 19.03% from 331); Max value from RGB is 142 - color contains mainly: red. Hex color #8E7E3F is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #8E7E3F is #7181C0. Grayscale: #7B7B7B. Windows color (decimal): -7438785 or 4161166. OLE color: 4161166.
HSL color Cylindrical-coordinate representation of color #8E7E3F: hue angle of 47.85º degrees, saturation: 0.39, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #8E7E3F is Cyan = 0, Magento = 0.11, Yellow = 0.56 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 142 | 126 | 63 | - |
| CMYK | 0 | 0.11 | 0.56 | 0.44 |
| HSL | 47.85º | 0.39% | 0.4% | - |
| HSV(B) | 47.85º | 0.56% | 0.56% | - |
| XYZ | 19.51 | 21.03 | 7.73 | - |
| YUV | 123.6 | 93.8 | 141.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 126 | 63 | 0 | 0.11 | 0.56 | 0.44 | 47.85 | 0.39 | 0.4 |
| Hex | 8E | 7E | 3F | 0 | B | 38 | 2C | 30 | 27 | 28 |
| Octal | 216 | 176 | 77 | 0 | 13 | 70 | 54 | 60 | 47 | 50 |
| Binary | 10001110 | 1111110 | 111111 | 0 | 1011 | 111000 | 101100 | 110000 | 100111 | 101000 |
Color Harmonies of #8E7E3F
Complementary color
Monochromatic Colors of #8E7E3F
Black with #8E7E3F
Text Example
Text Example
White with #8E7E3F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8E7E3F; }
p { color: rgb(142,126,63); }
H1.HeaderClassName
{
color: #8E7E3F;
}
.AnyTagClassName
{
color: #8E7E3F;
}
</style>
background-color css
<style>
a { background-color: #8E7E3F; }
a { background-color: rgb(142,126,63); }
div.DivClassName
{
background-color: #8E7E3F;
}
.BgClassName
{
background-color: #8E7E3F;
}
</style>
border-color css
<style>
span { border-color: #8E7E3F; }
span { border-color: rgb(142,126,63); }
td.TdClassName
{
border-color: #8E7E3F;
}
.TagClassName
{
border-color: #8E7E3F;
}
</style>