Shades of Taupe Grey #8C7388
Tints of Taupe Grey #8C7388
RGB
CMYK
RGB Variations
Color information
#8C7388 (or 0x8C7388) is known color: Taupe Grey. HEX triplet: 8C, 73 and 88. RGB value is (140,115,136). Sum of RGB (Red+Green+Blue) = 140+115+136=391 (51% of max value = 765). Red value is 140 (55.08% from 255 or 35.81% from 391); Green value is 115 (45.31% from 255 or 29.41% from 391); Blue value is 136 (53.52% from 255 or 34.78% from 391); Max value from RGB is 140 - color contains mainly: red. Hex color #8C7388 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8C7388 is #738C77. Grayscale: #7C7C7C. Windows color (decimal): -7572600 or 8942476. OLE color: 8942476.
HSL color Cylindrical-coordinate representation of color #8C7388: hue angle of 309.6º 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 #8C7388 is Cyan = 0, Magento = 0.18, Yellow = 0.03 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 140 | 115 | 136 | - |
| CMYK | 0 | 0.18 | 0.03 | 0.45 |
| HSL | 309.6º | 0.1% | 0.5% | - |
| HSV(B) | 309.6º | 0.18% | 0.55% | - |
| XYZ | 21.39 | 19.61 | 25.95 | - |
| YUV | 124.87 | 134.28 | 138.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 115 | 136 | 0 | 0.18 | 0.03 | 0.45 | 309.6 | 0.1 | 0.5 |
| Hex | 8C | 73 | 88 | 0 | 12 | 3 | 2D | 136 | A | 32 |
| Octal | 214 | 163 | 210 | 0 | 22 | 3 | 55 | 466 | 12 | 62 |
| Binary | 10001100 | 1110011 | 10001000 | 0 | 10010 | 11 | 101101 | 100110110 | 1010 | 110010 |
Color Harmonies of #8C7388
Complementary color
Monochromatic Colors of #8C7388
Black with #8C7388
Text Example
Text Example
White with #8C7388
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C7388; }
p { color: rgb(140,115,136); }
H1.HeaderClassName
{
color: #8C7388;
}
.AnyTagClassName
{
color: #8C7388;
}
</style>
background-color css
<style>
a { background-color: #8C7388; }
a { background-color: rgb(140,115,136); }
div.DivClassName
{
background-color: #8C7388;
}
.BgClassName
{
background-color: #8C7388;
}
</style>
border-color css
<style>
span { border-color: #8C7388; }
span { border-color: rgb(140,115,136); }
td.TdClassName
{
border-color: #8C7388;
}
.TagClassName
{
border-color: #8C7388;
}
</style>