Shades of Taupe Grey #8D868B
Tints of Taupe Grey #8D868B
RGB
CMYK
RGB Variations
Color information
#8D868B (or 0x8D868B) is known color: Taupe Grey. HEX triplet: 8D, 86 and 8B. RGB value is (141,134,139). Sum of RGB (Red+Green+Blue) = 141+134+139=414 (54% of max value = 765). Red value is 141 (55.47% from 255 or 34.06% from 414); Green value is 134 (52.73% from 255 or 32.37% from 414); Blue value is 139 (54.69% from 255 or 33.57% from 414); Max value from RGB is 141 - color contains mainly: red. Hex color #8D868B is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8D868B is #727974. Grayscale: #888888. Windows color (decimal): -7502197 or 9143949. OLE color: 9143949.
HSL color Cylindrical-coordinate representation of color #8D868B: hue angle of 317.14º degrees, saturation: 0.03, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #8D868B is Cyan = 0, Magento = 0.05, Yellow = 0.01 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 141 | 134 | 139 | - |
| CMYK | 0 | 0.05 | 0.01 | 0.45 |
| HSL | 317.14º | 0.03% | 0.54% | - |
| HSV(B) | 317.14º | 0.05% | 0.55% | - |
| XYZ | 24.17 | 24.58 | 27.9 | - |
| YUV | 136.66 | 129.32 | 131.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 134 | 139 | 0 | 0.05 | 0.01 | 0.45 | 317.14 | 0.03 | 0.54 |
| Hex | 8D | 86 | 8B | 0 | 5 | 1 | 2D | 13D | 3 | 36 |
| Octal | 215 | 206 | 213 | 0 | 5 | 1 | 55 | 475 | 3 | 66 |
| Binary | 10001101 | 10000110 | 10001011 | 0 | 101 | 1 | 101101 | 100111101 | 11 | 110110 |
Color Harmonies of #8D868B
Complementary color
Monochromatic Colors of #8D868B
Black with #8D868B
Text Example
Text Example
White with #8D868B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D868B; }
p { color: rgb(141,134,139); }
H1.HeaderClassName
{
color: #8D868B;
}
.AnyTagClassName
{
color: #8D868B;
}
</style>
background-color css
<style>
a { background-color: #8D868B; }
a { background-color: rgb(141,134,139); }
div.DivClassName
{
background-color: #8D868B;
}
.BgClassName
{
background-color: #8D868B;
}
</style>
border-color css
<style>
span { border-color: #8D868B; }
span { border-color: rgb(141,134,139); }
td.TdClassName
{
border-color: #8D868B;
}
.TagClassName
{
border-color: #8D868B;
}
</style>