Shades of Taupe Grey #8B8289
Tints of Taupe Grey #8B8289
RGB
CMYK
RGB Variations
Color information
#8B8289 (or 0x8B8289) is known color: Taupe Grey. HEX triplet: 8B, 82 and 89. RGB value is (139,130,137). Sum of RGB (Red+Green+Blue) = 139+130+137=406 (53% of max value = 765). Red value is 139 (54.69% from 255 or 34.24% from 406); Green value is 130 (51.17% from 255 or 32.02% from 406); Blue value is 137 (53.91% from 255 or 33.74% from 406); Max value from RGB is 139 - color contains mainly: red. Hex color #8B8289 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8B8289 is #747D76. Grayscale: #858585. Windows color (decimal): -7634295 or 9011851. OLE color: 9011851.
HSL color Cylindrical-coordinate representation of color #8B8289: hue angle of 313.33º degrees, saturation: 0.04, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #8B8289 is Cyan = 0, Magento = 0.06, Yellow = 0.01 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 139 | 130 | 137 | - |
| CMYK | 0 | 0.06 | 0.01 | 0.45 |
| HSL | 313.33º | 0.04% | 0.53% | - |
| HSV(B) | 313.33º | 0.06% | 0.55% | - |
| XYZ | 23.15 | 23.26 | 26.94 | - |
| YUV | 133.49 | 129.98 | 131.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 130 | 137 | 0 | 0.06 | 0.01 | 0.45 | 313.33 | 0.04 | 0.53 |
| Hex | 8B | 82 | 89 | 0 | 6 | 1 | 2D | 139 | 4 | 35 |
| Octal | 213 | 202 | 211 | 0 | 6 | 1 | 55 | 471 | 4 | 65 |
| Binary | 10001011 | 10000010 | 10001001 | 0 | 110 | 1 | 101101 | 100111001 | 100 | 110101 |
Color Harmonies of #8B8289
Complementary color
Monochromatic Colors of #8B8289
Black with #8B8289
Text Example
Text Example
White with #8B8289
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8B8289; }
p { color: rgb(139,130,137); }
H1.HeaderClassName
{
color: #8B8289;
}
.AnyTagClassName
{
color: #8B8289;
}
</style>
background-color css
<style>
a { background-color: #8B8289; }
a { background-color: rgb(139,130,137); }
div.DivClassName
{
background-color: #8B8289;
}
.BgClassName
{
background-color: #8B8289;
}
</style>
border-color css
<style>
span { border-color: #8B8289; }
span { border-color: rgb(139,130,137); }
td.TdClassName
{
border-color: #8B8289;
}
.TagClassName
{
border-color: #8B8289;
}
</style>