Shades of Taupe Grey #8F878E
Tints of Taupe Grey #8F878E
RGB
CMYK
RGB Variations
Color information
#8F878E (or 0x8F878E) is known color: Taupe Grey. HEX triplet: 8F, 87 and 8E. RGB value is (143,135,142). Sum of RGB (Red+Green+Blue) = 143+135+142=420 (55% of max value = 765). Red value is 143 (56.25% from 255 or 34.05% from 420); Green value is 135 (53.12% from 255 or 32.14% from 420); Blue value is 142 (55.86% from 255 or 33.81% from 420); Max value from RGB is 143 - color contains mainly: red. Hex color #8F878E is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8F878E is #707871. Grayscale: #8A8A8A. Windows color (decimal): -7370866 or 9340815. OLE color: 9340815.
HSL color Cylindrical-coordinate representation of color #8F878E: hue angle of 307.5º 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 #8F878E is Cyan = 0, Magento = 0.06, Yellow = 0.01 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 143 | 135 | 142 | - |
| CMYK | 0 | 0.06 | 0.01 | 0.44 |
| HSL | 307.5º | 0.03% | 0.55% | - |
| HSV(B) | 307.5º | 0.06% | 0.56% | - |
| XYZ | 24.87 | 25.12 | 29.13 | - |
| YUV | 138.19 | 130.15 | 131.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 135 | 142 | 0 | 0.06 | 0.01 | 0.44 | 307.5 | 0.03 | 0.55 |
| Hex | 8F | 87 | 8E | 0 | 6 | 1 | 2C | 134 | 3 | 37 |
| Octal | 217 | 207 | 216 | 0 | 6 | 1 | 54 | 464 | 3 | 67 |
| Binary | 10001111 | 10000111 | 10001110 | 0 | 110 | 1 | 101100 | 100110100 | 11 | 110111 |
Color Harmonies of #8F878E
Complementary color
Monochromatic Colors of #8F878E
Black with #8F878E
Text Example
Text Example
White with #8F878E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F878E; }
p { color: rgb(143,135,142); }
H1.HeaderClassName
{
color: #8F878E;
}
.AnyTagClassName
{
color: #8F878E;
}
</style>
background-color css
<style>
a { background-color: #8F878E; }
a { background-color: rgb(143,135,142); }
div.DivClassName
{
background-color: #8F878E;
}
.BgClassName
{
background-color: #8F878E;
}
</style>
border-color css
<style>
span { border-color: #8F878E; }
span { border-color: rgb(143,135,142); }
td.TdClassName
{
border-color: #8F878E;
}
.TagClassName
{
border-color: #8F878E;
}
</style>