Shades of Taupe Grey #8C7D88
Tints of Taupe Grey #8C7D88
RGB
CMYK
RGB Variations
Color information
#8C7D88 (or 0x8C7D88) is known color: Taupe Grey. HEX triplet: 8C, 7D and 88. RGB value is (140,125,136). Sum of RGB (Red+Green+Blue) = 140+125+136=401 (53% of max value = 765). Red value is 140 (55.08% from 255 or 34.91% from 401); Green value is 125 (49.22% from 255 or 31.17% from 401); Blue value is 136 (53.52% from 255 or 33.92% from 401); Max value from RGB is 140 - color contains mainly: red. Hex color #8C7D88 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8C7D88 is #738277. Grayscale: #828282. Windows color (decimal): -7570040 or 8945036. OLE color: 8945036.
HSL color Cylindrical-coordinate representation of color #8C7D88: hue angle of 316º degrees, saturation: 0.06, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #8C7D88 is Cyan = 0, Magento = 0.11, Yellow = 0.03 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 140 | 125 | 136 | - |
| CMYK | 0 | 0.11 | 0.03 | 0.45 |
| HSL | 316º | 0.06% | 0.52% | - |
| HSV(B) | 316º | 0.11% | 0.55% | - |
| XYZ | 22.59 | 22.02 | 26.35 | - |
| YUV | 130.74 | 130.97 | 134.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 125 | 136 | 0 | 0.11 | 0.03 | 0.45 | 316 | 0.06 | 0.52 |
| Hex | 8C | 7D | 88 | 0 | B | 3 | 2D | 13C | 6 | 34 |
| Octal | 214 | 175 | 210 | 0 | 13 | 3 | 55 | 474 | 6 | 64 |
| Binary | 10001100 | 1111101 | 10001000 | 0 | 1011 | 11 | 101101 | 100111100 | 110 | 110100 |
Color Harmonies of #8C7D88
Complementary color
Monochromatic Colors of #8C7D88
Black with #8C7D88
Text Example
Text Example
White with #8C7D88
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C7D88; }
p { color: rgb(140,125,136); }
H1.HeaderClassName
{
color: #8C7D88;
}
.AnyTagClassName
{
color: #8C7D88;
}
</style>
background-color css
<style>
a { background-color: #8C7D88; }
a { background-color: rgb(140,125,136); }
div.DivClassName
{
background-color: #8C7D88;
}
.BgClassName
{
background-color: #8C7D88;
}
</style>
border-color css
<style>
span { border-color: #8C7D88; }
span { border-color: rgb(140,125,136); }
td.TdClassName
{
border-color: #8C7D88;
}
.TagClassName
{
border-color: #8C7D88;
}
</style>