Shades of Taupe Grey #8B7884
Tints of Taupe Grey #8B7884
RGB
CMYK
RGB Variations
Color information
#8B7884 (or 0x8B7884) is known color: Taupe Grey. HEX triplet: 8B, 78 and 84. RGB value is (139,120,132). Sum of RGB (Red+Green+Blue) = 139+120+132=391 (51% of max value = 765). Red value is 139 (54.69% from 255 or 35.55% from 391); Green value is 120 (47.27% from 255 or 30.69% from 391); Blue value is 132 (51.95% from 255 or 33.76% from 391); Max value from RGB is 139 - color contains mainly: red. Hex color #8B7884 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8B7884 is #74877B. Grayscale: #7F7F7F. Windows color (decimal): -7636860 or 8681611. OLE color: 8681611.
HSL color Cylindrical-coordinate representation of color #8B7884: hue angle of 322.11º 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 #8B7884 is Cyan = 0, Magento = 0.14, Yellow = 0.05 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 139 | 120 | 132 | - |
| CMYK | 0 | 0.14 | 0.05 | 0.45 |
| HSL | 322.11º | 0.08% | 0.51% | - |
| HSV(B) | 322.11º | 0.14% | 0.55% | - |
| XYZ | 21.53 | 20.59 | 24.67 | - |
| YUV | 127.05 | 130.79 | 136.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 120 | 132 | 0 | 0.14 | 0.05 | 0.45 | 322.11 | 0.08 | 0.51 |
| Hex | 8B | 78 | 84 | 0 | E | 5 | 2D | 142 | 8 | 33 |
| Octal | 213 | 170 | 204 | 0 | 16 | 5 | 55 | 502 | 10 | 63 |
| Binary | 10001011 | 1111000 | 10000100 | 0 | 1110 | 101 | 101101 | 101000010 | 1000 | 110011 |
Color Harmonies of #8B7884
Complementary color
Monochromatic Colors of #8B7884
Black with #8B7884
Text Example
Text Example
White with #8B7884
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8B7884; }
p { color: rgb(139,120,132); }
H1.HeaderClassName
{
color: #8B7884;
}
.AnyTagClassName
{
color: #8B7884;
}
</style>
background-color css
<style>
a { background-color: #8B7884; }
a { background-color: rgb(139,120,132); }
div.DivClassName
{
background-color: #8B7884;
}
.BgClassName
{
background-color: #8B7884;
}
</style>
border-color css
<style>
span { border-color: #8B7884; }
span { border-color: rgb(139,120,132); }
td.TdClassName
{
border-color: #8B7884;
}
.TagClassName
{
border-color: #8B7884;
}
</style>