Shades of Taupe Grey #8C7288
Tints of Taupe Grey #8C7288
RGB
CMYK
RGB Variations
Color information
#8C7288 (or 0x8C7288) is known color: Taupe Grey. HEX triplet: 8C, 72 and 88. RGB value is (140,114,136). Sum of RGB (Red+Green+Blue) = 140+114+136=390 (51% of max value = 765). Red value is 140 (55.08% from 255 or 35.90% from 390); Green value is 114 (44.92% from 255 or 29.23% from 390); Blue value is 136 (53.52% from 255 or 34.87% from 390); Max value from RGB is 140 - color contains mainly: red. Hex color #8C7288 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8C7288 is #738D77. Grayscale: #7C7C7C. Windows color (decimal): -7572856 or 8942220. OLE color: 8942220.
HSL color Cylindrical-coordinate representation of color #8C7288: hue angle of 309.23º degrees, saturation: 0.1, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #8C7288 is Cyan = 0, Magento = 0.19, Yellow = 0.03 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 140 | 114 | 136 | - |
| CMYK | 0 | 0.19 | 0.03 | 0.45 |
| HSL | 309.23º | 0.1% | 0.5% | - |
| HSV(B) | 309.23º | 0.19% | 0.55% | - |
| XYZ | 21.28 | 19.39 | 25.91 | - |
| YUV | 124.28 | 134.61 | 139.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 114 | 136 | 0 | 0.19 | 0.03 | 0.45 | 309.23 | 0.1 | 0.5 |
| Hex | 8C | 72 | 88 | 0 | 13 | 3 | 2D | 135 | A | 32 |
| Octal | 214 | 162 | 210 | 0 | 23 | 3 | 55 | 465 | 12 | 62 |
| Binary | 10001100 | 1110010 | 10001000 | 0 | 10011 | 11 | 101101 | 100110101 | 1010 | 110010 |
Color Harmonies of #8C7288
Complementary color
Monochromatic Colors of #8C7288
Black with #8C7288
Text Example
Text Example
White with #8C7288
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C7288; }
p { color: rgb(140,114,136); }
H1.HeaderClassName
{
color: #8C7288;
}
.AnyTagClassName
{
color: #8C7288;
}
</style>
background-color css
<style>
a { background-color: #8C7288; }
a { background-color: rgb(140,114,136); }
div.DivClassName
{
background-color: #8C7288;
}
.BgClassName
{
background-color: #8C7288;
}
</style>
border-color css
<style>
span { border-color: #8C7288; }
span { border-color: rgb(140,114,136); }
td.TdClassName
{
border-color: #8C7288;
}
.TagClassName
{
border-color: #8C7288;
}
</style>