Shades of Highball #8E7B3D
Tints of Highball #8E7B3D
RGB
CMYK
RGB Variations
Color information
#8E7B3D (or 0x8E7B3D) is known color: Highball. HEX triplet: 8E, 7B and 3D. RGB value is (142,123,61). Sum of RGB (Red+Green+Blue) = 142+123+61=326 (43% of max value = 765). Red value is 142 (55.86% from 255 or 43.56% from 326); Green value is 123 (48.44% from 255 or 37.73% from 326); Blue value is 61 (24.22% from 255 or 18.71% from 326); Max value from RGB is 142 - color contains mainly: red. Hex color #8E7B3D is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #8E7B3D is #7184C2. Grayscale: #797979. Windows color (decimal): -7439555 or 4029326. OLE color: 4029326.
HSL color Cylindrical-coordinate representation of color #8E7B3D: hue angle of 45.93º degrees, saturation: 0.4, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #8E7B3D is Cyan = 0, Magento = 0.13, Yellow = 0.57 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 142 | 123 | 61 | - |
| CMYK | 0 | 0.13 | 0.57 | 0.44 |
| HSL | 45.93º | 0.4% | 0.4% | - |
| HSV(B) | 45.93º | 0.57% | 0.56% | - |
| XYZ | 19.08 | 20.25 | 7.32 | - |
| YUV | 121.61 | 93.79 | 142.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 123 | 61 | 0 | 0.13 | 0.57 | 0.44 | 45.93 | 0.4 | 0.4 |
| Hex | 8E | 7B | 3D | 0 | D | 39 | 2C | 2E | 28 | 28 |
| Octal | 216 | 173 | 75 | 0 | 15 | 71 | 54 | 56 | 50 | 50 |
| Binary | 10001110 | 1111011 | 111101 | 0 | 1101 | 111001 | 101100 | 101110 | 101000 | 101000 |
Color Harmonies of #8E7B3D
Complementary color
Monochromatic Colors of #8E7B3D
Black with #8E7B3D
Text Example
Text Example
White with #8E7B3D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8E7B3D; }
p { color: rgb(142,123,61); }
H1.HeaderClassName
{
color: #8E7B3D;
}
.AnyTagClassName
{
color: #8E7B3D;
}
</style>
background-color css
<style>
a { background-color: #8E7B3D; }
a { background-color: rgb(142,123,61); }
div.DivClassName
{
background-color: #8E7B3D;
}
.BgClassName
{
background-color: #8E7B3D;
}
</style>
border-color css
<style>
span { border-color: #8E7B3D; }
span { border-color: rgb(142,123,61); }
td.TdClassName
{
border-color: #8E7B3D;
}
.TagClassName
{
border-color: #8E7B3D;
}
</style>