Shades of Taupe Grey #8D7389
Tints of Taupe Grey #8D7389
RGB
CMYK
RGB Variations
Color information
#8D7389 (or 0x8D7389) is known color: Taupe Grey. HEX triplet: 8D, 73 and 89. RGB value is (141,115,137). Sum of RGB (Red+Green+Blue) = 141+115+137=393 (52% of max value = 765). Red value is 141 (55.47% from 255 or 35.88% from 393); Green value is 115 (45.31% from 255 or 29.26% from 393); Blue value is 137 (53.91% from 255 or 34.86% from 393); Max value from RGB is 141 - color contains mainly: red. Hex color #8D7389 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8D7389 is #728C76. Grayscale: #7D7D7D. Windows color (decimal): -7507063 or 9008013. OLE color: 9008013.
HSL color Cylindrical-coordinate representation of color #8D7389: hue angle of 309.23º degrees, saturation: 0.1, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #8D7389 is Cyan = 0, Magento = 0.18, Yellow = 0.03 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 141 | 115 | 137 | - |
| CMYK | 0 | 0.18 | 0.03 | 0.45 |
| HSL | 309.23º | 0.1% | 0.5% | - |
| HSV(B) | 309.23º | 0.18% | 0.55% | - |
| XYZ | 21.63 | 19.73 | 26.34 | - |
| YUV | 125.28 | 134.61 | 139.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 115 | 137 | 0 | 0.18 | 0.03 | 0.45 | 309.23 | 0.1 | 0.5 |
| Hex | 8D | 73 | 89 | 0 | 12 | 3 | 2D | 135 | A | 32 |
| Octal | 215 | 163 | 211 | 0 | 22 | 3 | 55 | 465 | 12 | 62 |
| Binary | 10001101 | 1110011 | 10001001 | 0 | 10010 | 11 | 101101 | 100110101 | 1010 | 110010 |
Color Harmonies of #8D7389
Complementary color
Monochromatic Colors of #8D7389
Black with #8D7389
Text Example
Text Example
White with #8D7389
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D7389; }
p { color: rgb(141,115,137); }
H1.HeaderClassName
{
color: #8D7389;
}
.AnyTagClassName
{
color: #8D7389;
}
</style>
background-color css
<style>
a { background-color: #8D7389; }
a { background-color: rgb(141,115,137); }
div.DivClassName
{
background-color: #8D7389;
}
.BgClassName
{
background-color: #8D7389;
}
</style>
border-color css
<style>
span { border-color: #8D7389; }
span { border-color: rgb(141,115,137); }
td.TdClassName
{
border-color: #8D7389;
}
.TagClassName
{
border-color: #8D7389;
}
</style>