Shades of Taupe Grey #8B7E89
Tints of Taupe Grey #8B7E89
RGB
CMYK
RGB Variations
Color information
#8B7E89 (or 0x8B7E89) is known color: Taupe Grey. HEX triplet: 8B, 7E and 89. RGB value is (139,126,137). Sum of RGB (Red+Green+Blue) = 139+126+137=402 (53% of max value = 765). Red value is 139 (54.69% from 255 or 34.58% from 402); Green value is 126 (49.61% from 255 or 31.34% from 402); Blue value is 137 (53.91% from 255 or 34.08% from 402); Max value from RGB is 139 - color contains mainly: red. Hex color #8B7E89 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8B7E89 is #748176. Grayscale: #838383. Windows color (decimal): -7635319 or 9010827. OLE color: 9010827.
HSL color Cylindrical-coordinate representation of color #8B7E89: hue angle of 309.23º degrees, saturation: 0.05, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #8B7E89 is Cyan = 0, Magento = 0.09, Yellow = 0.01 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 139 | 126 | 137 | - |
| CMYK | 0 | 0.09 | 0.01 | 0.45 |
| HSL | 309.23º | 0.05% | 0.52% | - |
| HSV(B) | 309.23º | 0.09% | 0.55% | - |
| XYZ | 22.62 | 22.22 | 26.76 | - |
| YUV | 131.14 | 131.31 | 133.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 126 | 137 | 0 | 0.09 | 0.01 | 0.45 | 309.23 | 0.05 | 0.52 |
| Hex | 8B | 7E | 89 | 0 | 9 | 1 | 2D | 135 | 5 | 34 |
| Octal | 213 | 176 | 211 | 0 | 11 | 1 | 55 | 465 | 5 | 64 |
| Binary | 10001011 | 1111110 | 10001001 | 0 | 1001 | 1 | 101101 | 100110101 | 101 | 110100 |
Color Harmonies of #8B7E89
Complementary color
Monochromatic Colors of #8B7E89
Black with #8B7E89
Text Example
Text Example
White with #8B7E89
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8B7E89; }
p { color: rgb(139,126,137); }
H1.HeaderClassName
{
color: #8B7E89;
}
.AnyTagClassName
{
color: #8B7E89;
}
</style>
background-color css
<style>
a { background-color: #8B7E89; }
a { background-color: rgb(139,126,137); }
div.DivClassName
{
background-color: #8B7E89;
}
.BgClassName
{
background-color: #8B7E89;
}
</style>
border-color css
<style>
span { border-color: #8B7E89; }
span { border-color: rgb(139,126,137); }
td.TdClassName
{
border-color: #8B7E89;
}
.TagClassName
{
border-color: #8B7E89;
}
</style>