Shades of Taupe Grey #8D7586
Tints of Taupe Grey #8D7586
RGB
CMYK
RGB Variations
Color information
#8D7586 (or 0x8D7586) is known color: Taupe Grey. HEX triplet: 8D, 75 and 86. RGB value is (141,117,134). Sum of RGB (Red+Green+Blue) = 141+117+134=392 (51% of max value = 765). Red value is 141 (55.47% from 255 or 35.97% from 392); Green value is 117 (46.09% from 255 or 29.85% from 392); Blue value is 134 (52.73% from 255 or 34.18% from 392); Max value from RGB is 141 - color contains mainly: red. Hex color #8D7586 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8D7586 is #728A79. Grayscale: #7E7E7E. Windows color (decimal): -7506554 or 8811917. OLE color: 8811917.
HSL color Cylindrical-coordinate representation of color #8D7586: hue angle of 317.5º degrees, saturation: 0.1, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #8D7586 is Cyan = 0, Magento = 0.17, Yellow = 0.05 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 141 | 117 | 134 | - |
| CMYK | 0 | 0.17 | 0.05 | 0.45 |
| HSL | 317.5º | 0.1% | 0.51% | - |
| HSV(B) | 317.5º | 0.17% | 0.55% | - |
| XYZ | 21.65 | 20.11 | 25.29 | - |
| YUV | 126.11 | 132.45 | 138.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 117 | 134 | 0 | 0.17 | 0.05 | 0.45 | 317.5 | 0.1 | 0.51 |
| Hex | 8D | 75 | 86 | 0 | 11 | 5 | 2D | 13E | A | 33 |
| Octal | 215 | 165 | 206 | 0 | 21 | 5 | 55 | 476 | 12 | 63 |
| Binary | 10001101 | 1110101 | 10000110 | 0 | 10001 | 101 | 101101 | 100111110 | 1010 | 110011 |
Color Harmonies of #8D7586
Complementary color
Monochromatic Colors of #8D7586
Black with #8D7586
Text Example
Text Example
White with #8D7586
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D7586; }
p { color: rgb(141,117,134); }
H1.HeaderClassName
{
color: #8D7586;
}
.AnyTagClassName
{
color: #8D7586;
}
</style>
background-color css
<style>
a { background-color: #8D7586; }
a { background-color: rgb(141,117,134); }
div.DivClassName
{
background-color: #8D7586;
}
.BgClassName
{
background-color: #8D7586;
}
</style>
border-color css
<style>
span { border-color: #8D7586; }
span { border-color: rgb(141,117,134); }
td.TdClassName
{
border-color: #8D7586;
}
.TagClassName
{
border-color: #8D7586;
}
</style>