Shades of Taupe Grey #8F848D
Tints of Taupe Grey #8F848D
RGB
CMYK
RGB Variations
Color information
#8F848D (or 0x8F848D) is known color: Taupe Grey. HEX triplet: 8F, 84 and 8D. RGB value is (143,132,141). Sum of RGB (Red+Green+Blue) = 143+132+141=416 (55% of max value = 765). Red value is 143 (56.25% from 255 or 34.38% from 416); Green value is 132 (51.95% from 255 or 31.73% from 416); Blue value is 141 (55.47% from 255 or 33.89% from 416); Max value from RGB is 143 - color contains mainly: red. Hex color #8F848D is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8F848D is #707B72. Grayscale: #888888. Windows color (decimal): -7371635 or 9274511. OLE color: 9274511.
HSL color Cylindrical-coordinate representation of color #8F848D: hue angle of 310.91º 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 #8F848D is Cyan = 0, Magento = 0.08, Yellow = 0.01 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 143 | 132 | 141 | - |
| CMYK | 0 | 0.08 | 0.01 | 0.44 |
| HSL | 310.91º | 0.05% | 0.54% | - |
| HSV(B) | 310.91º | 0.08% | 0.56% | - |
| XYZ | 24.39 | 24.27 | 28.6 | - |
| YUV | 136.32 | 130.64 | 132.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 132 | 141 | 0 | 0.08 | 0.01 | 0.44 | 310.91 | 0.05 | 0.54 |
| Hex | 8F | 84 | 8D | 0 | 8 | 1 | 2C | 137 | 5 | 36 |
| Octal | 217 | 204 | 215 | 0 | 10 | 1 | 54 | 467 | 5 | 66 |
| Binary | 10001111 | 10000100 | 10001101 | 0 | 1000 | 1 | 101100 | 100110111 | 101 | 110110 |
Color Harmonies of #8F848D
Complementary color
Monochromatic Colors of #8F848D
Black with #8F848D
Text Example
Text Example
White with #8F848D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F848D; }
p { color: rgb(143,132,141); }
H1.HeaderClassName
{
color: #8F848D;
}
.AnyTagClassName
{
color: #8F848D;
}
</style>
background-color css
<style>
a { background-color: #8F848D; }
a { background-color: rgb(143,132,141); }
div.DivClassName
{
background-color: #8F848D;
}
.BgClassName
{
background-color: #8F848D;
}
</style>
border-color css
<style>
span { border-color: #8F848D; }
span { border-color: rgb(143,132,141); }
td.TdClassName
{
border-color: #8F848D;
}
.TagClassName
{
border-color: #8F848D;
}
</style>