Shades of Highball #8C7D38
Tints of Highball #8C7D38
RGB
CMYK
RGB Variations
Color information
#8C7D38 (or 0x8C7D38) is known color: Highball. HEX triplet: 8C, 7D and 38. RGB value is (140,125,56). Sum of RGB (Red+Green+Blue) = 140+125+56=321 (42% of max value = 765). Red value is 140 (55.08% from 255 or 43.61% from 321); Green value is 125 (49.22% from 255 or 38.94% from 321); Blue value is 56 (22.27% from 255 or 17.45% from 321); Max value from RGB is 140 - color contains mainly: red. Hex color #8C7D38 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #8C7D38 is #7382C7. Grayscale: #797979. Windows color (decimal): -7570120 or 3702156. OLE color: 3702156.
HSL color Cylindrical-coordinate representation of color #8C7D38: hue angle of 49.29º degrees, saturation: 0.43, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #8C7D38 is Cyan = 0, Magento = 0.11, Yellow = 0.6 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 140 | 125 | 56 | - |
| CMYK | 0 | 0.11 | 0.6 | 0.45 |
| HSL | 49.29º | 0.43% | 0.38% | - |
| HSV(B) | 49.29º | 0.6% | 0.55% | - |
| XYZ | 18.86 | 20.53 | 6.71 | - |
| YUV | 121.62 | 90.97 | 141.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 125 | 56 | 0 | 0.11 | 0.6 | 0.45 | 49.29 | 0.43 | 0.38 |
| Hex | 8C | 7D | 38 | 0 | B | 3C | 2D | 31 | 2B | 26 |
| Octal | 214 | 175 | 70 | 0 | 13 | 74 | 55 | 61 | 53 | 46 |
| Binary | 10001100 | 1111101 | 111000 | 0 | 1011 | 111100 | 101101 | 110001 | 101011 | 100110 |
Color Harmonies of #8C7D38
Complementary color
Monochromatic Colors of #8C7D38
Black with #8C7D38
Text Example
Text Example
White with #8C7D38
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C7D38; }
p { color: rgb(140,125,56); }
H1.HeaderClassName
{
color: #8C7D38;
}
.AnyTagClassName
{
color: #8C7D38;
}
</style>
background-color css
<style>
a { background-color: #8C7D38; }
a { background-color: rgb(140,125,56); }
div.DivClassName
{
background-color: #8C7D38;
}
.BgClassName
{
background-color: #8C7D38;
}
</style>
border-color css
<style>
span { border-color: #8C7D38; }
span { border-color: rgb(140,125,56); }
td.TdClassName
{
border-color: #8C7D38;
}
.TagClassName
{
border-color: #8C7D38;
}
</style>