Shades of Taupe Grey #8D7B8A
Tints of Taupe Grey #8D7B8A
RGB
CMYK
RGB Variations
Color information
#8D7B8A (or 0x8D7B8A) is known color: Taupe Grey. HEX triplet: 8D, 7B and 8A. RGB value is (141,123,138). Sum of RGB (Red+Green+Blue) = 141+123+138=402 (53% of max value = 765). Red value is 141 (55.47% from 255 or 35.07% from 402); Green value is 123 (48.44% from 255 or 30.60% from 402); Blue value is 138 (54.30% from 255 or 34.33% from 402); Max value from RGB is 141 - color contains mainly: red. Hex color #8D7B8A is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8D7B8A is #728475. Grayscale: #828282. Windows color (decimal): -7505014 or 9075597. OLE color: 9075597.
HSL color Cylindrical-coordinate representation of color #8D7B8A: hue angle of 310º degrees, saturation: 0.07, 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 #8D7B8A is Cyan = 0, Magento = 0.13, Yellow = 0.02 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 141 | 123 | 138 | - |
| CMYK | 0 | 0.13 | 0.02 | 0.45 |
| HSL | 310º | 0.07% | 0.52% | - |
| HSV(B) | 310º | 0.13% | 0.55% | - |
| XYZ | 22.65 | 21.66 | 27.03 | - |
| YUV | 130.09 | 132.46 | 135.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 123 | 138 | 0 | 0.13 | 0.02 | 0.45 | 310 | 0.07 | 0.52 |
| Hex | 8D | 7B | 8A | 0 | D | 2 | 2D | 136 | 7 | 34 |
| Octal | 215 | 173 | 212 | 0 | 15 | 2 | 55 | 466 | 7 | 64 |
| Binary | 10001101 | 1111011 | 10001010 | 0 | 1101 | 10 | 101101 | 100110110 | 111 | 110100 |
Color Harmonies of #8D7B8A
Complementary color
Monochromatic Colors of #8D7B8A
Black with #8D7B8A
Text Example
Text Example
White with #8D7B8A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D7B8A; }
p { color: rgb(141,123,138); }
H1.HeaderClassName
{
color: #8D7B8A;
}
.AnyTagClassName
{
color: #8D7B8A;
}
</style>
background-color css
<style>
a { background-color: #8D7B8A; }
a { background-color: rgb(141,123,138); }
div.DivClassName
{
background-color: #8D7B8A;
}
.BgClassName
{
background-color: #8D7B8A;
}
</style>
border-color css
<style>
span { border-color: #8D7B8A; }
span { border-color: rgb(141,123,138); }
td.TdClassName
{
border-color: #8D7B8A;
}
.TagClassName
{
border-color: #8D7B8A;
}
</style>