Shades of Taupe Grey #8B848B
Tints of Taupe Grey #8B848B
RGB
CMYK
RGB Variations
Color information
#8B848B (or 0x8B848B) is known color: Taupe Grey. HEX triplet: 8B, 84 and 8B. RGB value is (139,132,139). Sum of RGB (Red+Green+Blue) = 139+132+139=410 (54% of max value = 765). Red value is 139 (54.69% from 255 or 33.90% from 410); Green value is 132 (51.95% from 255 or 32.20% from 410); Blue value is 139 (54.69% from 255 or 33.90% from 410); Max value from RGB is 139 - color contains mainly: red, blue. Hex color #8B848B is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8B848B is #747B74. Grayscale: #868686. Windows color (decimal): -7633781 or 9143435. OLE color: 9143435.
HSL color Cylindrical-coordinate representation of color #8B848B: hue angle of 300º 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 #8B848B is Cyan = 0, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 139 | 132 | 139 | - |
| CMYK | 0 | 0.05 | 0 | 0.45 |
| HSL | 300º | 0.03% | 0.53% | - |
| HSV(B) | 300º | 0.05% | 0.55% | - |
| XYZ | 23.56 | 23.86 | 27.79 | - |
| YUV | 134.89 | 130.32 | 130.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 132 | 139 | 0 | 0.05 | 0 | 0.45 | 300 | 0.03 | 0.53 |
| Hex | 8B | 84 | 8B | 0 | 5 | 0 | 2D | 12C | 3 | 35 |
| Octal | 213 | 204 | 213 | 0 | 5 | 0 | 55 | 454 | 3 | 65 |
| Binary | 10001011 | 10000100 | 10001011 | 0 | 101 | 0 | 101101 | 100101100 | 11 | 110101 |
Color Harmonies of #8B848B
Complementary color
Monochromatic Colors of #8B848B
Black with #8B848B
Text Example
Text Example
White with #8B848B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8B848B; }
p { color: rgb(139,132,139); }
H1.HeaderClassName
{
color: #8B848B;
}
.AnyTagClassName
{
color: #8B848B;
}
</style>
background-color css
<style>
a { background-color: #8B848B; }
a { background-color: rgb(139,132,139); }
div.DivClassName
{
background-color: #8B848B;
}
.BgClassName
{
background-color: #8B848B;
}
</style>
border-color css
<style>
span { border-color: #8B848B; }
span { border-color: rgb(139,132,139); }
td.TdClassName
{
border-color: #8B848B;
}
.TagClassName
{
border-color: #8B848B;
}
</style>