Shades of Taupe Grey #8D7A8B
Tints of Taupe Grey #8D7A8B
RGB
CMYK
RGB Variations
Color information
#8D7A8B (or 0x8D7A8B) is known color: Taupe Grey. HEX triplet: 8D, 7A and 8B. RGB value is (141,122,139). Sum of RGB (Red+Green+Blue) = 141+122+139=402 (53% of max value = 765). Red value is 141 (55.47% from 255 or 35.07% from 402); Green value is 122 (48.05% from 255 or 30.35% from 402); Blue value is 139 (54.69% from 255 or 34.58% from 402); Max value from RGB is 141 - color contains mainly: red. Hex color #8D7A8B is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8D7A8B is #728574. Grayscale: #818181. Windows color (decimal): -7505269 or 9140877. OLE color: 9140877.
HSL color Cylindrical-coordinate representation of color #8D7A8B: hue angle of 306.32º 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 #8D7A8B is Cyan = 0, Magento = 0.13, Yellow = 0.01 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 141 | 122 | 139 | - |
| CMYK | 0 | 0.13 | 0.01 | 0.45 |
| HSL | 306.32º | 0.08% | 0.52% | - |
| HSV(B) | 306.32º | 0.13% | 0.55% | - |
| XYZ | 22.6 | 21.45 | 27.37 | - |
| YUV | 129.62 | 133.29 | 136.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 122 | 139 | 0 | 0.13 | 0.01 | 0.45 | 306.32 | 0.08 | 0.52 |
| Hex | 8D | 7A | 8B | 0 | D | 1 | 2D | 132 | 8 | 34 |
| Octal | 215 | 172 | 213 | 0 | 15 | 1 | 55 | 462 | 10 | 64 |
| Binary | 10001101 | 1111010 | 10001011 | 0 | 1101 | 1 | 101101 | 100110010 | 1000 | 110100 |
Color Harmonies of #8D7A8B
Complementary color
Monochromatic Colors of #8D7A8B
Black with #8D7A8B
Text Example
Text Example
White with #8D7A8B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D7A8B; }
p { color: rgb(141,122,139); }
H1.HeaderClassName
{
color: #8D7A8B;
}
.AnyTagClassName
{
color: #8D7A8B;
}
</style>
background-color css
<style>
a { background-color: #8D7A8B; }
a { background-color: rgb(141,122,139); }
div.DivClassName
{
background-color: #8D7A8B;
}
.BgClassName
{
background-color: #8D7A8B;
}
</style>
border-color css
<style>
span { border-color: #8D7A8B; }
span { border-color: rgb(141,122,139); }
td.TdClassName
{
border-color: #8D7A8B;
}
.TagClassName
{
border-color: #8D7A8B;
}
</style>