Shades of Taupe Grey #8D838D
Tints of Taupe Grey #8D838D
RGB
CMYK
RGB Variations
Color information
#8D838D (or 0x8D838D) is known color: Taupe Grey. HEX triplet: 8D, 83 and 8D. RGB value is (141,131,141). Sum of RGB (Red+Green+Blue) = 141+131+141=413 (54% of max value = 765). Red value is 141 (55.47% from 255 or 34.14% from 413); Green value is 131 (51.56% from 255 or 31.72% from 413); Blue value is 141 (55.47% from 255 or 34.14% from 413); Max value from RGB is 141 - color contains mainly: red, blue. Hex color #8D838D is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8D838D is #727C72. Grayscale: #878787. Windows color (decimal): -7502963 or 9274253. OLE color: 9274253.
HSL color Cylindrical-coordinate representation of color #8D838D: hue angle of 300º degrees, saturation: 0.04, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #8D838D is Cyan = 0, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 141 | 131 | 141 | - |
| CMYK | 0 | 0.07 | 0 | 0.45 |
| HSL | 300º | 0.04% | 0.53% | - |
| HSV(B) | 300º | 0.07% | 0.55% | - |
| XYZ | 23.91 | 23.82 | 28.54 | - |
| YUV | 135.13 | 131.31 | 132.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 131 | 141 | 0 | 0.07 | 0 | 0.45 | 300 | 0.04 | 0.53 |
| Hex | 8D | 83 | 8D | 0 | 7 | 0 | 2D | 12C | 4 | 35 |
| Octal | 215 | 203 | 215 | 0 | 7 | 0 | 55 | 454 | 4 | 65 |
| Binary | 10001101 | 10000011 | 10001101 | 0 | 111 | 0 | 101101 | 100101100 | 100 | 110101 |
Color Harmonies of #8D838D
Complementary color
Monochromatic Colors of #8D838D
Black with #8D838D
Text Example
Text Example
White with #8D838D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D838D; }
p { color: rgb(141,131,141); }
H1.HeaderClassName
{
color: #8D838D;
}
.AnyTagClassName
{
color: #8D838D;
}
</style>
background-color css
<style>
a { background-color: #8D838D; }
a { background-color: rgb(141,131,141); }
div.DivClassName
{
background-color: #8D838D;
}
.BgClassName
{
background-color: #8D838D;
}
</style>
border-color css
<style>
span { border-color: #8D838D; }
span { border-color: rgb(141,131,141); }
td.TdClassName
{
border-color: #8D838D;
}
.TagClassName
{
border-color: #8D838D;
}
</style>