Shades of Taupe Grey #8C7387
Tints of Taupe Grey #8C7387
RGB
CMYK
RGB Variations
Color information
#8C7387 (or 0x8C7387) is known color: Taupe Grey. HEX triplet: 8C, 73 and 87. RGB value is (140,115,135). Sum of RGB (Red+Green+Blue) = 140+115+135=390 (51% of max value = 765). Red value is 140 (55.08% from 255 or 35.90% from 390); Green value is 115 (45.31% from 255 or 29.49% from 390); Blue value is 135 (53.12% from 255 or 34.62% from 390); Max value from RGB is 140 - color contains mainly: red. Hex color #8C7387 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8C7387 is #738C78. Grayscale: #7C7C7C. Windows color (decimal): -7572601 or 8876940. OLE color: 8876940.
HSL color Cylindrical-coordinate representation of color #8C7387: hue angle of 312º 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 #8C7387 is Cyan = 0, Magento = 0.18, Yellow = 0.04 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 140 | 115 | 135 | - |
| CMYK | 0 | 0.18 | 0.04 | 0.45 |
| HSL | 312º | 0.1% | 0.5% | - |
| HSV(B) | 312º | 0.18% | 0.55% | - |
| XYZ | 21.32 | 19.59 | 25.58 | - |
| YUV | 124.76 | 133.78 | 138.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 115 | 135 | 0 | 0.18 | 0.04 | 0.45 | 312 | 0.1 | 0.5 |
| Hex | 8C | 73 | 87 | 0 | 12 | 4 | 2D | 138 | A | 32 |
| Octal | 214 | 163 | 207 | 0 | 22 | 4 | 55 | 470 | 12 | 62 |
| Binary | 10001100 | 1110011 | 10000111 | 0 | 10010 | 100 | 101101 | 100111000 | 1010 | 110010 |
Color Harmonies of #8C7387
Complementary color
Monochromatic Colors of #8C7387
Black with #8C7387
Text Example
Text Example
White with #8C7387
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C7387; }
p { color: rgb(140,115,135); }
H1.HeaderClassName
{
color: #8C7387;
}
.AnyTagClassName
{
color: #8C7387;
}
</style>
background-color css
<style>
a { background-color: #8C7387; }
a { background-color: rgb(140,115,135); }
div.DivClassName
{
background-color: #8C7387;
}
.BgClassName
{
background-color: #8C7387;
}
</style>
border-color css
<style>
span { border-color: #8C7387; }
span { border-color: rgb(140,115,135); }
td.TdClassName
{
border-color: #8C7387;
}
.TagClassName
{
border-color: #8C7387;
}
</style>