Shades of Taupe Grey #8B858B
Tints of Taupe Grey #8B858B
RGB
CMYK
RGB Variations
Color information
#8B858B (or 0x8B858B) is known color: Taupe Grey. HEX triplet: 8B, 85 and 8B. RGB value is (139,133,139). Sum of RGB (Red+Green+Blue) = 139+133+139=411 (54% of max value = 765). Red value is 139 (54.69% from 255 or 33.82% from 411); Green value is 133 (52.34% from 255 or 32.36% from 411); Blue value is 139 (54.69% from 255 or 33.82% from 411); Max value from RGB is 139 - color contains mainly: red, blue. Hex color #8B858B is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8B858B is #747A74. Grayscale: #878787. Windows color (decimal): -7633525 or 9143691. OLE color: 9143691.
HSL color Cylindrical-coordinate representation of color #8B858B: 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.04%. Process color model (Four color, CMYK) of #8B858B is Cyan = 0, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 139 | 133 | 139 | - |
| CMYK | 0 | 0.04 | 0 | 0.45 |
| HSL | 300º | 0.03% | 0.53% | - |
| HSV(B) | 300º | 0.04% | 0.55% | - |
| XYZ | 23.7 | 24.13 | 27.83 | - |
| YUV | 135.48 | 129.99 | 130.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 133 | 139 | 0 | 0.04 | 0 | 0.45 | 300 | 0.03 | 0.53 |
| Hex | 8B | 85 | 8B | 0 | 4 | 0 | 2D | 12C | 3 | 35 |
| Octal | 213 | 205 | 213 | 0 | 4 | 0 | 55 | 454 | 3 | 65 |
| Binary | 10001011 | 10000101 | 10001011 | 0 | 100 | 0 | 101101 | 100101100 | 11 | 110101 |
Color Harmonies of #8B858B
Complementary color
Monochromatic Colors of #8B858B
Black with #8B858B
Text Example
Text Example
White with #8B858B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8B858B; }
p { color: rgb(139,133,139); }
H1.HeaderClassName
{
color: #8B858B;
}
.AnyTagClassName
{
color: #8B858B;
}
</style>
background-color css
<style>
a { background-color: #8B858B; }
a { background-color: rgb(139,133,139); }
div.DivClassName
{
background-color: #8B858B;
}
.BgClassName
{
background-color: #8B858B;
}
</style>
border-color css
<style>
span { border-color: #8B858B; }
span { border-color: rgb(139,133,139); }
td.TdClassName
{
border-color: #8B858B;
}
.TagClassName
{
border-color: #8B858B;
}
</style>