Shades of Highball #8B7E36
Tints of Highball #8B7E36
RGB
CMYK
RGB Variations
Color information
#8B7E36 (or 0x8B7E36) is known color: Highball. HEX triplet: 8B, 7E and 36. RGB value is (139,126,54). Sum of RGB (Red+Green+Blue) = 139+126+54=319 (42% of max value = 765). Red value is 139 (54.69% from 255 or 43.57% from 319); Green value is 126 (49.61% from 255 or 39.50% from 319); Blue value is 54 (21.48% from 255 or 16.93% from 319); Max value from RGB is 139 - color contains mainly: red. Hex color #8B7E36 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #8B7E36 is #7481C9. Grayscale: #797979. Windows color (decimal): -7635402 or 3571339. OLE color: 3571339.
HSL color Cylindrical-coordinate representation of color #8B7E36: hue angle of 50.82º degrees, saturation: 0.44, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #8B7E36 is Cyan = 0, Magento = 0.09, Yellow = 0.61 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 139 | 126 | 54 | - |
| CMYK | 0 | 0.09 | 0.61 | 0.45 |
| HSL | 50.82º | 0.44% | 0.38% | - |
| HSV(B) | 50.82º | 0.61% | 0.55% | - |
| XYZ | 18.77 | 20.68 | 6.49 | - |
| YUV | 121.68 | 89.81 | 140.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 126 | 54 | 0 | 0.09 | 0.61 | 0.45 | 50.82 | 0.44 | 0.38 |
| Hex | 8B | 7E | 36 | 0 | 9 | 3D | 2D | 33 | 2C | 26 |
| Octal | 213 | 176 | 66 | 0 | 11 | 75 | 55 | 63 | 54 | 46 |
| Binary | 10001011 | 1111110 | 110110 | 0 | 1001 | 111101 | 101101 | 110011 | 101100 | 100110 |
Color Harmonies of #8B7E36
Complementary color
Monochromatic Colors of #8B7E36
Black with #8B7E36
Text Example
Text Example
White with #8B7E36
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8B7E36; }
p { color: rgb(139,126,54); }
H1.HeaderClassName
{
color: #8B7E36;
}
.AnyTagClassName
{
color: #8B7E36;
}
</style>
background-color css
<style>
a { background-color: #8B7E36; }
a { background-color: rgb(139,126,54); }
div.DivClassName
{
background-color: #8B7E36;
}
.BgClassName
{
background-color: #8B7E36;
}
</style>
border-color css
<style>
span { border-color: #8B7E36; }
span { border-color: rgb(139,126,54); }
td.TdClassName
{
border-color: #8B7E36;
}
.TagClassName
{
border-color: #8B7E36;
}
</style>