Shades of Taupe Grey #8B8089
Tints of Taupe Grey #8B8089
RGB
CMYK
RGB Variations
Color information
#8B8089 (or 0x8B8089) is known color: Taupe Grey. HEX triplet: 8B, 80 and 89. RGB value is (139,128,137). Sum of RGB (Red+Green+Blue) = 139+128+137=404 (53% of max value = 765). Red value is 139 (54.69% from 255 or 34.41% from 404); Green value is 128 (50.39% from 255 or 31.68% from 404); Blue value is 137 (53.91% from 255 or 33.91% from 404); Max value from RGB is 139 - color contains mainly: red. Hex color #8B8089 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8B8089 is #747F76. Grayscale: #848484. Windows color (decimal): -7634807 or 9011339. OLE color: 9011339.
HSL color Cylindrical-coordinate representation of color #8B8089: hue angle of 310.91º degrees, saturation: 0.05, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #8B8089 is Cyan = 0, Magento = 0.08, Yellow = 0.01 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 139 | 128 | 137 | - |
| CMYK | 0 | 0.08 | 0.01 | 0.45 |
| HSL | 310.91º | 0.05% | 0.52% | - |
| HSV(B) | 310.91º | 0.08% | 0.55% | - |
| XYZ | 22.88 | 22.73 | 26.85 | - |
| YUV | 132.32 | 130.64 | 132.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 128 | 137 | 0 | 0.08 | 0.01 | 0.45 | 310.91 | 0.05 | 0.52 |
| Hex | 8B | 80 | 89 | 0 | 8 | 1 | 2D | 137 | 5 | 34 |
| Octal | 213 | 200 | 211 | 0 | 10 | 1 | 55 | 467 | 5 | 64 |
| Binary | 10001011 | 10000000 | 10001001 | 0 | 1000 | 1 | 101101 | 100110111 | 101 | 110100 |
Color Harmonies of #8B8089
Complementary color
Monochromatic Colors of #8B8089
Black with #8B8089
Text Example
Text Example
White with #8B8089
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8B8089; }
p { color: rgb(139,128,137); }
H1.HeaderClassName
{
color: #8B8089;
}
.AnyTagClassName
{
color: #8B8089;
}
</style>
background-color css
<style>
a { background-color: #8B8089; }
a { background-color: rgb(139,128,137); }
div.DivClassName
{
background-color: #8B8089;
}
.BgClassName
{
background-color: #8B8089;
}
</style>
border-color css
<style>
span { border-color: #8B8089; }
span { border-color: rgb(139,128,137); }
td.TdClassName
{
border-color: #8B8089;
}
.TagClassName
{
border-color: #8B8089;
}
</style>