Shades of Taupe Grey #8B7B89
Tints of Taupe Grey #8B7B89
RGB
CMYK
RGB Variations
Color information
#8B7B89 (or 0x8B7B89) is known color: Taupe Grey. HEX triplet: 8B, 7B and 89. RGB value is (139,123,137). Sum of RGB (Red+Green+Blue) = 139+123+137=399 (52% of max value = 765). Red value is 139 (54.69% from 255 or 34.84% from 399); Green value is 123 (48.44% from 255 or 30.83% from 399); Blue value is 137 (53.91% from 255 or 34.34% from 399); Max value from RGB is 139 - color contains mainly: red. Hex color #8B7B89 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8B7B89 is #748476. Grayscale: #818181. Windows color (decimal): -7636087 or 9010059. OLE color: 9010059.
HSL color Cylindrical-coordinate representation of color #8B7B89: hue angle of 307.5º degrees, saturation: 0.06, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #8B7B89 is Cyan = 0, Magento = 0.12, Yellow = 0.01 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 139 | 123 | 137 | - |
| CMYK | 0 | 0.12 | 0.01 | 0.45 |
| HSL | 307.5º | 0.06% | 0.51% | - |
| HSV(B) | 307.5º | 0.12% | 0.55% | - |
| XYZ | 22.25 | 21.46 | 26.64 | - |
| YUV | 129.38 | 132.3 | 134.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 123 | 137 | 0 | 0.12 | 0.01 | 0.45 | 307.5 | 0.06 | 0.51 |
| Hex | 8B | 7B | 89 | 0 | C | 1 | 2D | 134 | 6 | 33 |
| Octal | 213 | 173 | 211 | 0 | 14 | 1 | 55 | 464 | 6 | 63 |
| Binary | 10001011 | 1111011 | 10001001 | 0 | 1100 | 1 | 101101 | 100110100 | 110 | 110011 |
Color Harmonies of #8B7B89
Complementary color
Monochromatic Colors of #8B7B89
Black with #8B7B89
Text Example
Text Example
White with #8B7B89
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8B7B89; }
p { color: rgb(139,123,137); }
H1.HeaderClassName
{
color: #8B7B89;
}
.AnyTagClassName
{
color: #8B7B89;
}
</style>
background-color css
<style>
a { background-color: #8B7B89; }
a { background-color: rgb(139,123,137); }
div.DivClassName
{
background-color: #8B7B89;
}
.BgClassName
{
background-color: #8B7B89;
}
</style>
border-color css
<style>
span { border-color: #8B7B89; }
span { border-color: rgb(139,123,137); }
td.TdClassName
{
border-color: #8B7B89;
}
.TagClassName
{
border-color: #8B7B89;
}
</style>