Shades of Taupe Grey #8D748A
Tints of Taupe Grey #8D748A
RGB
CMYK
RGB Variations
Color information
#8D748A (or 0x8D748A) is known color: Taupe Grey. HEX triplet: 8D, 74 and 8A. RGB value is (141,116,138). Sum of RGB (Red+Green+Blue) = 141+116+138=395 (52% of max value = 765). Red value is 141 (55.47% from 255 or 35.70% from 395); Green value is 116 (45.70% from 255 or 29.37% from 395); Blue value is 138 (54.30% from 255 or 34.94% from 395); Max value from RGB is 141 - color contains mainly: red. Hex color #8D748A is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8D748A is #728B75. Grayscale: #7D7D7D. Windows color (decimal): -7506806 or 9073805. OLE color: 9073805.
HSL color Cylindrical-coordinate representation of color #8D748A: hue angle of 307.2º 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 #8D748A is Cyan = 0, Magento = 0.18, Yellow = 0.02 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 141 | 116 | 138 | - |
| CMYK | 0 | 0.18 | 0.02 | 0.45 |
| HSL | 307.2º | 0.1% | 0.5% | - |
| HSV(B) | 307.2º | 0.18% | 0.55% | - |
| XYZ | 21.82 | 19.99 | 26.75 | - |
| YUV | 125.98 | 134.78 | 138.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 116 | 138 | 0 | 0.18 | 0.02 | 0.45 | 307.2 | 0.1 | 0.5 |
| Hex | 8D | 74 | 8A | 0 | 12 | 2 | 2D | 133 | A | 32 |
| Octal | 215 | 164 | 212 | 0 | 22 | 2 | 55 | 463 | 12 | 62 |
| Binary | 10001101 | 1110100 | 10001010 | 0 | 10010 | 10 | 101101 | 100110011 | 1010 | 110010 |
Color Harmonies of #8D748A
Complementary color
Monochromatic Colors of #8D748A
Black with #8D748A
Text Example
Text Example
White with #8D748A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D748A; }
p { color: rgb(141,116,138); }
H1.HeaderClassName
{
color: #8D748A;
}
.AnyTagClassName
{
color: #8D748A;
}
</style>
background-color css
<style>
a { background-color: #8D748A; }
a { background-color: rgb(141,116,138); }
div.DivClassName
{
background-color: #8D748A;
}
.BgClassName
{
background-color: #8D748A;
}
</style>
border-color css
<style>
span { border-color: #8D748A; }
span { border-color: rgb(141,116,138); }
td.TdClassName
{
border-color: #8D748A;
}
.TagClassName
{
border-color: #8D748A;
}
</style>