Shades of Taupe Grey #8D8288
Tints of Taupe Grey #8D8288
RGB
CMYK
RGB Variations
Color information
#8D8288 (or 0x8D8288) is known color: Taupe Grey. HEX triplet: 8D, 82 and 88. RGB value is (141,130,136). Sum of RGB (Red+Green+Blue) = 141+130+136=407 (53% of max value = 765). Red value is 141 (55.47% from 255 or 34.64% from 407); Green value is 130 (51.17% from 255 or 31.94% from 407); Blue value is 136 (53.52% from 255 or 33.42% from 407); Max value from RGB is 141 - color contains mainly: red. Hex color #8D8288 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8D8288 is #727D77. Grayscale: #858585. Windows color (decimal): -7503224 or 8946317. OLE color: 8946317.
HSL color Cylindrical-coordinate representation of color #8D8288: hue angle of 327.27º degrees, saturation: 0.05, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #8D8288 is Cyan = 0, Magento = 0.08, Yellow = 0.04 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 141 | 130 | 136 | - |
| CMYK | 0 | 0.08 | 0.04 | 0.45 |
| HSL | 327.27º | 0.05% | 0.53% | - |
| HSV(B) | 327.27º | 0.08% | 0.55% | - |
| XYZ | 23.41 | 23.41 | 26.58 | - |
| YUV | 133.97 | 129.14 | 133.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 130 | 136 | 0 | 0.08 | 0.04 | 0.45 | 327.27 | 0.05 | 0.53 |
| Hex | 8D | 82 | 88 | 0 | 8 | 4 | 2D | 147 | 5 | 35 |
| Octal | 215 | 202 | 210 | 0 | 10 | 4 | 55 | 507 | 5 | 65 |
| Binary | 10001101 | 10000010 | 10001000 | 0 | 1000 | 100 | 101101 | 101000111 | 101 | 110101 |
Color Harmonies of #8D8288
Complementary color
Monochromatic Colors of #8D8288
Black with #8D8288
Text Example
Text Example
White with #8D8288
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D8288; }
p { color: rgb(141,130,136); }
H1.HeaderClassName
{
color: #8D8288;
}
.AnyTagClassName
{
color: #8D8288;
}
</style>
background-color css
<style>
a { background-color: #8D8288; }
a { background-color: rgb(141,130,136); }
div.DivClassName
{
background-color: #8D8288;
}
.BgClassName
{
background-color: #8D8288;
}
</style>
border-color css
<style>
span { border-color: #8D8288; }
span { border-color: rgb(141,130,136); }
td.TdClassName
{
border-color: #8D8288;
}
.TagClassName
{
border-color: #8D8288;
}
</style>