Shades of Highball #8B7E3C
Tints of Highball #8B7E3C
RGB
CMYK
RGB Variations
Color information
#8B7E3C (or 0x8B7E3C) is known color: Highball. HEX triplet: 8B, 7E and 3C. RGB value is (139,126,60). Sum of RGB (Red+Green+Blue) = 139+126+60=325 (43% of max value = 765). Red value is 139 (54.69% from 255 or 42.77% from 325); Green value is 126 (49.61% from 255 or 38.77% from 325); Blue value is 60 (23.83% from 255 or 18.46% from 325); Max value from RGB is 139 - color contains mainly: red. Hex color #8B7E3C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #8B7E3C is #7481C3. Grayscale: #7A7A7A. Windows color (decimal): -7635396 or 3964555. OLE color: 3964555.
HSL color Cylindrical-coordinate representation of color #8B7E3C: hue angle of 50.13º degrees, saturation: 0.4, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #8B7E3C is Cyan = 0, Magento = 0.09, Yellow = 0.57 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 139 | 126 | 60 | - |
| CMYK | 0 | 0.09 | 0.57 | 0.45 |
| HSL | 50.13º | 0.4% | 0.39% | - |
| HSV(B) | 50.13º | 0.57% | 0.55% | - |
| XYZ | 18.92 | 20.74 | 7.28 | - |
| YUV | 122.36 | 92.81 | 139.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 126 | 60 | 0 | 0.09 | 0.57 | 0.45 | 50.13 | 0.4 | 0.39 |
| Hex | 8B | 7E | 3C | 0 | 9 | 39 | 2D | 32 | 28 | 27 |
| Octal | 213 | 176 | 74 | 0 | 11 | 71 | 55 | 62 | 50 | 47 |
| Binary | 10001011 | 1111110 | 111100 | 0 | 1001 | 111001 | 101101 | 110010 | 101000 | 100111 |
Color Harmonies of #8B7E3C
Complementary color
Monochromatic Colors of #8B7E3C
Black with #8B7E3C
Text Example
Text Example
White with #8B7E3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8B7E3C; }
p { color: rgb(139,126,60); }
H1.HeaderClassName
{
color: #8B7E3C;
}
.AnyTagClassName
{
color: #8B7E3C;
}
</style>
background-color css
<style>
a { background-color: #8B7E3C; }
a { background-color: rgb(139,126,60); }
div.DivClassName
{
background-color: #8B7E3C;
}
.BgClassName
{
background-color: #8B7E3C;
}
</style>
border-color css
<style>
span { border-color: #8B7E3C; }
span { border-color: rgb(139,126,60); }
td.TdClassName
{
border-color: #8B7E3C;
}
.TagClassName
{
border-color: #8B7E3C;
}
</style>