Shades of Taupe Grey #8E788B
Tints of Taupe Grey #8E788B
RGB
CMYK
RGB Variations
Color information
#8E788B (or 0x8E788B) is known color: Taupe Grey. HEX triplet: 8E, 78 and 8B. RGB value is (142,120,139). Sum of RGB (Red+Green+Blue) = 142+120+139=401 (53% of max value = 765). Red value is 142 (55.86% from 255 or 35.41% from 401); Green value is 120 (47.27% from 255 or 29.93% from 401); Blue value is 139 (54.69% from 255 or 34.66% from 401); Max value from RGB is 142 - color contains mainly: red. Hex color #8E788B is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8E788B is #718774. Grayscale: #808080. Windows color (decimal): -7440245 or 9140366. OLE color: 9140366.
HSL color Cylindrical-coordinate representation of color #8E788B: hue angle of 308.18º degrees, saturation: 0.09, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #8E788B is Cyan = 0, Magento = 0.15, Yellow = 0.02 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 142 | 120 | 139 | - |
| CMYK | 0 | 0.15 | 0.02 | 0.44 |
| HSL | 308.18º | 0.09% | 0.51% | - |
| HSV(B) | 308.18º | 0.15% | 0.56% | - |
| XYZ | 22.53 | 21.05 | 27.3 | - |
| YUV | 128.74 | 133.79 | 137.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 120 | 139 | 0 | 0.15 | 0.02 | 0.44 | 308.18 | 0.09 | 0.51 |
| Hex | 8E | 78 | 8B | 0 | F | 2 | 2C | 134 | 9 | 33 |
| Octal | 216 | 170 | 213 | 0 | 17 | 2 | 54 | 464 | 11 | 63 |
| Binary | 10001110 | 1111000 | 10001011 | 0 | 1111 | 10 | 101100 | 100110100 | 1001 | 110011 |
Color Harmonies of #8E788B
Complementary color
Monochromatic Colors of #8E788B
Black with #8E788B
Text Example
Text Example
White with #8E788B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8E788B; }
p { color: rgb(142,120,139); }
H1.HeaderClassName
{
color: #8E788B;
}
.AnyTagClassName
{
color: #8E788B;
}
</style>
background-color css
<style>
a { background-color: #8E788B; }
a { background-color: rgb(142,120,139); }
div.DivClassName
{
background-color: #8E788B;
}
.BgClassName
{
background-color: #8E788B;
}
</style>
border-color css
<style>
span { border-color: #8E788B; }
span { border-color: rgb(142,120,139); }
td.TdClassName
{
border-color: #8E788B;
}
.TagClassName
{
border-color: #8E788B;
}
</style>