Shades of Taupe Grey #8E7E8B
Tints of Taupe Grey #8E7E8B
RGB
CMYK
RGB Variations
Color information
#8E7E8B (or 0x8E7E8B) is known color: Taupe Grey. HEX triplet: 8E, 7E and 8B. RGB value is (142,126,139). Sum of RGB (Red+Green+Blue) = 142+126+139=407 (53% of max value = 765). Red value is 142 (55.86% from 255 or 34.89% from 407); Green value is 126 (49.61% from 255 or 30.96% from 407); Blue value is 139 (54.69% from 255 or 34.15% from 407); Max value from RGB is 142 - color contains mainly: red. Hex color #8E7E8B is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8E7E8B is #718174. Grayscale: #848484. Windows color (decimal): -7438709 or 9141902. OLE color: 9141902.
HSL color Cylindrical-coordinate representation of color #8E7E8B: hue angle of 311.25º degrees, saturation: 0.07, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #8E7E8B is Cyan = 0, Magento = 0.11, Yellow = 0.02 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 142 | 126 | 139 | - |
| CMYK | 0 | 0.11 | 0.02 | 0.44 |
| HSL | 311.25º | 0.07% | 0.53% | - |
| HSV(B) | 311.25º | 0.11% | 0.56% | - |
| XYZ | 23.28 | 22.54 | 27.55 | - |
| YUV | 132.27 | 131.8 | 134.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 126 | 139 | 0 | 0.11 | 0.02 | 0.44 | 311.25 | 0.07 | 0.53 |
| Hex | 8E | 7E | 8B | 0 | B | 2 | 2C | 137 | 7 | 35 |
| Octal | 216 | 176 | 213 | 0 | 13 | 2 | 54 | 467 | 7 | 65 |
| Binary | 10001110 | 1111110 | 10001011 | 0 | 1011 | 10 | 101100 | 100110111 | 111 | 110101 |
Color Harmonies of #8E7E8B
Complementary color
Monochromatic Colors of #8E7E8B
Black with #8E7E8B
Text Example
Text Example
White with #8E7E8B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8E7E8B; }
p { color: rgb(142,126,139); }
H1.HeaderClassName
{
color: #8E7E8B;
}
.AnyTagClassName
{
color: #8E7E8B;
}
</style>
background-color css
<style>
a { background-color: #8E7E8B; }
a { background-color: rgb(142,126,139); }
div.DivClassName
{
background-color: #8E7E8B;
}
.BgClassName
{
background-color: #8E7E8B;
}
</style>
border-color css
<style>
span { border-color: #8E7E8B; }
span { border-color: rgb(142,126,139); }
td.TdClassName
{
border-color: #8E7E8B;
}
.TagClassName
{
border-color: #8E7E8B;
}
</style>