Shades of Taupe Grey #8D738A
Tints of Taupe Grey #8D738A
RGB
CMYK
RGB Variations
Color information
#8D738A (or 0x8D738A) is known color: Taupe Grey. HEX triplet: 8D, 73 and 8A. RGB value is (141,115,138). Sum of RGB (Red+Green+Blue) = 141+115+138=394 (52% of max value = 765). Red value is 141 (55.47% from 255 or 35.79% from 394); Green value is 115 (45.31% from 255 or 29.19% from 394); Blue value is 138 (54.30% from 255 or 35.03% from 394); Max value from RGB is 141 - color contains mainly: red. Hex color #8D738A is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8D738A is #728C75. Grayscale: #7D7D7D. Windows color (decimal): -7507062 or 9073549. OLE color: 9073549.
HSL color Cylindrical-coordinate representation of color #8D738A: hue angle of 306.92º degrees, saturation: 0.1, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #8D738A is Cyan = 0, Magento = 0.18, Yellow = 0.02 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 141 | 115 | 138 | - |
| CMYK | 0 | 0.18 | 0.02 | 0.45 |
| HSL | 306.92º | 0.1% | 0.5% | - |
| HSV(B) | 306.92º | 0.18% | 0.55% | - |
| XYZ | 21.7 | 19.76 | 26.71 | - |
| YUV | 125.4 | 135.11 | 139.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 115 | 138 | 0 | 0.18 | 0.02 | 0.45 | 306.92 | 0.1 | 0.5 |
| Hex | 8D | 73 | 8A | 0 | 12 | 2 | 2D | 133 | A | 32 |
| Octal | 215 | 163 | 212 | 0 | 22 | 2 | 55 | 463 | 12 | 62 |
| Binary | 10001101 | 1110011 | 10001010 | 0 | 10010 | 10 | 101101 | 100110011 | 1010 | 110010 |
Color Harmonies of #8D738A
Complementary color
Monochromatic Colors of #8D738A
Black with #8D738A
Text Example
Text Example
White with #8D738A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D738A; }
p { color: rgb(141,115,138); }
H1.HeaderClassName
{
color: #8D738A;
}
.AnyTagClassName
{
color: #8D738A;
}
</style>
background-color css
<style>
a { background-color: #8D738A; }
a { background-color: rgb(141,115,138); }
div.DivClassName
{
background-color: #8D738A;
}
.BgClassName
{
background-color: #8D738A;
}
</style>
border-color css
<style>
span { border-color: #8D738A; }
span { border-color: rgb(141,115,138); }
td.TdClassName
{
border-color: #8D738A;
}
.TagClassName
{
border-color: #8D738A;
}
</style>