Shades of Taupe Grey #8B7387
Tints of Taupe Grey #8B7387
RGB
CMYK
RGB Variations
Color information
#8B7387 (or 0x8B7387) is known color: Taupe Grey. HEX triplet: 8B, 73 and 87. RGB value is (139,115,135). Sum of RGB (Red+Green+Blue) = 139+115+135=389 (51% of max value = 765). Red value is 139 (54.69% from 255 or 35.73% from 389); Green value is 115 (45.31% from 255 or 29.56% from 389); Blue value is 135 (53.12% from 255 or 34.70% from 389); Max value from RGB is 139 - color contains mainly: red. Hex color #8B7387 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8B7387 is #748C78. Grayscale: #7C7C7C. Windows color (decimal): -7638137 or 8876939. OLE color: 8876939.
HSL color Cylindrical-coordinate representation of color #8B7387: hue angle of 310º degrees, saturation: 0.09, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #8B7387 is Cyan = 0, Magento = 0.17, Yellow = 0.03 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 139 | 115 | 135 | - |
| CMYK | 0 | 0.17 | 0.03 | 0.45 |
| HSL | 310º | 0.09% | 0.5% | - |
| HSV(B) | 310º | 0.17% | 0.55% | - |
| XYZ | 21.15 | 19.5 | 25.57 | - |
| YUV | 124.46 | 133.95 | 138.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 115 | 135 | 0 | 0.17 | 0.03 | 0.45 | 310 | 0.09 | 0.5 |
| Hex | 8B | 73 | 87 | 0 | 11 | 3 | 2D | 136 | 9 | 32 |
| Octal | 213 | 163 | 207 | 0 | 21 | 3 | 55 | 466 | 11 | 62 |
| Binary | 10001011 | 1110011 | 10000111 | 0 | 10001 | 11 | 101101 | 100110110 | 1001 | 110010 |
Color Harmonies of #8B7387
Complementary color
Monochromatic Colors of #8B7387
Black with #8B7387
Text Example
Text Example
White with #8B7387
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8B7387; }
p { color: rgb(139,115,135); }
H1.HeaderClassName
{
color: #8B7387;
}
.AnyTagClassName
{
color: #8B7387;
}
</style>
background-color css
<style>
a { background-color: #8B7387; }
a { background-color: rgb(139,115,135); }
div.DivClassName
{
background-color: #8B7387;
}
.BgClassName
{
background-color: #8B7387;
}
</style>
border-color css
<style>
span { border-color: #8B7387; }
span { border-color: rgb(139,115,135); }
td.TdClassName
{
border-color: #8B7387;
}
.TagClassName
{
border-color: #8B7387;
}
</style>