Shades of Taupe Grey #8F858C
Tints of Taupe Grey #8F858C
RGB
CMYK
RGB Variations
Color information
#8F858C (or 0x8F858C) is known color: Taupe Grey. HEX triplet: 8F, 85 and 8C. RGB value is (143,133,140). Sum of RGB (Red+Green+Blue) = 143+133+140=416 (55% of max value = 765). Red value is 143 (56.25% from 255 or 34.38% from 416); Green value is 133 (52.34% from 255 or 31.97% from 416); Blue value is 140 (55.08% from 255 or 33.65% from 416); Max value from RGB is 143 - color contains mainly: red. Hex color #8F858C is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8F858C is #707A73. Grayscale: #888888. Windows color (decimal): -7371380 or 9209231. OLE color: 9209231.
HSL color Cylindrical-coordinate representation of color #8F858C: hue angle of 318º 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 #8F858C is Cyan = 0, Magento = 0.07, Yellow = 0.02 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 143 | 133 | 140 | - |
| CMYK | 0 | 0.07 | 0.02 | 0.44 |
| HSL | 318º | 0.04% | 0.54% | - |
| HSV(B) | 318º | 0.07% | 0.56% | - |
| XYZ | 24.45 | 24.51 | 28.25 | - |
| YUV | 136.79 | 129.81 | 132.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 133 | 140 | 0 | 0.07 | 0.02 | 0.44 | 318 | 0.04 | 0.54 |
| Hex | 8F | 85 | 8C | 0 | 7 | 2 | 2C | 13E | 4 | 36 |
| Octal | 217 | 205 | 214 | 0 | 7 | 2 | 54 | 476 | 4 | 66 |
| Binary | 10001111 | 10000101 | 10001100 | 0 | 111 | 10 | 101100 | 100111110 | 100 | 110110 |
Color Harmonies of #8F858C
Complementary color
Monochromatic Colors of #8F858C
Black with #8F858C
Text Example
Text Example
White with #8F858C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F858C; }
p { color: rgb(143,133,140); }
H1.HeaderClassName
{
color: #8F858C;
}
.AnyTagClassName
{
color: #8F858C;
}
</style>
background-color css
<style>
a { background-color: #8F858C; }
a { background-color: rgb(143,133,140); }
div.DivClassName
{
background-color: #8F858C;
}
.BgClassName
{
background-color: #8F858C;
}
</style>
border-color css
<style>
span { border-color: #8F858C; }
span { border-color: rgb(143,133,140); }
td.TdClassName
{
border-color: #8F858C;
}
.TagClassName
{
border-color: #8F858C;
}
</style>