Shades of Taupe Grey #8F888D
Tints of Taupe Grey #8F888D
RGB
CMYK
RGB Variations
Color information
#8F888D (or 0x8F888D) is known color: Taupe Grey. HEX triplet: 8F, 88 and 8D. RGB value is (143,136,141). Sum of RGB (Red+Green+Blue) = 143+136+141=420 (55% of max value = 765). Red value is 143 (56.25% from 255 or 34.05% from 420); Green value is 136 (53.52% from 255 or 32.38% from 420); Blue value is 141 (55.47% from 255 or 33.57% from 420); Max value from RGB is 143 - color contains mainly: red. Hex color #8F888D is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8F888D is #707772. Grayscale: #8A8A8A. Windows color (decimal): -7370611 or 9275535. OLE color: 9275535.
HSL color Cylindrical-coordinate representation of color #8F888D: hue angle of 317.14º degrees, saturation: 0.03, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #8F888D is Cyan = 0, Magento = 0.05, Yellow = 0.01 and Black (K on CMYK) = 0.44.
Color convert
RGB | 143 | 136 | 141 | - |
CMYK | 0 | 0.05 | 0.01 | 0.44 |
HSL | 317.14º | 0.03% | 0.55% | - |
HSV(B) | 317.14º | 0.05% | 0.56% | - |
XYZ | 24.94 | 25.37 | 28.78 | - |
YUV | 138.66 | 129.32 | 131.09 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 143 | 136 | 141 | 0 | 0.05 | 0.01 | 0.44 | 317.14 | 0.03 | 0.55 |
Hex | 8F | 88 | 8D | 0 | 5 | 1 | 2C | 13D | 3 | 37 |
Octal | 217 | 210 | 215 | 0 | 5 | 1 | 54 | 475 | 3 | 67 |
Binary | 10001111 | 10001000 | 10001101 | 0 | 101 | 1 | 101100 | 100111101 | 11 | 110111 |
Color Harmonies of #8F888D
Complementary color
Monochromatic Colors of #8F888D
Black with #8F888D
Text Example
Text Example
White with #8F888D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F888D; }
p { color: rgb(143,136,141); }
H1.HeaderClassName
{
color: #8F888D;
}
.AnyTagClassName
{
color: #8F888D;
}
</style>
background-color css
<style>
a { background-color: #8F888D; }
a { background-color: rgb(143,136,141); }
div.DivClassName
{
background-color: #8F888D;
}
.BgClassName
{
background-color: #8F888D;
}
</style>
border-color css
<style>
span { border-color: #8F888D; }
span { border-color: rgb(143,136,141); }
td.TdClassName
{
border-color: #8F888D;
}
.TagClassName
{
border-color: #8F888D;
}
</style>