Shades of Taupe Grey #8C7E86
Tints of Taupe Grey #8C7E86
RGB
CMYK
RGB Variations
Color information
#8C7E86 (or 0x8C7E86) is known color: Taupe Grey. HEX triplet: 8C, 7E and 86. RGB value is (140,126,134). Sum of RGB (Red+Green+Blue) = 140+126+134=400 (52% of max value = 765). Red value is 140 (55.08% from 255 or 35% from 400); Green value is 126 (49.61% from 255 or 31.5% from 400); Blue value is 134 (52.73% from 255 or 33.5% from 400); Max value from RGB is 140 - color contains mainly: red. Hex color #8C7E86 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8C7E86 is #738179. Grayscale: #838383. Windows color (decimal): -7569786 or 8814220. OLE color: 8814220.
HSL color Cylindrical-coordinate representation of color #8C7E86: hue angle of 325.71º degrees, saturation: 0.06, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #8C7E86 is Cyan = 0, Magento = 0.10, Yellow = 0.04 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 140 | 126 | 134 | - |
| CMYK | 0 | 0.10 | 0.04 | 0.45 |
| HSL | 325.71º | 0.06% | 0.52% | - |
| HSV(B) | 325.71º | 0.1% | 0.55% | - |
| XYZ | 22.58 | 22.22 | 25.65 | - |
| YUV | 131.1 | 129.64 | 134.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 126 | 134 | 0 | 0.10 | 0.04 | 0.45 | 325.71 | 0.06 | 0.52 |
| Hex | 8C | 7E | 86 | 0 | A | 4 | 2D | 146 | 6 | 34 |
| Octal | 214 | 176 | 206 | 0 | 12 | 4 | 55 | 506 | 6 | 64 |
| Binary | 10001100 | 1111110 | 10000110 | 0 | 1010 | 100 | 101101 | 101000110 | 110 | 110100 |
Color Harmonies of #8C7E86
Complementary color
Monochromatic Colors of #8C7E86
Black with #8C7E86
Text Example
Text Example
White with #8C7E86
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C7E86; }
p { color: rgb(140,126,134); }
H1.HeaderClassName
{
color: #8C7E86;
}
.AnyTagClassName
{
color: #8C7E86;
}
</style>
background-color css
<style>
a { background-color: #8C7E86; }
a { background-color: rgb(140,126,134); }
div.DivClassName
{
background-color: #8C7E86;
}
.BgClassName
{
background-color: #8C7E86;
}
</style>
border-color css
<style>
span { border-color: #8C7E86; }
span { border-color: rgb(140,126,134); }
td.TdClassName
{
border-color: #8C7E86;
}
.TagClassName
{
border-color: #8C7E86;
}
</style>