Shades of Taupe Grey #8D798D
Tints of Taupe Grey #8D798D
RGB
CMYK
RGB Variations
Color information
#8D798D (or 0x8D798D) is known color: Taupe Grey. HEX triplet: 8D, 79 and 8D. RGB value is (141,121,141). Sum of RGB (Red+Green+Blue) = 141+121+141=403 (53% of max value = 765). Red value is 141 (55.47% from 255 or 34.99% from 403); Green value is 121 (47.66% from 255 or 30.02% from 403); Blue value is 141 (55.47% from 255 or 34.99% from 403); Max value from RGB is 141 - color contains mainly: red, blue. Hex color #8D798D is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8D798D is #728672. Grayscale: #818181. Windows color (decimal): -7505523 or 9271693. OLE color: 9271693.
HSL color Cylindrical-coordinate representation of color #8D798D: hue angle of 300º degrees, saturation: 0.08, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #8D798D is Cyan = 0, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 141 | 121 | 141 | - |
| CMYK | 0 | 0.14 | 0 | 0.45 |
| HSL | 300º | 0.08% | 0.51% | - |
| HSV(B) | 300º | 0.14% | 0.55% | - |
| XYZ | 22.63 | 21.26 | 28.11 | - |
| YUV | 129.26 | 134.63 | 136.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 121 | 141 | 0 | 0.14 | 0 | 0.45 | 300 | 0.08 | 0.51 |
| Hex | 8D | 79 | 8D | 0 | E | 0 | 2D | 12C | 8 | 33 |
| Octal | 215 | 171 | 215 | 0 | 16 | 0 | 55 | 454 | 10 | 63 |
| Binary | 10001101 | 1111001 | 10001101 | 0 | 1110 | 0 | 101101 | 100101100 | 1000 | 110011 |
Color Harmonies of #8D798D
Complementary color
Monochromatic Colors of #8D798D
Black with #8D798D
Text Example
Text Example
White with #8D798D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D798D; }
p { color: rgb(141,121,141); }
H1.HeaderClassName
{
color: #8D798D;
}
.AnyTagClassName
{
color: #8D798D;
}
</style>
background-color css
<style>
a { background-color: #8D798D; }
a { background-color: rgb(141,121,141); }
div.DivClassName
{
background-color: #8D798D;
}
.BgClassName
{
background-color: #8D798D;
}
</style>
border-color css
<style>
span { border-color: #8D798D; }
span { border-color: rgb(141,121,141); }
td.TdClassName
{
border-color: #8D798D;
}
.TagClassName
{
border-color: #8D798D;
}
</style>