Shades of Taupe Grey #8D7786
Tints of Taupe Grey #8D7786
RGB
CMYK
RGB Variations
Color information
#8D7786 (or 0x8D7786) is known color: Taupe Grey. HEX triplet: 8D, 77 and 86. RGB value is (141,119,134). Sum of RGB (Red+Green+Blue) = 141+119+134=394 (52% of max value = 765). Red value is 141 (55.47% from 255 or 35.79% from 394); Green value is 119 (46.88% from 255 or 30.20% from 394); Blue value is 134 (52.73% from 255 or 34.01% from 394); Max value from RGB is 141 - color contains mainly: red. Hex color #8D7786 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8D7786 is #728879. Grayscale: #7F7F7F. Windows color (decimal): -7506042 or 8812429. OLE color: 8812429.
HSL color Cylindrical-coordinate representation of color #8D7786: hue angle of 319.09º 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 #8D7786 is Cyan = 0, Magento = 0.16, Yellow = 0.05 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 141 | 119 | 134 | - |
| CMYK | 0 | 0.16 | 0.05 | 0.45 |
| HSL | 319.09º | 0.09% | 0.51% | - |
| HSV(B) | 319.09º | 0.16% | 0.55% | - |
| XYZ | 21.88 | 20.58 | 25.37 | - |
| YUV | 127.29 | 131.79 | 137.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 119 | 134 | 0 | 0.16 | 0.05 | 0.45 | 319.09 | 0.09 | 0.51 |
| Hex | 8D | 77 | 86 | 0 | 10 | 5 | 2D | 13F | 9 | 33 |
| Octal | 215 | 167 | 206 | 0 | 20 | 5 | 55 | 477 | 11 | 63 |
| Binary | 10001101 | 1110111 | 10000110 | 0 | 10000 | 101 | 101101 | 100111111 | 1001 | 110011 |
Color Harmonies of #8D7786
Complementary color
Monochromatic Colors of #8D7786
Black with #8D7786
Text Example
Text Example
White with #8D7786
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D7786; }
p { color: rgb(141,119,134); }
H1.HeaderClassName
{
color: #8D7786;
}
.AnyTagClassName
{
color: #8D7786;
}
</style>
background-color css
<style>
a { background-color: #8D7786; }
a { background-color: rgb(141,119,134); }
div.DivClassName
{
background-color: #8D7786;
}
.BgClassName
{
background-color: #8D7786;
}
</style>
border-color css
<style>
span { border-color: #8D7786; }
span { border-color: rgb(141,119,134); }
td.TdClassName
{
border-color: #8D7786;
}
.TagClassName
{
border-color: #8D7786;
}
</style>