Shades of Taupe Grey #8B858A
Tints of Taupe Grey #8B858A
RGB
CMYK
RGB Variations
Color information
#8B858A (or 0x8B858A) is known color: Taupe Grey. HEX triplet: 8B, 85 and 8A. RGB value is (139,133,138). Sum of RGB (Red+Green+Blue) = 139+133+138=410 (54% of max value = 765). Red value is 139 (54.69% from 255 or 33.90% from 410); Green value is 133 (52.34% from 255 or 32.44% from 410); Blue value is 138 (54.30% from 255 or 33.66% from 410); Max value from RGB is 139 - color contains mainly: red. Hex color #8B858A is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8B858A is #747A75. Grayscale: #878787. Windows color (decimal): -7633526 or 9078155. OLE color: 9078155.
HSL color Cylindrical-coordinate representation of color #8B858A: hue angle of 310º 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 #8B858A is Cyan = 0, Magento = 0.04, Yellow = 0.01 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 139 | 133 | 138 | - |
| CMYK | 0 | 0.04 | 0.01 | 0.45 |
| HSL | 310º | 0.03% | 0.53% | - |
| HSV(B) | 310º | 0.04% | 0.55% | - |
| XYZ | 23.62 | 24.1 | 27.45 | - |
| YUV | 135.36 | 129.49 | 130.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 133 | 138 | 0 | 0.04 | 0.01 | 0.45 | 310 | 0.03 | 0.53 |
| Hex | 8B | 85 | 8A | 0 | 4 | 1 | 2D | 136 | 3 | 35 |
| Octal | 213 | 205 | 212 | 0 | 4 | 1 | 55 | 466 | 3 | 65 |
| Binary | 10001011 | 10000101 | 10001010 | 0 | 100 | 1 | 101101 | 100110110 | 11 | 110101 |
Color Harmonies of #8B858A
Complementary color
Monochromatic Colors of #8B858A
Black with #8B858A
Text Example
Text Example
White with #8B858A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8B858A; }
p { color: rgb(139,133,138); }
H1.HeaderClassName
{
color: #8B858A;
}
.AnyTagClassName
{
color: #8B858A;
}
</style>
background-color css
<style>
a { background-color: #8B858A; }
a { background-color: rgb(139,133,138); }
div.DivClassName
{
background-color: #8B858A;
}
.BgClassName
{
background-color: #8B858A;
}
</style>
border-color css
<style>
span { border-color: #8B858A; }
span { border-color: rgb(139,133,138); }
td.TdClassName
{
border-color: #8B858A;
}
.TagClassName
{
border-color: #8B858A;
}
</style>