Shades of Taupe Grey #8B7A86
Tints of Taupe Grey #8B7A86
RGB
CMYK
RGB Variations
Color information
#8B7A86 (or 0x8B7A86) is known color: Taupe Grey. HEX triplet: 8B, 7A and 86. RGB value is (139,122,134). Sum of RGB (Red+Green+Blue) = 139+122+134=395 (52% of max value = 765). Red value is 139 (54.69% from 255 or 35.19% from 395); Green value is 122 (48.05% from 255 or 30.89% from 395); Blue value is 134 (52.73% from 255 or 33.92% from 395); Max value from RGB is 139 - color contains mainly: red. Hex color #8B7A86 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8B7A86 is #748579. Grayscale: #808080. Windows color (decimal): -7636346 or 8813195. OLE color: 8813195.
HSL color Cylindrical-coordinate representation of color #8B7A86: hue angle of 317.65º degrees, saturation: 0.07, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #8B7A86 is Cyan = 0, Magento = 0.12, Yellow = 0.04 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 139 | 122 | 134 | - |
| CMYK | 0 | 0.12 | 0.04 | 0.45 |
| HSL | 317.65º | 0.07% | 0.51% | - |
| HSV(B) | 317.65º | 0.12% | 0.55% | - |
| XYZ | 21.91 | 21.13 | 25.48 | - |
| YUV | 128.45 | 131.13 | 135.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 122 | 134 | 0 | 0.12 | 0.04 | 0.45 | 317.65 | 0.07 | 0.51 |
| Hex | 8B | 7A | 86 | 0 | C | 4 | 2D | 13E | 7 | 33 |
| Octal | 213 | 172 | 206 | 0 | 14 | 4 | 55 | 476 | 7 | 63 |
| Binary | 10001011 | 1111010 | 10000110 | 0 | 1100 | 100 | 101101 | 100111110 | 111 | 110011 |
Color Harmonies of #8B7A86
Complementary color
Monochromatic Colors of #8B7A86
Black with #8B7A86
Text Example
Text Example
White with #8B7A86
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8B7A86; }
p { color: rgb(139,122,134); }
H1.HeaderClassName
{
color: #8B7A86;
}
.AnyTagClassName
{
color: #8B7A86;
}
</style>
background-color css
<style>
a { background-color: #8B7A86; }
a { background-color: rgb(139,122,134); }
div.DivClassName
{
background-color: #8B7A86;
}
.BgClassName
{
background-color: #8B7A86;
}
</style>
border-color css
<style>
span { border-color: #8B7A86; }
span { border-color: rgb(139,122,134); }
td.TdClassName
{
border-color: #8B7A86;
}
.TagClassName
{
border-color: #8B7A86;
}
</style>