Shades of Taupe Grey #8D7789
Tints of Taupe Grey #8D7789
RGB
CMYK
RGB Variations
Color information
#8D7789 (or 0x8D7789) is known color: Taupe Grey. HEX triplet: 8D, 77 and 89. RGB value is (141,119,137). Sum of RGB (Red+Green+Blue) = 141+119+137=397 (52% of max value = 765). Red value is 141 (55.47% from 255 or 35.52% from 397); Green value is 119 (46.88% from 255 or 29.97% from 397); Blue value is 137 (53.91% from 255 or 34.51% from 397); Max value from RGB is 141 - color contains mainly: red. Hex color #8D7789 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8D7789 is #728876. Grayscale: #7F7F7F. Windows color (decimal): -7506039 or 9009037. OLE color: 9009037.
HSL color Cylindrical-coordinate representation of color #8D7789: hue angle of 310.91º 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 #8D7789 is Cyan = 0, Magento = 0.16, Yellow = 0.03 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 141 | 119 | 137 | - |
| CMYK | 0 | 0.16 | 0.03 | 0.45 |
| HSL | 310.91º | 0.09% | 0.51% | - |
| HSV(B) | 310.91º | 0.16% | 0.55% | - |
| XYZ | 22.1 | 20.66 | 26.49 | - |
| YUV | 127.63 | 133.29 | 137.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 119 | 137 | 0 | 0.16 | 0.03 | 0.45 | 310.91 | 0.09 | 0.51 |
| Hex | 8D | 77 | 89 | 0 | 10 | 3 | 2D | 137 | 9 | 33 |
| Octal | 215 | 167 | 211 | 0 | 20 | 3 | 55 | 467 | 11 | 63 |
| Binary | 10001101 | 1110111 | 10001001 | 0 | 10000 | 11 | 101101 | 100110111 | 1001 | 110011 |
Color Harmonies of #8D7789
Complementary color
Monochromatic Colors of #8D7789
Black with #8D7789
Text Example
Text Example
White with #8D7789
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D7789; }
p { color: rgb(141,119,137); }
H1.HeaderClassName
{
color: #8D7789;
}
.AnyTagClassName
{
color: #8D7789;
}
</style>
background-color css
<style>
a { background-color: #8D7789; }
a { background-color: rgb(141,119,137); }
div.DivClassName
{
background-color: #8D7789;
}
.BgClassName
{
background-color: #8D7789;
}
</style>
border-color css
<style>
span { border-color: #8D7789; }
span { border-color: rgb(141,119,137); }
td.TdClassName
{
border-color: #8D7789;
}
.TagClassName
{
border-color: #8D7789;
}
</style>