Shades of Highball #8C7D40
Tints of Highball #8C7D40
RGB
CMYK
RGB Variations
Color information
#8C7D40 (or 0x8C7D40) is known color: Highball. HEX triplet: 8C, 7D and 40. RGB value is (140,125,64). Sum of RGB (Red+Green+Blue) = 140+125+64=329 (43% of max value = 765). Red value is 140 (55.08% from 255 or 42.55% from 329); Green value is 125 (49.22% from 255 or 37.99% from 329); Blue value is 64 (25.39% from 255 or 19.45% from 329); Max value from RGB is 140 - color contains mainly: red. Hex color #8C7D40 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #8C7D40 is #7382BF. Grayscale: #7A7A7A. Windows color (decimal): -7570112 or 4226444. OLE color: 4226444.
HSL color Cylindrical-coordinate representation of color #8C7D40: hue angle of 48.16º 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 #8C7D40 is Cyan = 0, Magento = 0.11, Yellow = 0.54 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 140 | 125 | 64 | - |
| CMYK | 0 | 0.11 | 0.54 | 0.45 |
| HSL | 48.16º | 0.37% | 0.4% | - |
| HSV(B) | 48.16º | 0.54% | 0.55% | - |
| XYZ | 19.07 | 20.61 | 7.82 | - |
| YUV | 122.53 | 94.97 | 140.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 125 | 64 | 0 | 0.11 | 0.54 | 0.45 | 48.16 | 0.37 | 0.4 |
| Hex | 8C | 7D | 40 | 0 | B | 36 | 2D | 30 | 25 | 28 |
| Octal | 214 | 175 | 100 | 0 | 13 | 66 | 55 | 60 | 45 | 50 |
| Binary | 10001100 | 1111101 | 1000000 | 0 | 1011 | 110110 | 101101 | 110000 | 100101 | 101000 |
Color Harmonies of #8C7D40
Complementary color
Monochromatic Colors of #8C7D40
Black with #8C7D40
Text Example
Text Example
White with #8C7D40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C7D40; }
p { color: rgb(140,125,64); }
H1.HeaderClassName
{
color: #8C7D40;
}
.AnyTagClassName
{
color: #8C7D40;
}
</style>
background-color css
<style>
a { background-color: #8C7D40; }
a { background-color: rgb(140,125,64); }
div.DivClassName
{
background-color: #8C7D40;
}
.BgClassName
{
background-color: #8C7D40;
}
</style>
border-color css
<style>
span { border-color: #8C7D40; }
span { border-color: rgb(140,125,64); }
td.TdClassName
{
border-color: #8C7D40;
}
.TagClassName
{
border-color: #8C7D40;
}
</style>