Shades of Taupe Grey #8D868A
Tints of Taupe Grey #8D868A
RGB
CMYK
RGB Variations
Color information
#8D868A (or 0x8D868A) is known color: Taupe Grey. HEX triplet: 8D, 86 and 8A. RGB value is (141,134,138). Sum of RGB (Red+Green+Blue) = 141+134+138=413 (54% of max value = 765). Red value is 141 (55.47% from 255 or 34.14% from 413); Green value is 134 (52.73% from 255 or 32.45% from 413); Blue value is 138 (54.30% from 255 or 33.41% from 413); Max value from RGB is 141 - color contains mainly: red. Hex color #8D868A is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8D868A is #727975. Grayscale: #888888. Windows color (decimal): -7502198 or 9078413. OLE color: 9078413.
HSL color Cylindrical-coordinate representation of color #8D868A: hue angle of 325.71º 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 #8D868A is Cyan = 0, Magento = 0.05, Yellow = 0.02 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 141 | 134 | 138 | - |
| CMYK | 0 | 0.05 | 0.02 | 0.45 |
| HSL | 325.71º | 0.03% | 0.54% | - |
| HSV(B) | 325.71º | 0.05% | 0.55% | - |
| XYZ | 24.1 | 24.55 | 27.51 | - |
| YUV | 136.55 | 128.82 | 131.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 134 | 138 | 0 | 0.05 | 0.02 | 0.45 | 325.71 | 0.03 | 0.54 |
| Hex | 8D | 86 | 8A | 0 | 5 | 2 | 2D | 146 | 3 | 36 |
| Octal | 215 | 206 | 212 | 0 | 5 | 2 | 55 | 506 | 3 | 66 |
| Binary | 10001101 | 10000110 | 10001010 | 0 | 101 | 10 | 101101 | 101000110 | 11 | 110110 |
Color Harmonies of #8D868A
Complementary color
Monochromatic Colors of #8D868A
Black with #8D868A
Text Example
Text Example
White with #8D868A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D868A; }
p { color: rgb(141,134,138); }
H1.HeaderClassName
{
color: #8D868A;
}
.AnyTagClassName
{
color: #8D868A;
}
</style>
background-color css
<style>
a { background-color: #8D868A; }
a { background-color: rgb(141,134,138); }
div.DivClassName
{
background-color: #8D868A;
}
.BgClassName
{
background-color: #8D868A;
}
</style>
border-color css
<style>
span { border-color: #8D868A; }
span { border-color: rgb(141,134,138); }
td.TdClassName
{
border-color: #8D868A;
}
.TagClassName
{
border-color: #8D868A;
}
</style>