Shades of Taupe Grey #887B87
Tints of Taupe Grey #887B87
RGB
CMYK
RGB Variations
Color information
#887B87 (or 0x887B87) is known color: Taupe Grey. HEX triplet: 88, 7B and 87. RGB value is (136,123,135). Sum of RGB (Red+Green+Blue) = 136+123+135=394 (52% of max value = 765). Red value is 136 (53.52% from 255 or 34.52% from 394); Green value is 123 (48.44% from 255 or 31.22% from 394); Blue value is 135 (53.12% from 255 or 34.26% from 394); Max value from RGB is 136 - color contains mainly: red. Hex color #887B87 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #887B87 is #778478. Grayscale: #808080. Windows color (decimal): -7832697 or 8878984. OLE color: 8878984.
HSL color Cylindrical-coordinate representation of color #887B87: hue angle of 304.62º degrees, saturation: 0.05, 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 #887B87 is Cyan = 0, Magento = 0.10, Yellow = 0.01 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 136 | 123 | 135 | - |
| CMYK | 0 | 0.10 | 0.01 | 0.47 |
| HSL | 304.62º | 0.05% | 0.51% | - |
| HSV(B) | 304.62º | 0.1% | 0.53% | - |
| XYZ | 21.61 | 21.15 | 25.86 | - |
| YUV | 128.26 | 131.81 | 133.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 123 | 135 | 0 | 0.10 | 0.01 | 0.47 | 304.62 | 0.05 | 0.51 |
| Hex | 88 | 7B | 87 | 0 | A | 1 | 2F | 131 | 5 | 33 |
| Octal | 210 | 173 | 207 | 0 | 12 | 1 | 57 | 461 | 5 | 63 |
| Binary | 10001000 | 1111011 | 10000111 | 0 | 1010 | 1 | 101111 | 100110001 | 101 | 110011 |
Color Harmonies of #887B87
Complementary color
Monochromatic Colors of #887B87
Black with #887B87
Text Example
Text Example
White with #887B87
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #887B87; }
p { color: rgb(136,123,135); }
H1.HeaderClassName
{
color: #887B87;
}
.AnyTagClassName
{
color: #887B87;
}
</style>
background-color css
<style>
a { background-color: #887B87; }
a { background-color: rgb(136,123,135); }
div.DivClassName
{
background-color: #887B87;
}
.BgClassName
{
background-color: #887B87;
}
</style>
border-color css
<style>
span { border-color: #887B87; }
span { border-color: rgb(136,123,135); }
td.TdClassName
{
border-color: #887B87;
}
.TagClassName
{
border-color: #887B87;
}
</style>