Shades of Taupe Grey #8D7986
Tints of Taupe Grey #8D7986
RGB
CMYK
RGB Variations
Color information
#8D7986 (or 0x8D7986) is known color: Taupe Grey. HEX triplet: 8D, 79 and 86. RGB value is (141,121,134). Sum of RGB (Red+Green+Blue) = 141+121+134=396 (52% of max value = 765). Red value is 141 (55.47% from 255 or 35.61% from 396); Green value is 121 (47.66% from 255 or 30.56% from 396); Blue value is 134 (52.73% from 255 or 33.84% from 396); Max value from RGB is 141 - color contains mainly: red. Hex color #8D7986 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8D7986 is #728679. Grayscale: #808080. Windows color (decimal): -7505530 or 8812941. OLE color: 8812941.
HSL color Cylindrical-coordinate representation of color #8D7986: hue angle of 321º degrees, saturation: 0.08, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #8D7986 is Cyan = 0, Magento = 0.14, Yellow = 0.05 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 141 | 121 | 134 | - |
| CMYK | 0 | 0.14 | 0.05 | 0.45 |
| HSL | 321º | 0.08% | 0.51% | - |
| HSV(B) | 321º | 0.14% | 0.55% | - |
| XYZ | 22.12 | 21.06 | 25.45 | - |
| YUV | 128.46 | 131.13 | 136.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 121 | 134 | 0 | 0.14 | 0.05 | 0.45 | 321 | 0.08 | 0.51 |
| Hex | 8D | 79 | 86 | 0 | E | 5 | 2D | 141 | 8 | 33 |
| Octal | 215 | 171 | 206 | 0 | 16 | 5 | 55 | 501 | 10 | 63 |
| Binary | 10001101 | 1111001 | 10000110 | 0 | 1110 | 101 | 101101 | 101000001 | 1000 | 110011 |
Color Harmonies of #8D7986
Complementary color
Monochromatic Colors of #8D7986
Black with #8D7986
Text Example
Text Example
White with #8D7986
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D7986; }
p { color: rgb(141,121,134); }
H1.HeaderClassName
{
color: #8D7986;
}
.AnyTagClassName
{
color: #8D7986;
}
</style>
background-color css
<style>
a { background-color: #8D7986; }
a { background-color: rgb(141,121,134); }
div.DivClassName
{
background-color: #8D7986;
}
.BgClassName
{
background-color: #8D7986;
}
</style>
border-color css
<style>
span { border-color: #8D7986; }
span { border-color: rgb(141,121,134); }
td.TdClassName
{
border-color: #8D7986;
}
.TagClassName
{
border-color: #8D7986;
}
</style>