Shades of Taupe Grey #8B7889
Tints of Taupe Grey #8B7889
RGB
CMYK
RGB Variations
Color information
#8B7889 (or 0x8B7889) is known color: Taupe Grey. HEX triplet: 8B, 78 and 89. RGB value is (139,120,137). Sum of RGB (Red+Green+Blue) = 139+120+137=396 (52% of max value = 765). Red value is 139 (54.69% from 255 or 35.10% from 396); Green value is 120 (47.27% from 255 or 30.30% from 396); Blue value is 137 (53.91% from 255 or 34.60% from 396); Max value from RGB is 139 - color contains mainly: red. Hex color #8B7889 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8B7889 is #748776. Grayscale: #7F7F7F. Windows color (decimal): -7636855 or 9009291. OLE color: 9009291.
HSL color Cylindrical-coordinate representation of color #8B7889: hue angle of 306.32º degrees, saturation: 0.08, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #8B7889 is Cyan = 0, Magento = 0.14, Yellow = 0.01 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 139 | 120 | 137 | - |
| CMYK | 0 | 0.14 | 0.01 | 0.45 |
| HSL | 306.32º | 0.08% | 0.51% | - |
| HSV(B) | 306.32º | 0.14% | 0.55% | - |
| XYZ | 21.88 | 20.73 | 26.51 | - |
| YUV | 127.62 | 133.29 | 136.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 120 | 137 | 0 | 0.14 | 0.01 | 0.45 | 306.32 | 0.08 | 0.51 |
| Hex | 8B | 78 | 89 | 0 | E | 1 | 2D | 132 | 8 | 33 |
| Octal | 213 | 170 | 211 | 0 | 16 | 1 | 55 | 462 | 10 | 63 |
| Binary | 10001011 | 1111000 | 10001001 | 0 | 1110 | 1 | 101101 | 100110010 | 1000 | 110011 |
Color Harmonies of #8B7889
Complementary color
Monochromatic Colors of #8B7889
Black with #8B7889
Text Example
Text Example
White with #8B7889
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8B7889; }
p { color: rgb(139,120,137); }
H1.HeaderClassName
{
color: #8B7889;
}
.AnyTagClassName
{
color: #8B7889;
}
</style>
background-color css
<style>
a { background-color: #8B7889; }
a { background-color: rgb(139,120,137); }
div.DivClassName
{
background-color: #8B7889;
}
.BgClassName
{
background-color: #8B7889;
}
</style>
border-color css
<style>
span { border-color: #8B7889; }
span { border-color: rgb(139,120,137); }
td.TdClassName
{
border-color: #8B7889;
}
.TagClassName
{
border-color: #8B7889;
}
</style>