Shades of Taupe Grey #8F828E
Tints of Taupe Grey #8F828E
RGB
CMYK
RGB Variations
Color information
#8F828E (or 0x8F828E) is known color: Taupe Grey. HEX triplet: 8F, 82 and 8E. RGB value is (143,130,142). Sum of RGB (Red+Green+Blue) = 143+130+142=415 (54% of max value = 765). Red value is 143 (56.25% from 255 or 34.46% from 415); Green value is 130 (51.17% from 255 or 31.33% from 415); Blue value is 142 (55.86% from 255 or 34.22% from 415); Max value from RGB is 143 - color contains mainly: red. Hex color #8F828E is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8F828E is #707D71. Grayscale: #878787. Windows color (decimal): -7372146 or 9339535. OLE color: 9339535.
HSL color Cylindrical-coordinate representation of color #8F828E: hue angle of 304.62º degrees, saturation: 0.05, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #8F828E is Cyan = 0, Magento = 0.09, Yellow = 0.01 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 143 | 130 | 142 | - |
| CMYK | 0 | 0.09 | 0.01 | 0.44 |
| HSL | 304.62º | 0.05% | 0.54% | - |
| HSV(B) | 304.62º | 0.09% | 0.56% | - |
| XYZ | 24.19 | 23.76 | 28.9 | - |
| YUV | 135.26 | 131.81 | 133.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 130 | 142 | 0 | 0.09 | 0.01 | 0.44 | 304.62 | 0.05 | 0.54 |
| Hex | 8F | 82 | 8E | 0 | 9 | 1 | 2C | 131 | 5 | 36 |
| Octal | 217 | 202 | 216 | 0 | 11 | 1 | 54 | 461 | 5 | 66 |
| Binary | 10001111 | 10000010 | 10001110 | 0 | 1001 | 1 | 101100 | 100110001 | 101 | 110110 |
Color Harmonies of #8F828E
Complementary color
Monochromatic Colors of #8F828E
Black with #8F828E
Text Example
Text Example
White with #8F828E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F828E; }
p { color: rgb(143,130,142); }
H1.HeaderClassName
{
color: #8F828E;
}
.AnyTagClassName
{
color: #8F828E;
}
</style>
background-color css
<style>
a { background-color: #8F828E; }
a { background-color: rgb(143,130,142); }
div.DivClassName
{
background-color: #8F828E;
}
.BgClassName
{
background-color: #8F828E;
}
</style>
border-color css
<style>
span { border-color: #8F828E; }
span { border-color: rgb(143,130,142); }
td.TdClassName
{
border-color: #8F828E;
}
.TagClassName
{
border-color: #8F828E;
}
</style>