Shades of Taupe Grey #8D808D
Tints of Taupe Grey #8D808D
RGB
CMYK
RGB Variations
Color information
#8D808D (or 0x8D808D) is known color: Taupe Grey. HEX triplet: 8D, 80 and 8D. RGB value is (141,128,141). Sum of RGB (Red+Green+Blue) = 141+128+141=410 (54% of max value = 765). Red value is 141 (55.47% from 255 or 34.39% from 410); Green value is 128 (50.39% from 255 or 31.22% from 410); Blue value is 141 (55.47% from 255 or 34.39% from 410); Max value from RGB is 141 - color contains mainly: red, blue. Hex color #8D808D is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8D808D is #727F72. Grayscale: #858585. Windows color (decimal): -7503731 or 9273485. OLE color: 9273485.
HSL color Cylindrical-coordinate representation of color #8D808D: hue angle of 300º degrees, saturation: 0.05, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #8D808D is Cyan = 0, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 141 | 128 | 141 | - |
| CMYK | 0 | 0.09 | 0 | 0.45 |
| HSL | 300º | 0.05% | 0.53% | - |
| HSV(B) | 300º | 0.09% | 0.55% | - |
| XYZ | 23.51 | 23.02 | 28.4 | - |
| YUV | 133.37 | 132.31 | 133.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 128 | 141 | 0 | 0.09 | 0 | 0.45 | 300 | 0.05 | 0.53 |
| Hex | 8D | 80 | 8D | 0 | 9 | 0 | 2D | 12C | 5 | 35 |
| Octal | 215 | 200 | 215 | 0 | 11 | 0 | 55 | 454 | 5 | 65 |
| Binary | 10001101 | 10000000 | 10001101 | 0 | 1001 | 0 | 101101 | 100101100 | 101 | 110101 |
Color Harmonies of #8D808D
Complementary color
Monochromatic Colors of #8D808D
Black with #8D808D
Text Example
Text Example
White with #8D808D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D808D; }
p { color: rgb(141,128,141); }
H1.HeaderClassName
{
color: #8D808D;
}
.AnyTagClassName
{
color: #8D808D;
}
</style>
background-color css
<style>
a { background-color: #8D808D; }
a { background-color: rgb(141,128,141); }
div.DivClassName
{
background-color: #8D808D;
}
.BgClassName
{
background-color: #8D808D;
}
</style>
border-color css
<style>
span { border-color: #8D808D; }
span { border-color: rgb(141,128,141); }
td.TdClassName
{
border-color: #8D808D;
}
.TagClassName
{
border-color: #8D808D;
}
</style>