Shades of Taupe Grey #8F818E
Tints of Taupe Grey #8F818E
RGB
CMYK
RGB Variations
Color information
#8F818E (or 0x8F818E) is known color: Taupe Grey. HEX triplet: 8F, 81 and 8E. RGB value is (143,129,142). Sum of RGB (Red+Green+Blue) = 143+129+142=414 (54% of max value = 765). Red value is 143 (56.25% from 255 or 34.54% from 414); Green value is 129 (50.78% from 255 or 31.16% from 414); Blue value is 142 (55.86% from 255 or 34.30% from 414); Max value from RGB is 143 - color contains mainly: red. Hex color #8F818E is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8F818E is #707E71. Grayscale: #868686. Windows color (decimal): -7372402 or 9339279. OLE color: 9339279.
HSL color Cylindrical-coordinate representation of color #8F818E: hue angle of 304.29º degrees, saturation: 0.06, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #8F818E is Cyan = 0, Magento = 0.10, Yellow = 0.01 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 143 | 129 | 142 | - |
| CMYK | 0 | 0.10 | 0.01 | 0.44 |
| HSL | 304.29º | 0.06% | 0.53% | - |
| HSV(B) | 304.29º | 0.1% | 0.56% | - |
| XYZ | 24.06 | 23.49 | 28.86 | - |
| YUV | 134.67 | 132.14 | 133.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 129 | 142 | 0 | 0.10 | 0.01 | 0.44 | 304.29 | 0.06 | 0.53 |
| Hex | 8F | 81 | 8E | 0 | A | 1 | 2C | 130 | 6 | 35 |
| Octal | 217 | 201 | 216 | 0 | 12 | 1 | 54 | 460 | 6 | 65 |
| Binary | 10001111 | 10000001 | 10001110 | 0 | 1010 | 1 | 101100 | 100110000 | 110 | 110101 |
Color Harmonies of #8F818E
Complementary color
Monochromatic Colors of #8F818E
Black with #8F818E
Text Example
Text Example
White with #8F818E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F818E; }
p { color: rgb(143,129,142); }
H1.HeaderClassName
{
color: #8F818E;
}
.AnyTagClassName
{
color: #8F818E;
}
</style>
background-color css
<style>
a { background-color: #8F818E; }
a { background-color: rgb(143,129,142); }
div.DivClassName
{
background-color: #8F818E;
}
.BgClassName
{
background-color: #8F818E;
}
</style>
border-color css
<style>
span { border-color: #8F818E; }
span { border-color: rgb(143,129,142); }
td.TdClassName
{
border-color: #8F818E;
}
.TagClassName
{
border-color: #8F818E;
}
</style>