Shades of Taupe Grey #8D808C
Tints of Taupe Grey #8D808C
RGB
CMYK
RGB Variations
Color information
#8D808C (or 0x8D808C) is known color: Taupe Grey. HEX triplet: 8D, 80 and 8C. RGB value is (141,128,140). Sum of RGB (Red+Green+Blue) = 141+128+140=409 (54% of max value = 765). Red value is 141 (55.47% from 255 or 34.47% from 409); Green value is 128 (50.39% from 255 or 31.30% from 409); Blue value is 140 (55.08% from 255 or 34.23% from 409); Max value from RGB is 141 - color contains mainly: red. Hex color #8D808C is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8D808C is #727F73. Grayscale: #858585. Windows color (decimal): -7503732 or 9207949. OLE color: 9207949.
HSL color Cylindrical-coordinate representation of color #8D808C: hue angle of 304.62º 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 #8D808C is Cyan = 0, Magento = 0.09, Yellow = 0.01 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 141 | 128 | 140 | - |
| CMYK | 0 | 0.09 | 0.01 | 0.45 |
| HSL | 304.62º | 0.05% | 0.53% | - |
| HSV(B) | 304.62º | 0.09% | 0.55% | - |
| XYZ | 23.44 | 22.99 | 28.01 | - |
| YUV | 133.26 | 131.81 | 133.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 128 | 140 | 0 | 0.09 | 0.01 | 0.45 | 304.62 | 0.05 | 0.53 |
| Hex | 8D | 80 | 8C | 0 | 9 | 1 | 2D | 131 | 5 | 35 |
| Octal | 215 | 200 | 214 | 0 | 11 | 1 | 55 | 461 | 5 | 65 |
| Binary | 10001101 | 10000000 | 10001100 | 0 | 1001 | 1 | 101101 | 100110001 | 101 | 110101 |
Color Harmonies of #8D808C
Complementary color
Monochromatic Colors of #8D808C
Black with #8D808C
Text Example
Text Example
White with #8D808C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D808C; }
p { color: rgb(141,128,140); }
H1.HeaderClassName
{
color: #8D808C;
}
.AnyTagClassName
{
color: #8D808C;
}
</style>
background-color css
<style>
a { background-color: #8D808C; }
a { background-color: rgb(141,128,140); }
div.DivClassName
{
background-color: #8D808C;
}
.BgClassName
{
background-color: #8D808C;
}
</style>
border-color css
<style>
span { border-color: #8D808C; }
span { border-color: rgb(141,128,140); }
td.TdClassName
{
border-color: #8D808C;
}
.TagClassName
{
border-color: #8D808C;
}
</style>