Shades of Taupe Grey #8F8189
Tints of Taupe Grey #8F8189
RGB
CMYK
RGB Variations
Color information
#8F8189 (or 0x8F8189) is known color: Taupe Grey. HEX triplet: 8F, 81 and 89. RGB value is (143,129,137). Sum of RGB (Red+Green+Blue) = 143+129+137=409 (54% of max value = 765). Red value is 143 (56.25% from 255 or 34.96% from 409); Green value is 129 (50.78% from 255 or 31.54% from 409); Blue value is 137 (53.91% from 255 or 33.50% from 409); Max value from RGB is 143 - color contains mainly: red. Hex color #8F8189 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8F8189 is #707E76. Grayscale: #868686. Windows color (decimal): -7372407 or 9011599. OLE color: 9011599.
HSL color Cylindrical-coordinate representation of color #8F8189: hue angle of 325.71º 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 #8F8189 is Cyan = 0, Magento = 0.10, Yellow = 0.04 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 143 | 129 | 137 | - |
| CMYK | 0 | 0.10 | 0.04 | 0.44 |
| HSL | 325.71º | 0.06% | 0.53% | - |
| HSV(B) | 325.71º | 0.1% | 0.56% | - |
| XYZ | 23.69 | 23.35 | 26.92 | - |
| YUV | 134.1 | 129.64 | 134.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 129 | 137 | 0 | 0.10 | 0.04 | 0.44 | 325.71 | 0.06 | 0.53 |
| Hex | 8F | 81 | 89 | 0 | A | 4 | 2C | 146 | 6 | 35 |
| Octal | 217 | 201 | 211 | 0 | 12 | 4 | 54 | 506 | 6 | 65 |
| Binary | 10001111 | 10000001 | 10001001 | 0 | 1010 | 100 | 101100 | 101000110 | 110 | 110101 |
Color Harmonies of #8F8189
Complementary color
Monochromatic Colors of #8F8189
Black with #8F8189
Text Example
Text Example
White with #8F8189
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F8189; }
p { color: rgb(143,129,137); }
H1.HeaderClassName
{
color: #8F8189;
}
.AnyTagClassName
{
color: #8F8189;
}
</style>
background-color css
<style>
a { background-color: #8F8189; }
a { background-color: rgb(143,129,137); }
div.DivClassName
{
background-color: #8F8189;
}
.BgClassName
{
background-color: #8F8189;
}
</style>
border-color css
<style>
span { border-color: #8F8189; }
span { border-color: rgb(143,129,137); }
td.TdClassName
{
border-color: #8F8189;
}
.TagClassName
{
border-color: #8F8189;
}
</style>