Shades of Taupe Grey #8F868E
Tints of Taupe Grey #8F868E
RGB
CMYK
RGB Variations
Color information
#8F868E (or 0x8F868E) is known color: Taupe Grey. HEX triplet: 8F, 86 and 8E. RGB value is (143,134,142). Sum of RGB (Red+Green+Blue) = 143+134+142=419 (55% of max value = 765). Red value is 143 (56.25% from 255 or 34.13% from 419); Green value is 134 (52.73% from 255 or 31.98% from 419); Blue value is 142 (55.86% from 255 or 33.89% from 419); Max value from RGB is 143 - color contains mainly: red. Hex color #8F868E is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8F868E is #707971. Grayscale: #898989. Windows color (decimal): -7371122 or 9340559. OLE color: 9340559.
HSL color Cylindrical-coordinate representation of color #8F868E: hue angle of 306.67º degrees, saturation: 0.04, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #8F868E is Cyan = 0, Magento = 0.06, Yellow = 0.01 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 143 | 134 | 142 | - |
| CMYK | 0 | 0.06 | 0.01 | 0.44 |
| HSL | 306.67º | 0.04% | 0.54% | - |
| HSV(B) | 306.67º | 0.06% | 0.56% | - |
| XYZ | 24.74 | 24.84 | 29.08 | - |
| YUV | 137.6 | 130.48 | 131.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 134 | 142 | 0 | 0.06 | 0.01 | 0.44 | 306.67 | 0.04 | 0.54 |
| Hex | 8F | 86 | 8E | 0 | 6 | 1 | 2C | 133 | 4 | 36 |
| Octal | 217 | 206 | 216 | 0 | 6 | 1 | 54 | 463 | 4 | 66 |
| Binary | 10001111 | 10000110 | 10001110 | 0 | 110 | 1 | 101100 | 100110011 | 100 | 110110 |
Color Harmonies of #8F868E
Complementary color
Monochromatic Colors of #8F868E
Black with #8F868E
Text Example
Text Example
White with #8F868E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F868E; }
p { color: rgb(143,134,142); }
H1.HeaderClassName
{
color: #8F868E;
}
.AnyTagClassName
{
color: #8F868E;
}
</style>
background-color css
<style>
a { background-color: #8F868E; }
a { background-color: rgb(143,134,142); }
div.DivClassName
{
background-color: #8F868E;
}
.BgClassName
{
background-color: #8F868E;
}
</style>
border-color css
<style>
span { border-color: #8F868E; }
span { border-color: rgb(143,134,142); }
td.TdClassName
{
border-color: #8F868E;
}
.TagClassName
{
border-color: #8F868E;
}
</style>