Shades of Highball #8C7D41
Tints of Highball #8C7D41
RGB
CMYK
RGB Variations
Color information
#8C7D41 (or 0x8C7D41) is known color: Highball. HEX triplet: 8C, 7D and 41. RGB value is (140,125,65). Sum of RGB (Red+Green+Blue) = 140+125+65=330 (43% of max value = 765). Red value is 140 (55.08% from 255 or 42.42% from 330); Green value is 125 (49.22% from 255 or 37.88% from 330); Blue value is 65 (25.78% from 255 or 19.70% from 330); Max value from RGB is 140 - color contains mainly: red. Hex color #8C7D41 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #8C7D41 is #7382BE. Grayscale: #7A7A7A. Windows color (decimal): -7570111 or 4291980. OLE color: 4291980.
HSL color Cylindrical-coordinate representation of color #8C7D41: hue angle of 48º 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 #8C7D41 is Cyan = 0, Magento = 0.11, Yellow = 0.54 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 140 | 125 | 65 | - |
| CMYK | 0 | 0.11 | 0.54 | 0.45 |
| HSL | 48º | 0.37% | 0.4% | - |
| HSV(B) | 48º | 0.54% | 0.55% | - |
| XYZ | 19.1 | 20.62 | 7.98 | - |
| YUV | 122.65 | 95.47 | 140.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 125 | 65 | 0 | 0.11 | 0.54 | 0.45 | 48 | 0.37 | 0.4 |
| Hex | 8C | 7D | 41 | 0 | B | 36 | 2D | 30 | 25 | 28 |
| Octal | 214 | 175 | 101 | 0 | 13 | 66 | 55 | 60 | 45 | 50 |
| Binary | 10001100 | 1111101 | 1000001 | 0 | 1011 | 110110 | 101101 | 110000 | 100101 | 101000 |
Color Harmonies of #8C7D41
Complementary color
Monochromatic Colors of #8C7D41
Black with #8C7D41
Text Example
Text Example
White with #8C7D41
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C7D41; }
p { color: rgb(140,125,65); }
H1.HeaderClassName
{
color: #8C7D41;
}
.AnyTagClassName
{
color: #8C7D41;
}
</style>
background-color css
<style>
a { background-color: #8C7D41; }
a { background-color: rgb(140,125,65); }
div.DivClassName
{
background-color: #8C7D41;
}
.BgClassName
{
background-color: #8C7D41;
}
</style>
border-color css
<style>
span { border-color: #8C7D41; }
span { border-color: rgb(140,125,65); }
td.TdClassName
{
border-color: #8C7D41;
}
.TagClassName
{
border-color: #8C7D41;
}
</style>