Shades of Taupe Grey #8B7886
Tints of Taupe Grey #8B7886
RGB
CMYK
RGB Variations
Color information
#8B7886 (or 0x8B7886) is known color: Taupe Grey. HEX triplet: 8B, 78 and 86. RGB value is (139,120,134). Sum of RGB (Red+Green+Blue) = 139+120+134=393 (52% of max value = 765). Red value is 139 (54.69% from 255 or 35.37% from 393); Green value is 120 (47.27% from 255 or 30.53% from 393); Blue value is 134 (52.73% from 255 or 34.10% from 393); Max value from RGB is 139 - color contains mainly: red. Hex color #8B7886 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8B7886 is #748779. Grayscale: #7F7F7F. Windows color (decimal): -7636858 or 8812683. OLE color: 8812683.
HSL color Cylindrical-coordinate representation of color #8B7886: hue angle of 315.79º degrees, saturation: 0.08, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #8B7886 is Cyan = 0, Magento = 0.14, Yellow = 0.04 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 139 | 120 | 134 | - |
| CMYK | 0 | 0.14 | 0.04 | 0.45 |
| HSL | 315.79º | 0.08% | 0.51% | - |
| HSV(B) | 315.79º | 0.14% | 0.55% | - |
| XYZ | 21.67 | 20.64 | 25.4 | - |
| YUV | 127.28 | 131.79 | 136.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 120 | 134 | 0 | 0.14 | 0.04 | 0.45 | 315.79 | 0.08 | 0.51 |
| Hex | 8B | 78 | 86 | 0 | E | 4 | 2D | 13C | 8 | 33 |
| Octal | 213 | 170 | 206 | 0 | 16 | 4 | 55 | 474 | 10 | 63 |
| Binary | 10001011 | 1111000 | 10000110 | 0 | 1110 | 100 | 101101 | 100111100 | 1000 | 110011 |
Color Harmonies of #8B7886
Complementary color
Monochromatic Colors of #8B7886
Black with #8B7886
Text Example
Text Example
White with #8B7886
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8B7886; }
p { color: rgb(139,120,134); }
H1.HeaderClassName
{
color: #8B7886;
}
.AnyTagClassName
{
color: #8B7886;
}
</style>
background-color css
<style>
a { background-color: #8B7886; }
a { background-color: rgb(139,120,134); }
div.DivClassName
{
background-color: #8B7886;
}
.BgClassName
{
background-color: #8B7886;
}
</style>
border-color css
<style>
span { border-color: #8B7886; }
span { border-color: rgb(139,120,134); }
td.TdClassName
{
border-color: #8B7886;
}
.TagClassName
{
border-color: #8B7886;
}
</style>