Shades of Taupe Grey #8D878D
Tints of Taupe Grey #8D878D
RGB
CMYK
RGB Variations
Color information
#8D878D (or 0x8D878D) is known color: Taupe Grey. HEX triplet: 8D, 87 and 8D. RGB value is (141,135,141). Sum of RGB (Red+Green+Blue) = 141+135+141=417 (55% of max value = 765). Red value is 141 (55.47% from 255 or 33.81% from 417); Green value is 135 (53.12% from 255 or 32.37% from 417); Blue value is 141 (55.47% from 255 or 33.81% from 417); Max value from RGB is 141 - color contains mainly: red, blue. Hex color #8D878D is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8D878D is #727872. Grayscale: #898989. Windows color (decimal): -7501939 or 9275277. OLE color: 9275277.
HSL color Cylindrical-coordinate representation of color #8D878D: 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.04%. Process color model (Four color, CMYK) of #8D878D is Cyan = 0, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
RGB | 141 | 135 | 141 | - |
CMYK | 0 | 0.04 | 0 | 0.45 |
HSL | 300º | 0.03% | 0.54% | - |
HSV(B) | 300º | 0.04% | 0.55% | - |
XYZ | 24.46 | 24.91 | 28.72 | - |
YUV | 137.48 | 129.99 | 130.51 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 141 | 135 | 141 | 0 | 0.04 | 0 | 0.45 | 300 | 0.03 | 0.54 |
Hex | 8D | 87 | 8D | 0 | 4 | 0 | 2D | 12C | 3 | 36 |
Octal | 215 | 207 | 215 | 0 | 4 | 0 | 55 | 454 | 3 | 66 |
Binary | 10001101 | 10000111 | 10001101 | 0 | 100 | 0 | 101101 | 100101100 | 11 | 110110 |
Color Harmonies of #8D878D
Complementary color
Monochromatic Colors of #8D878D
Black with #8D878D
Text Example
Text Example
White with #8D878D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D878D; }
p { color: rgb(141,135,141); }
H1.HeaderClassName
{
color: #8D878D;
}
.AnyTagClassName
{
color: #8D878D;
}
</style>
background-color css
<style>
a { background-color: #8D878D; }
a { background-color: rgb(141,135,141); }
div.DivClassName
{
background-color: #8D878D;
}
.BgClassName
{
background-color: #8D878D;
}
</style>
border-color css
<style>
span { border-color: #8D878D; }
span { border-color: rgb(141,135,141); }
td.TdClassName
{
border-color: #8D878D;
}
.TagClassName
{
border-color: #8D878D;
}
</style>