Shades of Taupe Grey #8D748B
Tints of Taupe Grey #8D748B
RGB
CMYK
RGB Variations
Color information
#8D748B (or 0x8D748B) is known color: Taupe Grey. HEX triplet: 8D, 74 and 8B. RGB value is (141,116,139). Sum of RGB (Red+Green+Blue) = 141+116+139=396 (52% of max value = 765). Red value is 141 (55.47% from 255 or 35.61% from 396); Green value is 116 (45.70% from 255 or 29.29% from 396); Blue value is 139 (54.69% from 255 or 35.10% from 396); Max value from RGB is 141 - color contains mainly: red. Hex color #8D748B is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8D748B is #728B74. Grayscale: #7E7E7E. Windows color (decimal): -7506805 or 9139341. OLE color: 9139341.
HSL color Cylindrical-coordinate representation of color #8D748B: hue angle of 304.8º 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 #8D748B is Cyan = 0, Magento = 0.18, Yellow = 0.01 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 141 | 116 | 139 | - |
| CMYK | 0 | 0.18 | 0.01 | 0.45 |
| HSL | 304.8º | 0.1% | 0.5% | - |
| HSV(B) | 304.8º | 0.18% | 0.55% | - |
| XYZ | 21.89 | 20.02 | 27.14 | - |
| YUV | 126.1 | 135.28 | 138.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 116 | 139 | 0 | 0.18 | 0.01 | 0.45 | 304.8 | 0.1 | 0.5 |
| Hex | 8D | 74 | 8B | 0 | 12 | 1 | 2D | 131 | A | 32 |
| Octal | 215 | 164 | 213 | 0 | 22 | 1 | 55 | 461 | 12 | 62 |
| Binary | 10001101 | 1110100 | 10001011 | 0 | 10010 | 1 | 101101 | 100110001 | 1010 | 110010 |
Color Harmonies of #8D748B
Complementary color
Monochromatic Colors of #8D748B
Black with #8D748B
Text Example
Text Example
White with #8D748B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D748B; }
p { color: rgb(141,116,139); }
H1.HeaderClassName
{
color: #8D748B;
}
.AnyTagClassName
{
color: #8D748B;
}
</style>
background-color css
<style>
a { background-color: #8D748B; }
a { background-color: rgb(141,116,139); }
div.DivClassName
{
background-color: #8D748B;
}
.BgClassName
{
background-color: #8D748B;
}
</style>
border-color css
<style>
span { border-color: #8D748B; }
span { border-color: rgb(141,116,139); }
td.TdClassName
{
border-color: #8D748B;
}
.TagClassName
{
border-color: #8D748B;
}
</style>