Shades of Taupe Grey #8D7A86
Tints of Taupe Grey #8D7A86
RGB
CMYK
RGB Variations
Color information
#8D7A86 (or 0x8D7A86) is known color: Taupe Grey. HEX triplet: 8D, 7A and 86. RGB value is (141,122,134). Sum of RGB (Red+Green+Blue) = 141+122+134=397 (52% of max value = 765). Red value is 141 (55.47% from 255 or 35.52% from 397); Green value is 122 (48.05% from 255 or 30.73% from 397); Blue value is 134 (52.73% from 255 or 33.75% from 397); Max value from RGB is 141 - color contains mainly: red. Hex color #8D7A86 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8D7A86 is #728579. Grayscale: #818181. Windows color (decimal): -7505274 or 8813197. OLE color: 8813197.
HSL color Cylindrical-coordinate representation of color #8D7A86: hue angle of 322.11º degrees, saturation: 0.08, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #8D7A86 is Cyan = 0, Magento = 0.13, Yellow = 0.05 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 141 | 122 | 134 | - |
| CMYK | 0 | 0.13 | 0.05 | 0.45 |
| HSL | 322.11º | 0.08% | 0.52% | - |
| HSV(B) | 322.11º | 0.13% | 0.55% | - |
| XYZ | 22.25 | 21.3 | 25.49 | - |
| YUV | 129.05 | 130.79 | 136.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 122 | 134 | 0 | 0.13 | 0.05 | 0.45 | 322.11 | 0.08 | 0.52 |
| Hex | 8D | 7A | 86 | 0 | D | 5 | 2D | 142 | 8 | 34 |
| Octal | 215 | 172 | 206 | 0 | 15 | 5 | 55 | 502 | 10 | 64 |
| Binary | 10001101 | 1111010 | 10000110 | 0 | 1101 | 101 | 101101 | 101000010 | 1000 | 110100 |
Color Harmonies of #8D7A86
Complementary color
Monochromatic Colors of #8D7A86
Black with #8D7A86
Text Example
Text Example
White with #8D7A86
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D7A86; }
p { color: rgb(141,122,134); }
H1.HeaderClassName
{
color: #8D7A86;
}
.AnyTagClassName
{
color: #8D7A86;
}
</style>
background-color css
<style>
a { background-color: #8D7A86; }
a { background-color: rgb(141,122,134); }
div.DivClassName
{
background-color: #8D7A86;
}
.BgClassName
{
background-color: #8D7A86;
}
</style>
border-color css
<style>
span { border-color: #8D7A86; }
span { border-color: rgb(141,122,134); }
td.TdClassName
{
border-color: #8D7A86;
}
.TagClassName
{
border-color: #8D7A86;
}
</style>