Shades of Taupe Grey #8D8388
Tints of Taupe Grey #8D8388
RGB
CMYK
RGB Variations
Color information
#8D8388 (or 0x8D8388) is known color: Taupe Grey. HEX triplet: 8D, 83 and 88. RGB value is (141,131,136). Sum of RGB (Red+Green+Blue) = 141+131+136=408 (54% of max value = 765). Red value is 141 (55.47% from 255 or 34.56% from 408); Green value is 131 (51.56% from 255 or 32.11% from 408); Blue value is 136 (53.52% from 255 or 33.33% from 408); Max value from RGB is 141 - color contains mainly: red. Hex color #8D8388 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8D8388 is #727C77. Grayscale: #868686. Windows color (decimal): -7502968 or 8946573. OLE color: 8946573.
HSL color Cylindrical-coordinate representation of color #8D8388: hue angle of 330º degrees, saturation: 0.04, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #8D8388 is Cyan = 0, Magento = 0.07, Yellow = 0.04 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 141 | 131 | 136 | - |
| CMYK | 0 | 0.07 | 0.04 | 0.45 |
| HSL | 330º | 0.04% | 0.53% | - |
| HSV(B) | 330º | 0.07% | 0.55% | - |
| XYZ | 23.54 | 23.67 | 26.62 | - |
| YUV | 134.56 | 128.81 | 132.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 131 | 136 | 0 | 0.07 | 0.04 | 0.45 | 330 | 0.04 | 0.53 |
| Hex | 8D | 83 | 88 | 0 | 7 | 4 | 2D | 14A | 4 | 35 |
| Octal | 215 | 203 | 210 | 0 | 7 | 4 | 55 | 512 | 4 | 65 |
| Binary | 10001101 | 10000011 | 10001000 | 0 | 111 | 100 | 101101 | 101001010 | 100 | 110101 |
Color Harmonies of #8D8388
Complementary color
Monochromatic Colors of #8D8388
Black with #8D8388
Text Example
Text Example
White with #8D8388
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D8388; }
p { color: rgb(141,131,136); }
H1.HeaderClassName
{
color: #8D8388;
}
.AnyTagClassName
{
color: #8D8388;
}
</style>
background-color css
<style>
a { background-color: #8D8388; }
a { background-color: rgb(141,131,136); }
div.DivClassName
{
background-color: #8D8388;
}
.BgClassName
{
background-color: #8D8388;
}
</style>
border-color css
<style>
span { border-color: #8D8388; }
span { border-color: rgb(141,131,136); }
td.TdClassName
{
border-color: #8D8388;
}
.TagClassName
{
border-color: #8D8388;
}
</style>