Shades of Taupe Grey #8B7E86
Tints of Taupe Grey #8B7E86
RGB
CMYK
RGB Variations
Color information
#8B7E86 (or 0x8B7E86) is known color: Taupe Grey. HEX triplet: 8B, 7E and 86. RGB value is (139,126,134). Sum of RGB (Red+Green+Blue) = 139+126+134=399 (52% of max value = 765). Red value is 139 (54.69% from 255 or 34.84% from 399); Green value is 126 (49.61% from 255 or 31.58% from 399); Blue value is 134 (52.73% from 255 or 33.58% from 399); Max value from RGB is 139 - color contains mainly: red. Hex color #8B7E86 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8B7E86 is #748179. Grayscale: #828282. Windows color (decimal): -7635322 or 8814219. OLE color: 8814219.
HSL color Cylindrical-coordinate representation of color #8B7E86: hue angle of 323.08º degrees, saturation: 0.05, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #8B7E86 is Cyan = 0, Magento = 0.09, Yellow = 0.04 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 139 | 126 | 134 | - |
| CMYK | 0 | 0.09 | 0.04 | 0.45 |
| HSL | 323.08º | 0.05% | 0.52% | - |
| HSV(B) | 323.08º | 0.09% | 0.55% | - |
| XYZ | 22.41 | 22.13 | 25.64 | - |
| YUV | 130.8 | 129.81 | 133.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 126 | 134 | 0 | 0.09 | 0.04 | 0.45 | 323.08 | 0.05 | 0.52 |
| Hex | 8B | 7E | 86 | 0 | 9 | 4 | 2D | 143 | 5 | 34 |
| Octal | 213 | 176 | 206 | 0 | 11 | 4 | 55 | 503 | 5 | 64 |
| Binary | 10001011 | 1111110 | 10000110 | 0 | 1001 | 100 | 101101 | 101000011 | 101 | 110100 |
Color Harmonies of #8B7E86
Complementary color
Monochromatic Colors of #8B7E86
Black with #8B7E86
Text Example
Text Example
White with #8B7E86
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8B7E86; }
p { color: rgb(139,126,134); }
H1.HeaderClassName
{
color: #8B7E86;
}
.AnyTagClassName
{
color: #8B7E86;
}
</style>
background-color css
<style>
a { background-color: #8B7E86; }
a { background-color: rgb(139,126,134); }
div.DivClassName
{
background-color: #8B7E86;
}
.BgClassName
{
background-color: #8B7E86;
}
</style>
border-color css
<style>
span { border-color: #8B7E86; }
span { border-color: rgb(139,126,134); }
td.TdClassName
{
border-color: #8B7E86;
}
.TagClassName
{
border-color: #8B7E86;
}
</style>