Shades of Taupe Grey #8F898D
Tints of Taupe Grey #8F898D
RGB
CMYK
RGB Variations
Color information
#8F898D (or 0x8F898D) is known color: Taupe Grey. HEX triplet: 8F, 89 and 8D. RGB value is (143,137,141). Sum of RGB (Red+Green+Blue) = 143+137+141=421 (55% of max value = 765). Red value is 143 (56.25% from 255 or 33.97% from 421); Green value is 137 (53.91% from 255 or 32.54% from 421); Blue value is 141 (55.47% from 255 or 33.49% from 421); Max value from RGB is 143 - color contains mainly: red. Hex color #8F898D is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8F898D is #707672. Grayscale: #8B8B8B. Windows color (decimal): -7370355 or 9275791. OLE color: 9275791.
HSL color Cylindrical-coordinate representation of color #8F898D: hue angle of 320º degrees, saturation: 0.03, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.04%. Process color model (Four color, CMYK) of #8F898D is Cyan = 0, Magento = 0.04, Yellow = 0.01 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 143 | 137 | 141 | - |
| CMYK | 0 | 0.04 | 0.01 | 0.44 |
| HSL | 320º | 0.03% | 0.55% | - |
| HSV(B) | 320º | 0.04% | 0.56% | - |
| XYZ | 25.08 | 25.65 | 28.83 | - |
| YUV | 139.25 | 128.99 | 130.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 137 | 141 | 0 | 0.04 | 0.01 | 0.44 | 320 | 0.03 | 0.55 |
| Hex | 8F | 89 | 8D | 0 | 4 | 1 | 2C | 140 | 3 | 37 |
| Octal | 217 | 211 | 215 | 0 | 4 | 1 | 54 | 500 | 3 | 67 |
| Binary | 10001111 | 10001001 | 10001101 | 0 | 100 | 1 | 101100 | 101000000 | 11 | 110111 |
Color Harmonies of #8F898D
Complementary color
Monochromatic Colors of #8F898D
Black with #8F898D
Text Example
Text Example
White with #8F898D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F898D; }
p { color: rgb(143,137,141); }
H1.HeaderClassName
{
color: #8F898D;
}
.AnyTagClassName
{
color: #8F898D;
}
</style>
background-color css
<style>
a { background-color: #8F898D; }
a { background-color: rgb(143,137,141); }
div.DivClassName
{
background-color: #8F898D;
}
.BgClassName
{
background-color: #8F898D;
}
</style>
border-color css
<style>
span { border-color: #8F898D; }
span { border-color: rgb(143,137,141); }
td.TdClassName
{
border-color: #8F898D;
}
.TagClassName
{
border-color: #8F898D;
}
</style>