Shades of Highball #8B7D40
Tints of Highball #8B7D40
RGB
CMYK
RGB Variations
Color information
#8B7D40 (or 0x8B7D40) is known color: Highball. HEX triplet: 8B, 7D and 40. RGB value is (139,125,64). Sum of RGB (Red+Green+Blue) = 139+125+64=328 (43% of max value = 765). Red value is 139 (54.69% from 255 or 42.38% from 328); Green value is 125 (49.22% from 255 or 38.11% from 328); Blue value is 64 (25.39% from 255 or 19.51% from 328); Max value from RGB is 139 - color contains mainly: red. Hex color #8B7D40 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #8B7D40 is #7482BF. Grayscale: #7A7A7A. Windows color (decimal): -7635648 or 4226443. OLE color: 4226443.
HSL color Cylindrical-coordinate representation of color #8B7D40: hue angle of 48.8º degrees, saturation: 0.37, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #8B7D40 is Cyan = 0, Magento = 0.10, Yellow = 0.54 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 139 | 125 | 64 | - |
| CMYK | 0 | 0.10 | 0.54 | 0.45 |
| HSL | 48.8º | 0.37% | 0.4% | - |
| HSV(B) | 48.8º | 0.54% | 0.55% | - |
| XYZ | 18.91 | 20.53 | 7.82 | - |
| YUV | 122.23 | 95.14 | 139.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 125 | 64 | 0 | 0.10 | 0.54 | 0.45 | 48.8 | 0.37 | 0.4 |
| Hex | 8B | 7D | 40 | 0 | A | 36 | 2D | 31 | 25 | 28 |
| Octal | 213 | 175 | 100 | 0 | 12 | 66 | 55 | 61 | 45 | 50 |
| Binary | 10001011 | 1111101 | 1000000 | 0 | 1010 | 110110 | 101101 | 110001 | 100101 | 101000 |
Color Harmonies of #8B7D40
Complementary color
Monochromatic Colors of #8B7D40
Black with #8B7D40
Text Example
Text Example
White with #8B7D40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8B7D40; }
p { color: rgb(139,125,64); }
H1.HeaderClassName
{
color: #8B7D40;
}
.AnyTagClassName
{
color: #8B7D40;
}
</style>
background-color css
<style>
a { background-color: #8B7D40; }
a { background-color: rgb(139,125,64); }
div.DivClassName
{
background-color: #8B7D40;
}
.BgClassName
{
background-color: #8B7D40;
}
</style>
border-color css
<style>
span { border-color: #8B7D40; }
span { border-color: rgb(139,125,64); }
td.TdClassName
{
border-color: #8B7D40;
}
.TagClassName
{
border-color: #8B7D40;
}
</style>