Shades of Taupe Grey #8D7888
Tints of Taupe Grey #8D7888
RGB
CMYK
RGB Variations
Color information
#8D7888 (or 0x8D7888) is known color: Taupe Grey. HEX triplet: 8D, 78 and 88. RGB value is (141,120,136). Sum of RGB (Red+Green+Blue) = 141+120+136=397 (52% of max value = 765). Red value is 141 (55.47% from 255 or 35.52% from 397); Green value is 120 (47.27% from 255 or 30.23% from 397); Blue value is 136 (53.52% from 255 or 34.26% from 397); Max value from RGB is 141 - color contains mainly: red. Hex color #8D7888 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8D7888 is #728777. Grayscale: #808080. Windows color (decimal): -7505784 or 8943757. OLE color: 8943757.
HSL color Cylindrical-coordinate representation of color #8D7888: hue angle of 314.29º degrees, saturation: 0.08, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #8D7888 is Cyan = 0, Magento = 0.15, Yellow = 0.04 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 141 | 120 | 136 | - |
| CMYK | 0 | 0.15 | 0.04 | 0.45 |
| HSL | 314.29º | 0.08% | 0.51% | - |
| HSV(B) | 314.29º | 0.15% | 0.55% | - |
| XYZ | 22.14 | 20.87 | 26.15 | - |
| YUV | 128.1 | 132.46 | 137.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 120 | 136 | 0 | 0.15 | 0.04 | 0.45 | 314.29 | 0.08 | 0.51 |
| Hex | 8D | 78 | 88 | 0 | F | 4 | 2D | 13A | 8 | 33 |
| Octal | 215 | 170 | 210 | 0 | 17 | 4 | 55 | 472 | 10 | 63 |
| Binary | 10001101 | 1111000 | 10001000 | 0 | 1111 | 100 | 101101 | 100111010 | 1000 | 110011 |
Color Harmonies of #8D7888
Complementary color
Monochromatic Colors of #8D7888
Black with #8D7888
Text Example
Text Example
White with #8D7888
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D7888; }
p { color: rgb(141,120,136); }
H1.HeaderClassName
{
color: #8D7888;
}
.AnyTagClassName
{
color: #8D7888;
}
</style>
background-color css
<style>
a { background-color: #8D7888; }
a { background-color: rgb(141,120,136); }
div.DivClassName
{
background-color: #8D7888;
}
.BgClassName
{
background-color: #8D7888;
}
</style>
border-color css
<style>
span { border-color: #8D7888; }
span { border-color: rgb(141,120,136); }
td.TdClassName
{
border-color: #8D7888;
}
.TagClassName
{
border-color: #8D7888;
}
</style>