Shades of Taupe Grey #8D7E8C
Tints of Taupe Grey #8D7E8C
RGB
CMYK
RGB Variations
Color information
#8D7E8C (or 0x8D7E8C) is known color: Taupe Grey. HEX triplet: 8D, 7E and 8C. RGB value is (141,126,140). Sum of RGB (Red+Green+Blue) = 141+126+140=407 (53% of max value = 765). Red value is 141 (55.47% from 255 or 34.64% from 407); Green value is 126 (49.61% from 255 or 30.96% from 407); Blue value is 140 (55.08% from 255 or 34.40% from 407); Max value from RGB is 141 - color contains mainly: red. Hex color #8D7E8C is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8D7E8C is #728173. Grayscale: #848484. Windows color (decimal): -7504244 or 9207437. OLE color: 9207437.
HSL color Cylindrical-coordinate representation of color #8D7E8C: hue angle of 304º degrees, saturation: 0.06, 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 #8D7E8C is Cyan = 0, Magento = 0.11, Yellow = 0.01 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 141 | 126 | 140 | - |
| CMYK | 0 | 0.11 | 0.01 | 0.45 |
| HSL | 304º | 0.06% | 0.52% | - |
| HSV(B) | 304º | 0.11% | 0.55% | - |
| XYZ | 23.18 | 22.48 | 27.93 | - |
| YUV | 132.08 | 132.47 | 134.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 126 | 140 | 0 | 0.11 | 0.01 | 0.45 | 304 | 0.06 | 0.52 |
| Hex | 8D | 7E | 8C | 0 | B | 1 | 2D | 130 | 6 | 34 |
| Octal | 215 | 176 | 214 | 0 | 13 | 1 | 55 | 460 | 6 | 64 |
| Binary | 10001101 | 1111110 | 10001100 | 0 | 1011 | 1 | 101101 | 100110000 | 110 | 110100 |
Color Harmonies of #8D7E8C
Complementary color
Monochromatic Colors of #8D7E8C
Black with #8D7E8C
Text Example
Text Example
White with #8D7E8C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D7E8C; }
p { color: rgb(141,126,140); }
H1.HeaderClassName
{
color: #8D7E8C;
}
.AnyTagClassName
{
color: #8D7E8C;
}
</style>
background-color css
<style>
a { background-color: #8D7E8C; }
a { background-color: rgb(141,126,140); }
div.DivClassName
{
background-color: #8D7E8C;
}
.BgClassName
{
background-color: #8D7E8C;
}
</style>
border-color css
<style>
span { border-color: #8D7E8C; }
span { border-color: rgb(141,126,140); }
td.TdClassName
{
border-color: #8D7E8C;
}
.TagClassName
{
border-color: #8D7E8C;
}
</style>