Shades of Taupe Grey #8B8287
Tints of Taupe Grey #8B8287
RGB
CMYK
RGB Variations
Color information
#8B8287 (or 0x8B8287) is known color: Taupe Grey. HEX triplet: 8B, 82 and 87. RGB value is (139,130,135). Sum of RGB (Red+Green+Blue) = 139+130+135=404 (53% of max value = 765). Red value is 139 (54.69% from 255 or 34.41% from 404); Green value is 130 (51.17% from 255 or 32.18% from 404); Blue value is 135 (53.12% from 255 or 33.42% from 404); Max value from RGB is 139 - color contains mainly: red. Hex color #8B8287 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8B8287 is #747D78. Grayscale: #858585. Windows color (decimal): -7634297 or 8880779. OLE color: 8880779.
HSL color Cylindrical-coordinate representation of color #8B8287: hue angle of 326.67º 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 #8B8287 is Cyan = 0, Magento = 0.06, Yellow = 0.03 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 139 | 130 | 135 | - |
| CMYK | 0 | 0.06 | 0.03 | 0.45 |
| HSL | 326.67º | 0.04% | 0.53% | - |
| HSV(B) | 326.67º | 0.06% | 0.55% | - |
| XYZ | 23 | 23.2 | 26.19 | - |
| YUV | 133.26 | 128.98 | 132.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 130 | 135 | 0 | 0.06 | 0.03 | 0.45 | 326.67 | 0.04 | 0.53 |
| Hex | 8B | 82 | 87 | 0 | 6 | 3 | 2D | 147 | 4 | 35 |
| Octal | 213 | 202 | 207 | 0 | 6 | 3 | 55 | 507 | 4 | 65 |
| Binary | 10001011 | 10000010 | 10000111 | 0 | 110 | 11 | 101101 | 101000111 | 100 | 110101 |
Color Harmonies of #8B8287
Complementary color
Monochromatic Colors of #8B8287
Black with #8B8287
Text Example
Text Example
White with #8B8287
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8B8287; }
p { color: rgb(139,130,135); }
H1.HeaderClassName
{
color: #8B8287;
}
.AnyTagClassName
{
color: #8B8287;
}
</style>
background-color css
<style>
a { background-color: #8B8287; }
a { background-color: rgb(139,130,135); }
div.DivClassName
{
background-color: #8B8287;
}
.BgClassName
{
background-color: #8B8287;
}
</style>
border-color css
<style>
span { border-color: #8B8287; }
span { border-color: rgb(139,130,135); }
td.TdClassName
{
border-color: #8B8287;
}
.TagClassName
{
border-color: #8B8287;
}
</style>