Shades of Highball #8C7E42
Tints of Highball #8C7E42
RGB
CMYK
RGB Variations
Color information
#8C7E42 (or 0x8C7E42) is known color: Highball. HEX triplet: 8C, 7E and 42. RGB value is (140,126,66). Sum of RGB (Red+Green+Blue) = 140+126+66=332 (43% of max value = 765). Red value is 140 (55.08% from 255 or 42.17% from 332); Green value is 126 (49.61% from 255 or 37.95% from 332); Blue value is 66 (26.17% from 255 or 19.88% from 332); Max value from RGB is 140 - color contains mainly: red. Hex color #8C7E42 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #8C7E42 is #7381BD. Grayscale: #7B7B7B. Windows color (decimal): -7569854 or 4357772. OLE color: 4357772.
HSL color Cylindrical-coordinate representation of color #8C7E42: hue angle of 48.65º degrees, saturation: 0.36, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #8C7E42 is Cyan = 0, Magento = 0.10, Yellow = 0.53 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 140 | 126 | 66 | - |
| CMYK | 0 | 0.10 | 0.53 | 0.45 |
| HSL | 48.65º | 0.36% | 0.4% | - |
| HSV(B) | 48.65º | 0.53% | 0.55% | - |
| XYZ | 19.26 | 20.89 | 8.17 | - |
| YUV | 123.35 | 95.64 | 139.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 126 | 66 | 0 | 0.10 | 0.53 | 0.45 | 48.65 | 0.36 | 0.4 |
| Hex | 8C | 7E | 42 | 0 | A | 35 | 2D | 31 | 24 | 28 |
| Octal | 214 | 176 | 102 | 0 | 12 | 65 | 55 | 61 | 44 | 50 |
| Binary | 10001100 | 1111110 | 1000010 | 0 | 1010 | 110101 | 101101 | 110001 | 100100 | 101000 |
Color Harmonies of #8C7E42
Complementary color
Monochromatic Colors of #8C7E42
Black with #8C7E42
Text Example
Text Example
White with #8C7E42
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C7E42; }
p { color: rgb(140,126,66); }
H1.HeaderClassName
{
color: #8C7E42;
}
.AnyTagClassName
{
color: #8C7E42;
}
</style>
background-color css
<style>
a { background-color: #8C7E42; }
a { background-color: rgb(140,126,66); }
div.DivClassName
{
background-color: #8C7E42;
}
.BgClassName
{
background-color: #8C7E42;
}
</style>
border-color css
<style>
span { border-color: #8C7E42; }
span { border-color: rgb(140,126,66); }
td.TdClassName
{
border-color: #8C7E42;
}
.TagClassName
{
border-color: #8C7E42;
}
</style>