Shades of Taupe Grey #8E7A8B
Tints of Taupe Grey #8E7A8B
RGB
CMYK
RGB Variations
Color information
#8E7A8B (or 0x8E7A8B) is known color: Taupe Grey. HEX triplet: 8E, 7A and 8B. RGB value is (142,122,139). Sum of RGB (Red+Green+Blue) = 142+122+139=403 (53% of max value = 765). Red value is 142 (55.86% from 255 or 35.24% from 403); Green value is 122 (48.05% from 255 or 30.27% from 403); Blue value is 139 (54.69% from 255 or 34.49% from 403); Max value from RGB is 142 - color contains mainly: red. Hex color #8E7A8B is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8E7A8B is #718574. Grayscale: #818181. Windows color (decimal): -7439733 or 9140878. OLE color: 9140878.
HSL color Cylindrical-coordinate representation of color #8E7A8B: hue angle of 309º degrees, saturation: 0.08, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #8E7A8B is Cyan = 0, Magento = 0.14, Yellow = 0.02 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 142 | 122 | 139 | - |
| CMYK | 0 | 0.14 | 0.02 | 0.44 |
| HSL | 309º | 0.08% | 0.52% | - |
| HSV(B) | 309º | 0.14% | 0.56% | - |
| XYZ | 22.78 | 21.53 | 27.38 | - |
| YUV | 129.92 | 133.13 | 136.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 122 | 139 | 0 | 0.14 | 0.02 | 0.44 | 309 | 0.08 | 0.52 |
| Hex | 8E | 7A | 8B | 0 | E | 2 | 2C | 135 | 8 | 34 |
| Octal | 216 | 172 | 213 | 0 | 16 | 2 | 54 | 465 | 10 | 64 |
| Binary | 10001110 | 1111010 | 10001011 | 0 | 1110 | 10 | 101100 | 100110101 | 1000 | 110100 |
Color Harmonies of #8E7A8B
Complementary color
Monochromatic Colors of #8E7A8B
Black with #8E7A8B
Text Example
Text Example
White with #8E7A8B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8E7A8B; }
p { color: rgb(142,122,139); }
H1.HeaderClassName
{
color: #8E7A8B;
}
.AnyTagClassName
{
color: #8E7A8B;
}
</style>
background-color css
<style>
a { background-color: #8E7A8B; }
a { background-color: rgb(142,122,139); }
div.DivClassName
{
background-color: #8E7A8B;
}
.BgClassName
{
background-color: #8E7A8B;
}
</style>
border-color css
<style>
span { border-color: #8E7A8B; }
span { border-color: rgb(142,122,139); }
td.TdClassName
{
border-color: #8E7A8B;
}
.TagClassName
{
border-color: #8E7A8B;
}
</style>