Shades of Taupe Grey #8F858D
Tints of Taupe Grey #8F858D
RGB
CMYK
RGB Variations
Color information
#8F858D (or 0x8F858D) is known color: Taupe Grey. HEX triplet: 8F, 85 and 8D. RGB value is (143,133,141). Sum of RGB (Red+Green+Blue) = 143+133+141=417 (55% of max value = 765). Red value is 143 (56.25% from 255 or 34.29% from 417); Green value is 133 (52.34% from 255 or 31.89% from 417); Blue value is 141 (55.47% from 255 or 33.81% from 417); Max value from RGB is 143 - color contains mainly: red. Hex color #8F858D is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8F858D is #707A72. Grayscale: #888888. Windows color (decimal): -7371379 or 9274767. OLE color: 9274767.
HSL color Cylindrical-coordinate representation of color #8F858D: hue angle of 312º degrees, saturation: 0.04, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #8F858D is Cyan = 0, Magento = 0.07, Yellow = 0.01 and Black (K on CMYK) = 0.44.
Color convert
RGB | 143 | 133 | 141 | - |
CMYK | 0 | 0.07 | 0.01 | 0.44 |
HSL | 312º | 0.04% | 0.54% | - |
HSV(B) | 312º | 0.07% | 0.56% | - |
XYZ | 24.52 | 24.54 | 28.64 | - |
YUV | 136.9 | 130.31 | 132.35 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 143 | 133 | 141 | 0 | 0.07 | 0.01 | 0.44 | 312 | 0.04 | 0.54 |
Hex | 8F | 85 | 8D | 0 | 7 | 1 | 2C | 138 | 4 | 36 |
Octal | 217 | 205 | 215 | 0 | 7 | 1 | 54 | 470 | 4 | 66 |
Binary | 10001111 | 10000101 | 10001101 | 0 | 111 | 1 | 101100 | 100111000 | 100 | 110110 |
Color Harmonies of #8F858D
Complementary color
Monochromatic Colors of #8F858D
Black with #8F858D
Text Example
Text Example
White with #8F858D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F858D; }
p { color: rgb(143,133,141); }
H1.HeaderClassName
{
color: #8F858D;
}
.AnyTagClassName
{
color: #8F858D;
}
</style>
background-color css
<style>
a { background-color: #8F858D; }
a { background-color: rgb(143,133,141); }
div.DivClassName
{
background-color: #8F858D;
}
.BgClassName
{
background-color: #8F858D;
}
</style>
border-color css
<style>
span { border-color: #8F858D; }
span { border-color: rgb(143,133,141); }
td.TdClassName
{
border-color: #8F858D;
}
.TagClassName
{
border-color: #8F858D;
}
</style>