Shades of Taupe Grey #8D7A88
Tints of Taupe Grey #8D7A88
RGB
CMYK
RGB Variations
Color information
#8D7A88 (or 0x8D7A88) is known color: Taupe Grey. HEX triplet: 8D, 7A and 88. RGB value is (141,122,136). Sum of RGB (Red+Green+Blue) = 141+122+136=399 (52% of max value = 765). Red value is 141 (55.47% from 255 or 35.34% from 399); Green value is 122 (48.05% from 255 or 30.58% from 399); Blue value is 136 (53.52% from 255 or 34.09% from 399); Max value from RGB is 141 - color contains mainly: red. Hex color #8D7A88 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8D7A88 is #728577. Grayscale: #818181. Windows color (decimal): -7505272 or 8944269. OLE color: 8944269.
HSL color Cylindrical-coordinate representation of color #8D7A88: hue angle of 315.79º degrees, saturation: 0.08, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #8D7A88 is Cyan = 0, Magento = 0.13, Yellow = 0.04 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 141 | 122 | 136 | - |
| CMYK | 0 | 0.13 | 0.04 | 0.45 |
| HSL | 315.79º | 0.08% | 0.52% | - |
| HSV(B) | 315.79º | 0.13% | 0.55% | - |
| XYZ | 22.39 | 21.36 | 26.24 | - |
| YUV | 129.28 | 131.79 | 136.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 122 | 136 | 0 | 0.13 | 0.04 | 0.45 | 315.79 | 0.08 | 0.52 |
| Hex | 8D | 7A | 88 | 0 | D | 4 | 2D | 13C | 8 | 34 |
| Octal | 215 | 172 | 210 | 0 | 15 | 4 | 55 | 474 | 10 | 64 |
| Binary | 10001101 | 1111010 | 10001000 | 0 | 1101 | 100 | 101101 | 100111100 | 1000 | 110100 |
Color Harmonies of #8D7A88
Complementary color
Monochromatic Colors of #8D7A88
Black with #8D7A88
Text Example
Text Example
White with #8D7A88
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D7A88; }
p { color: rgb(141,122,136); }
H1.HeaderClassName
{
color: #8D7A88;
}
.AnyTagClassName
{
color: #8D7A88;
}
</style>
background-color css
<style>
a { background-color: #8D7A88; }
a { background-color: rgb(141,122,136); }
div.DivClassName
{
background-color: #8D7A88;
}
.BgClassName
{
background-color: #8D7A88;
}
</style>
border-color css
<style>
span { border-color: #8D7A88; }
span { border-color: rgb(141,122,136); }
td.TdClassName
{
border-color: #8D7A88;
}
.TagClassName
{
border-color: #8D7A88;
}
</style>