Shades of Taupe Grey #8D7686
Tints of Taupe Grey #8D7686
RGB
CMYK
RGB Variations
Color information
#8D7686 (or 0x8D7686) is known color: Taupe Grey. HEX triplet: 8D, 76 and 86. RGB value is (141,118,134). Sum of RGB (Red+Green+Blue) = 141+118+134=393 (52% of max value = 765). Red value is 141 (55.47% from 255 or 35.88% from 393); Green value is 118 (46.48% from 255 or 30.03% from 393); Blue value is 134 (52.73% from 255 or 34.10% from 393); Max value from RGB is 141 - color contains mainly: red. Hex color #8D7686 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8D7686 is #728979. Grayscale: #7E7E7E. Windows color (decimal): -7506298 or 8812173. OLE color: 8812173.
HSL color Cylindrical-coordinate representation of color #8D7686: hue angle of 318.26º degrees, saturation: 0.09, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #8D7686 is Cyan = 0, Magento = 0.16, Yellow = 0.05 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 141 | 118 | 134 | - |
| CMYK | 0 | 0.16 | 0.05 | 0.45 |
| HSL | 318.26º | 0.09% | 0.51% | - |
| HSV(B) | 318.26º | 0.16% | 0.55% | - |
| XYZ | 21.77 | 20.34 | 25.33 | - |
| YUV | 126.7 | 132.12 | 138.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 118 | 134 | 0 | 0.16 | 0.05 | 0.45 | 318.26 | 0.09 | 0.51 |
| Hex | 8D | 76 | 86 | 0 | 10 | 5 | 2D | 13E | 9 | 33 |
| Octal | 215 | 166 | 206 | 0 | 20 | 5 | 55 | 476 | 11 | 63 |
| Binary | 10001101 | 1110110 | 10000110 | 0 | 10000 | 101 | 101101 | 100111110 | 1001 | 110011 |
Color Harmonies of #8D7686
Complementary color
Monochromatic Colors of #8D7686
Black with #8D7686
Text Example
Text Example
White with #8D7686
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D7686; }
p { color: rgb(141,118,134); }
H1.HeaderClassName
{
color: #8D7686;
}
.AnyTagClassName
{
color: #8D7686;
}
</style>
background-color css
<style>
a { background-color: #8D7686; }
a { background-color: rgb(141,118,134); }
div.DivClassName
{
background-color: #8D7686;
}
.BgClassName
{
background-color: #8D7686;
}
</style>
border-color css
<style>
span { border-color: #8D7686; }
span { border-color: rgb(141,118,134); }
td.TdClassName
{
border-color: #8D7686;
}
.TagClassName
{
border-color: #8D7686;
}
</style>