Shades of Taupe Grey #8D7A85
Tints of Taupe Grey #8D7A85
RGB
CMYK
RGB Variations
Color information
#8D7A85 (or 0x8D7A85) is known color: Taupe Grey. HEX triplet: 8D, 7A and 85. RGB value is (141,122,133). Sum of RGB (Red+Green+Blue) = 141+122+133=396 (52% of max value = 765). Red value is 141 (55.47% from 255 or 35.61% from 396); Green value is 122 (48.05% from 255 or 30.81% from 396); Blue value is 133 (52.34% from 255 or 33.59% from 396); Max value from RGB is 141 - color contains mainly: red. Hex color #8D7A85 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8D7A85 is #72857A. Grayscale: #808080. Windows color (decimal): -7505275 or 8747661. OLE color: 8747661.
HSL color Cylindrical-coordinate representation of color #8D7A85: hue angle of 325.26º degrees, saturation: 0.08, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #8D7A85 is Cyan = 0, Magento = 0.13, Yellow = 0.06 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 141 | 122 | 133 | - |
| CMYK | 0 | 0.13 | 0.06 | 0.45 |
| HSL | 325.26º | 0.08% | 0.52% | - |
| HSV(B) | 325.26º | 0.13% | 0.55% | - |
| XYZ | 22.18 | 21.28 | 25.13 | - |
| YUV | 128.94 | 130.29 | 136.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 122 | 133 | 0 | 0.13 | 0.06 | 0.45 | 325.26 | 0.08 | 0.52 |
| Hex | 8D | 7A | 85 | 0 | D | 6 | 2D | 145 | 8 | 34 |
| Octal | 215 | 172 | 205 | 0 | 15 | 6 | 55 | 505 | 10 | 64 |
| Binary | 10001101 | 1111010 | 10000101 | 0 | 1101 | 110 | 101101 | 101000101 | 1000 | 110100 |
Color Harmonies of #8D7A85
Complementary color
Monochromatic Colors of #8D7A85
Black with #8D7A85
Text Example
Text Example
White with #8D7A85
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D7A85; }
p { color: rgb(141,122,133); }
H1.HeaderClassName
{
color: #8D7A85;
}
.AnyTagClassName
{
color: #8D7A85;
}
</style>
background-color css
<style>
a { background-color: #8D7A85; }
a { background-color: rgb(141,122,133); }
div.DivClassName
{
background-color: #8D7A85;
}
.BgClassName
{
background-color: #8D7A85;
}
</style>
border-color css
<style>
span { border-color: #8D7A85; }
span { border-color: rgb(141,122,133); }
td.TdClassName
{
border-color: #8D7A85;
}
.TagClassName
{
border-color: #8D7A85;
}
</style>