Shades of Taupe Grey #8F838E
Tints of Taupe Grey #8F838E
RGB
CMYK
RGB Variations
Color information
#8F838E (or 0x8F838E) is known color: Taupe Grey. HEX triplet: 8F, 83 and 8E. RGB value is (143,131,142). Sum of RGB (Red+Green+Blue) = 143+131+142=416 (55% of max value = 765). Red value is 143 (56.25% from 255 or 34.38% from 416); Green value is 131 (51.56% from 255 or 31.49% from 416); Blue value is 142 (55.86% from 255 or 34.13% from 416); Max value from RGB is 143 - color contains mainly: red. Hex color #8F838E is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8F838E is #707C71. Grayscale: #878787. Windows color (decimal): -7371890 or 9339791. OLE color: 9339791.
HSL color Cylindrical-coordinate representation of color #8F838E: hue angle of 305º degrees, saturation: 0.05, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #8F838E is Cyan = 0, Magento = 0.08, Yellow = 0.01 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 143 | 131 | 142 | - |
| CMYK | 0 | 0.08 | 0.01 | 0.44 |
| HSL | 305º | 0.05% | 0.54% | - |
| HSV(B) | 305º | 0.08% | 0.56% | - |
| XYZ | 24.33 | 24.03 | 28.95 | - |
| YUV | 135.84 | 131.48 | 133.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 131 | 142 | 0 | 0.08 | 0.01 | 0.44 | 305 | 0.05 | 0.54 |
| Hex | 8F | 83 | 8E | 0 | 8 | 1 | 2C | 131 | 5 | 36 |
| Octal | 217 | 203 | 216 | 0 | 10 | 1 | 54 | 461 | 5 | 66 |
| Binary | 10001111 | 10000011 | 10001110 | 0 | 1000 | 1 | 101100 | 100110001 | 101 | 110110 |
Color Harmonies of #8F838E
Complementary color
Monochromatic Colors of #8F838E
Black with #8F838E
Text Example
Text Example
White with #8F838E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F838E; }
p { color: rgb(143,131,142); }
H1.HeaderClassName
{
color: #8F838E;
}
.AnyTagClassName
{
color: #8F838E;
}
</style>
background-color css
<style>
a { background-color: #8F838E; }
a { background-color: rgb(143,131,142); }
div.DivClassName
{
background-color: #8F838E;
}
.BgClassName
{
background-color: #8F838E;
}
</style>
border-color css
<style>
span { border-color: #8F838E; }
span { border-color: rgb(143,131,142); }
td.TdClassName
{
border-color: #8F838E;
}
.TagClassName
{
border-color: #8F838E;
}
</style>