Shades of Highball #8C7D3F
Tints of Highball #8C7D3F
RGB
CMYK
RGB Variations
Color information
#8C7D3F (or 0x8C7D3F) is known color: Highball. HEX triplet: 8C, 7D and 3F. RGB value is (140,125,63). Sum of RGB (Red+Green+Blue) = 140+125+63=328 (43% of max value = 765). Red value is 140 (55.08% from 255 or 42.68% from 328); Green value is 125 (49.22% from 255 or 38.11% from 328); Blue value is 63 (25% from 255 or 19.21% from 328); Max value from RGB is 140 - color contains mainly: red. Hex color #8C7D3F is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #8C7D3F is #7382C0. Grayscale: #7A7A7A. Windows color (decimal): -7570113 or 4160908. OLE color: 4160908.
HSL color Cylindrical-coordinate representation of color #8C7D3F: hue angle of 48.31º degrees, saturation: 0.38, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #8C7D3F is Cyan = 0, Magento = 0.11, Yellow = 0.55 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 140 | 125 | 63 | - |
| CMYK | 0 | 0.11 | 0.55 | 0.45 |
| HSL | 48.31º | 0.38% | 0.4% | - |
| HSV(B) | 48.31º | 0.55% | 0.55% | - |
| XYZ | 19.05 | 20.6 | 7.68 | - |
| YUV | 122.42 | 94.47 | 140.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 125 | 63 | 0 | 0.11 | 0.55 | 0.45 | 48.31 | 0.38 | 0.4 |
| Hex | 8C | 7D | 3F | 0 | B | 37 | 2D | 30 | 26 | 28 |
| Octal | 214 | 175 | 77 | 0 | 13 | 67 | 55 | 60 | 46 | 50 |
| Binary | 10001100 | 1111101 | 111111 | 0 | 1011 | 110111 | 101101 | 110000 | 100110 | 101000 |
Color Harmonies of #8C7D3F
Complementary color
Monochromatic Colors of #8C7D3F
Black with #8C7D3F
Text Example
Text Example
White with #8C7D3F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C7D3F; }
p { color: rgb(140,125,63); }
H1.HeaderClassName
{
color: #8C7D3F;
}
.AnyTagClassName
{
color: #8C7D3F;
}
</style>
background-color css
<style>
a { background-color: #8C7D3F; }
a { background-color: rgb(140,125,63); }
div.DivClassName
{
background-color: #8C7D3F;
}
.BgClassName
{
background-color: #8C7D3F;
}
</style>
border-color css
<style>
span { border-color: #8C7D3F; }
span { border-color: rgb(140,125,63); }
td.TdClassName
{
border-color: #8C7D3F;
}
.TagClassName
{
border-color: #8C7D3F;
}
</style>