Shades of Taupe Grey #887A87
Tints of Taupe Grey #887A87
RGB
CMYK
RGB Variations
Color information
#887A87 (or 0x887A87) is known color: Taupe Grey. HEX triplet: 88, 7A and 87. RGB value is (136,122,135). Sum of RGB (Red+Green+Blue) = 136+122+135=393 (52% of max value = 765). Red value is 136 (53.52% from 255 or 34.61% from 393); Green value is 122 (48.05% from 255 or 31.04% from 393); Blue value is 135 (53.12% from 255 or 34.35% from 393); Max value from RGB is 136 - color contains mainly: red. Hex color #887A87 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #887A87 is #778578. Grayscale: #7F7F7F. Windows color (decimal): -7832953 or 8878728. OLE color: 8878728.
HSL color Cylindrical-coordinate representation of color #887A87: hue angle of 304.29º degrees, saturation: 0.06, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #887A87 is Cyan = 0, Magento = 0.10, Yellow = 0.01 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 136 | 122 | 135 | - |
| CMYK | 0 | 0.10 | 0.01 | 0.47 |
| HSL | 304.29º | 0.06% | 0.51% | - |
| HSV(B) | 304.29º | 0.1% | 0.53% | - |
| XYZ | 21.49 | 20.9 | 25.82 | - |
| YUV | 127.67 | 132.14 | 133.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 122 | 135 | 0 | 0.10 | 0.01 | 0.47 | 304.29 | 0.06 | 0.51 |
| Hex | 88 | 7A | 87 | 0 | A | 1 | 2F | 130 | 6 | 33 |
| Octal | 210 | 172 | 207 | 0 | 12 | 1 | 57 | 460 | 6 | 63 |
| Binary | 10001000 | 1111010 | 10000111 | 0 | 1010 | 1 | 101111 | 100110000 | 110 | 110011 |
Color Harmonies of #887A87
Complementary color
Monochromatic Colors of #887A87
Black with #887A87
Text Example
Text Example
White with #887A87
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #887A87; }
p { color: rgb(136,122,135); }
H1.HeaderClassName
{
color: #887A87;
}
.AnyTagClassName
{
color: #887A87;
}
</style>
background-color css
<style>
a { background-color: #887A87; }
a { background-color: rgb(136,122,135); }
div.DivClassName
{
background-color: #887A87;
}
.BgClassName
{
background-color: #887A87;
}
</style>
border-color css
<style>
span { border-color: #887A87; }
span { border-color: rgb(136,122,135); }
td.TdClassName
{
border-color: #887A87;
}
.TagClassName
{
border-color: #887A87;
}
</style>