Shades of Taupe Grey #8B8488
Tints of Taupe Grey #8B8488
RGB
CMYK
RGB Variations
Color information
#8B8488 (or 0x8B8488) is known color: Taupe Grey. HEX triplet: 8B, 84 and 88. RGB value is (139,132,136). Sum of RGB (Red+Green+Blue) = 139+132+136=407 (53% of max value = 765). Red value is 139 (54.69% from 255 or 34.15% from 407); Green value is 132 (51.95% from 255 or 32.43% from 407); Blue value is 136 (53.52% from 255 or 33.42% from 407); Max value from RGB is 139 - color contains mainly: red. Hex color #8B8488 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8B8488 is #747B77. Grayscale: #868686. Windows color (decimal): -7633784 or 8946827. OLE color: 8946827.
HSL color Cylindrical-coordinate representation of color #8B8488: hue angle of 325.71º degrees, saturation: 0.03, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #8B8488 is Cyan = 0, Magento = 0.05, Yellow = 0.02 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 139 | 132 | 136 | - |
| CMYK | 0 | 0.05 | 0.02 | 0.45 |
| HSL | 325.71º | 0.03% | 0.53% | - |
| HSV(B) | 325.71º | 0.05% | 0.55% | - |
| XYZ | 23.34 | 23.77 | 26.65 | - |
| YUV | 134.55 | 128.82 | 131.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 132 | 136 | 0 | 0.05 | 0.02 | 0.45 | 325.71 | 0.03 | 0.53 |
| Hex | 8B | 84 | 88 | 0 | 5 | 2 | 2D | 146 | 3 | 35 |
| Octal | 213 | 204 | 210 | 0 | 5 | 2 | 55 | 506 | 3 | 65 |
| Binary | 10001011 | 10000100 | 10001000 | 0 | 101 | 10 | 101101 | 101000110 | 11 | 110101 |
Color Harmonies of #8B8488
Complementary color
Monochromatic Colors of #8B8488
Black with #8B8488
Text Example
Text Example
White with #8B8488
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8B8488; }
p { color: rgb(139,132,136); }
H1.HeaderClassName
{
color: #8B8488;
}
.AnyTagClassName
{
color: #8B8488;
}
</style>
background-color css
<style>
a { background-color: #8B8488; }
a { background-color: rgb(139,132,136); }
div.DivClassName
{
background-color: #8B8488;
}
.BgClassName
{
background-color: #8B8488;
}
</style>
border-color css
<style>
span { border-color: #8B8488; }
span { border-color: rgb(139,132,136); }
td.TdClassName
{
border-color: #8B8488;
}
.TagClassName
{
border-color: #8B8488;
}
</style>