Shades of Taupe Grey #8D848A
Tints of Taupe Grey #8D848A
RGB
CMYK
RGB Variations
Color information
#8D848A (or 0x8D848A) is known color: Taupe Grey. HEX triplet: 8D, 84 and 8A. RGB value is (141,132,138). Sum of RGB (Red+Green+Blue) = 141+132+138=411 (54% of max value = 765). Red value is 141 (55.47% from 255 or 34.31% from 411); Green value is 132 (51.95% from 255 or 32.12% from 411); Blue value is 138 (54.30% from 255 or 33.58% from 411); Max value from RGB is 141 - color contains mainly: red. Hex color #8D848A is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8D848A is #727B75. Grayscale: #878787. Windows color (decimal): -7502710 or 9077901. OLE color: 9077901.
HSL color Cylindrical-coordinate representation of color #8D848A: hue angle of 320º degrees, saturation: 0.04, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #8D848A is Cyan = 0, Magento = 0.06, Yellow = 0.02 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 141 | 132 | 138 | - |
| CMYK | 0 | 0.06 | 0.02 | 0.45 |
| HSL | 320º | 0.04% | 0.54% | - |
| HSV(B) | 320º | 0.06% | 0.55% | - |
| XYZ | 23.82 | 24 | 27.42 | - |
| YUV | 135.38 | 129.48 | 132.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 132 | 138 | 0 | 0.06 | 0.02 | 0.45 | 320 | 0.04 | 0.54 |
| Hex | 8D | 84 | 8A | 0 | 6 | 2 | 2D | 140 | 4 | 36 |
| Octal | 215 | 204 | 212 | 0 | 6 | 2 | 55 | 500 | 4 | 66 |
| Binary | 10001101 | 10000100 | 10001010 | 0 | 110 | 10 | 101101 | 101000000 | 100 | 110110 |
Color Harmonies of #8D848A
Complementary color
Monochromatic Colors of #8D848A
Black with #8D848A
Text Example
Text Example
White with #8D848A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D848A; }
p { color: rgb(141,132,138); }
H1.HeaderClassName
{
color: #8D848A;
}
.AnyTagClassName
{
color: #8D848A;
}
</style>
background-color css
<style>
a { background-color: #8D848A; }
a { background-color: rgb(141,132,138); }
div.DivClassName
{
background-color: #8D848A;
}
.BgClassName
{
background-color: #8D848A;
}
</style>
border-color css
<style>
span { border-color: #8D848A; }
span { border-color: rgb(141,132,138); }
td.TdClassName
{
border-color: #8D848A;
}
.TagClassName
{
border-color: #8D848A;
}
</style>