Shades of Taupe Grey #8C7486
Tints of Taupe Grey #8C7486
RGB
CMYK
RGB Variations
Color information
#8C7486 (or 0x8C7486) is known color: Taupe Grey. HEX triplet: 8C, 74 and 86. RGB value is (140,116,134). Sum of RGB (Red+Green+Blue) = 140+116+134=390 (51% of max value = 765). Red value is 140 (55.08% from 255 or 35.90% from 390); Green value is 116 (45.70% from 255 or 29.74% from 390); Blue value is 134 (52.73% from 255 or 34.36% from 390); Max value from RGB is 140 - color contains mainly: red. Hex color #8C7486 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8C7486 is #738B79. Grayscale: #7D7D7D. Windows color (decimal): -7572346 or 8811660. OLE color: 8811660.
HSL color Cylindrical-coordinate representation of color #8C7486: hue angle of 315º degrees, saturation: 0.09, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #8C7486 is Cyan = 0, Magento = 0.17, Yellow = 0.04 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 140 | 116 | 134 | - |
| CMYK | 0 | 0.17 | 0.04 | 0.45 |
| HSL | 315º | 0.09% | 0.5% | - |
| HSV(B) | 315º | 0.17% | 0.55% | - |
| XYZ | 21.36 | 19.79 | 25.25 | - |
| YUV | 125.23 | 132.95 | 138.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 116 | 134 | 0 | 0.17 | 0.04 | 0.45 | 315 | 0.09 | 0.5 |
| Hex | 8C | 74 | 86 | 0 | 11 | 4 | 2D | 13B | 9 | 32 |
| Octal | 214 | 164 | 206 | 0 | 21 | 4 | 55 | 473 | 11 | 62 |
| Binary | 10001100 | 1110100 | 10000110 | 0 | 10001 | 100 | 101101 | 100111011 | 1001 | 110010 |
Color Harmonies of #8C7486
Complementary color
Monochromatic Colors of #8C7486
Black with #8C7486
Text Example
Text Example
White with #8C7486
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C7486; }
p { color: rgb(140,116,134); }
H1.HeaderClassName
{
color: #8C7486;
}
.AnyTagClassName
{
color: #8C7486;
}
</style>
background-color css
<style>
a { background-color: #8C7486; }
a { background-color: rgb(140,116,134); }
div.DivClassName
{
background-color: #8C7486;
}
.BgClassName
{
background-color: #8C7486;
}
</style>
border-color css
<style>
span { border-color: #8C7486; }
span { border-color: rgb(140,116,134); }
td.TdClassName
{
border-color: #8C7486;
}
.TagClassName
{
border-color: #8C7486;
}
</style>