Shades of Taupe Grey #8F878D
Tints of Taupe Grey #8F878D
RGB
CMYK
RGB Variations
Color information
#8F878D (or 0x8F878D) is known color: Taupe Grey. HEX triplet: 8F, 87 and 8D. RGB value is (143,135,141). Sum of RGB (Red+Green+Blue) = 143+135+141=419 (55% of max value = 765). Red value is 143 (56.25% from 255 or 34.13% from 419); Green value is 135 (53.12% from 255 or 32.22% from 419); Blue value is 141 (55.47% from 255 or 33.65% from 419); Max value from RGB is 143 - color contains mainly: red. Hex color #8F878D is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8F878D is #707872. Grayscale: #8A8A8A. Windows color (decimal): -7370867 or 9275279. OLE color: 9275279.
HSL color Cylindrical-coordinate representation of color #8F878D: hue angle of 315º degrees, saturation: 0.03, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #8F878D is Cyan = 0, Magento = 0.06, Yellow = 0.01 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 143 | 135 | 141 | - |
| CMYK | 0 | 0.06 | 0.01 | 0.44 |
| HSL | 315º | 0.03% | 0.55% | - |
| HSV(B) | 315º | 0.06% | 0.56% | - |
| XYZ | 24.8 | 25.09 | 28.74 | - |
| YUV | 138.08 | 129.65 | 131.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 135 | 141 | 0 | 0.06 | 0.01 | 0.44 | 315 | 0.03 | 0.55 |
| Hex | 8F | 87 | 8D | 0 | 6 | 1 | 2C | 13B | 3 | 37 |
| Octal | 217 | 207 | 215 | 0 | 6 | 1 | 54 | 473 | 3 | 67 |
| Binary | 10001111 | 10000111 | 10001101 | 0 | 110 | 1 | 101100 | 100111011 | 11 | 110111 |
Color Harmonies of #8F878D
Complementary color
Monochromatic Colors of #8F878D
Black with #8F878D
Text Example
Text Example
White with #8F878D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F878D; }
p { color: rgb(143,135,141); }
H1.HeaderClassName
{
color: #8F878D;
}
.AnyTagClassName
{
color: #8F878D;
}
</style>
background-color css
<style>
a { background-color: #8F878D; }
a { background-color: rgb(143,135,141); }
div.DivClassName
{
background-color: #8F878D;
}
.BgClassName
{
background-color: #8F878D;
}
</style>
border-color css
<style>
span { border-color: #8F878D; }
span { border-color: rgb(143,135,141); }
td.TdClassName
{
border-color: #8F878D;
}
.TagClassName
{
border-color: #8F878D;
}
</style>