Shades of Taupe Grey #8D7D8B
Tints of Taupe Grey #8D7D8B
RGB
CMYK
RGB Variations
Color information
#8D7D8B (or 0x8D7D8B) is known color: Taupe Grey. HEX triplet: 8D, 7D and 8B. RGB value is (141,125,139). Sum of RGB (Red+Green+Blue) = 141+125+139=405 (53% of max value = 765). Red value is 141 (55.47% from 255 or 34.81% from 405); Green value is 125 (49.22% from 255 or 30.86% from 405); Blue value is 139 (54.69% from 255 or 34.32% from 405); Max value from RGB is 141 - color contains mainly: red. Hex color #8D7D8B is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8D7D8B is #728274. Grayscale: #838383. Windows color (decimal): -7504501 or 9141645. OLE color: 9141645.
HSL color Cylindrical-coordinate representation of color #8D7D8B: hue angle of 307.5º degrees, saturation: 0.07, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #8D7D8B is Cyan = 0, Magento = 0.11, Yellow = 0.01 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 141 | 125 | 139 | - |
| CMYK | 0 | 0.11 | 0.01 | 0.45 |
| HSL | 307.5º | 0.07% | 0.52% | - |
| HSV(B) | 307.5º | 0.11% | 0.55% | - |
| XYZ | 22.98 | 22.19 | 27.5 | - |
| YUV | 131.38 | 132.3 | 134.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 125 | 139 | 0 | 0.11 | 0.01 | 0.45 | 307.5 | 0.07 | 0.52 |
| Hex | 8D | 7D | 8B | 0 | B | 1 | 2D | 134 | 7 | 34 |
| Octal | 215 | 175 | 213 | 0 | 13 | 1 | 55 | 464 | 7 | 64 |
| Binary | 10001101 | 1111101 | 10001011 | 0 | 1011 | 1 | 101101 | 100110100 | 111 | 110100 |
Color Harmonies of #8D7D8B
Complementary color
Monochromatic Colors of #8D7D8B
Black with #8D7D8B
Text Example
Text Example
White with #8D7D8B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D7D8B; }
p { color: rgb(141,125,139); }
H1.HeaderClassName
{
color: #8D7D8B;
}
.AnyTagClassName
{
color: #8D7D8B;
}
</style>
background-color css
<style>
a { background-color: #8D7D8B; }
a { background-color: rgb(141,125,139); }
div.DivClassName
{
background-color: #8D7D8B;
}
.BgClassName
{
background-color: #8D7D8B;
}
</style>
border-color css
<style>
span { border-color: #8D7D8B; }
span { border-color: rgb(141,125,139); }
td.TdClassName
{
border-color: #8D7D8B;
}
.TagClassName
{
border-color: #8D7D8B;
}
</style>