Shades of Taupe Grey #8E778B
Tints of Taupe Grey #8E778B
RGB
CMYK
RGB Variations
Color information
#8E778B (or 0x8E778B) is known color: Taupe Grey. HEX triplet: 8E, 77 and 8B. RGB value is (142,119,139). Sum of RGB (Red+Green+Blue) = 142+119+139=400 (52% of max value = 765). Red value is 142 (55.86% from 255 or 35.5% from 400); Green value is 119 (46.88% from 255 or 29.75% from 400); Blue value is 139 (54.69% from 255 or 34.75% from 400); Max value from RGB is 142 - color contains mainly: red. Hex color #8E778B is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8E778B is #718874. Grayscale: #808080. Windows color (decimal): -7440501 or 9140110. OLE color: 9140110.
HSL color Cylindrical-coordinate representation of color #8E778B: hue angle of 307.83º degrees, saturation: 0.09, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #8E778B is Cyan = 0, Magento = 0.16, Yellow = 0.02 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 142 | 119 | 139 | - |
| CMYK | 0 | 0.16 | 0.02 | 0.44 |
| HSL | 307.83º | 0.09% | 0.51% | - |
| HSV(B) | 307.83º | 0.16% | 0.56% | - |
| XYZ | 22.41 | 20.81 | 27.26 | - |
| YUV | 128.16 | 134.12 | 137.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 119 | 139 | 0 | 0.16 | 0.02 | 0.44 | 307.83 | 0.09 | 0.51 |
| Hex | 8E | 77 | 8B | 0 | 10 | 2 | 2C | 134 | 9 | 33 |
| Octal | 216 | 167 | 213 | 0 | 20 | 2 | 54 | 464 | 11 | 63 |
| Binary | 10001110 | 1110111 | 10001011 | 0 | 10000 | 10 | 101100 | 100110100 | 1001 | 110011 |
Color Harmonies of #8E778B
Complementary color
Monochromatic Colors of #8E778B
Black with #8E778B
Text Example
Text Example
White with #8E778B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8E778B; }
p { color: rgb(142,119,139); }
H1.HeaderClassName
{
color: #8E778B;
}
.AnyTagClassName
{
color: #8E778B;
}
</style>
background-color css
<style>
a { background-color: #8E778B; }
a { background-color: rgb(142,119,139); }
div.DivClassName
{
background-color: #8E778B;
}
.BgClassName
{
background-color: #8E778B;
}
</style>
border-color css
<style>
span { border-color: #8E778B; }
span { border-color: rgb(142,119,139); }
td.TdClassName
{
border-color: #8E778B;
}
.TagClassName
{
border-color: #8E778B;
}
</style>