Shades of Taupe Grey #8D868D
Tints of Taupe Grey #8D868D
RGB
CMYK
RGB Variations
Color information
#8D868D (or 0x8D868D) is known color: Taupe Grey. HEX triplet: 8D, 86 and 8D. RGB value is (141,134,141). Sum of RGB (Red+Green+Blue) = 141+134+141=416 (55% of max value = 765). Red value is 141 (55.47% from 255 or 33.89% from 416); Green value is 134 (52.73% from 255 or 32.21% from 416); Blue value is 141 (55.47% from 255 or 33.89% from 416); Max value from RGB is 141 - color contains mainly: red, blue. Hex color #8D868D is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8D868D is #727972. Grayscale: #888888. Windows color (decimal): -7502195 or 9275021. OLE color: 9275021.
HSL color Cylindrical-coordinate representation of color #8D868D: hue angle of 300º degrees, saturation: 0.03, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #8D868D is Cyan = 0, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 141 | 134 | 141 | - |
| CMYK | 0 | 0.05 | 0 | 0.45 |
| HSL | 300º | 0.03% | 0.54% | - |
| HSV(B) | 300º | 0.05% | 0.55% | - |
| XYZ | 24.32 | 24.64 | 28.67 | - |
| YUV | 136.89 | 130.32 | 130.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 134 | 141 | 0 | 0.05 | 0 | 0.45 | 300 | 0.03 | 0.54 |
| Hex | 8D | 86 | 8D | 0 | 5 | 0 | 2D | 12C | 3 | 36 |
| Octal | 215 | 206 | 215 | 0 | 5 | 0 | 55 | 454 | 3 | 66 |
| Binary | 10001101 | 10000110 | 10001101 | 0 | 101 | 0 | 101101 | 100101100 | 11 | 110110 |
Color Harmonies of #8D868D
Complementary color
Monochromatic Colors of #8D868D
Black with #8D868D
Text Example
Text Example
White with #8D868D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D868D; }
p { color: rgb(141,134,141); }
H1.HeaderClassName
{
color: #8D868D;
}
.AnyTagClassName
{
color: #8D868D;
}
</style>
background-color css
<style>
a { background-color: #8D868D; }
a { background-color: rgb(141,134,141); }
div.DivClassName
{
background-color: #8D868D;
}
.BgClassName
{
background-color: #8D868D;
}
</style>
border-color css
<style>
span { border-color: #8D868D; }
span { border-color: rgb(141,134,141); }
td.TdClassName
{
border-color: #8D868D;
}
.TagClassName
{
border-color: #8D868D;
}
</style>