Shades of Taupe Grey #888587
Tints of Taupe Grey #888587
RGB
CMYK
RGB Variations
Color information
#888587 (or 0x888587) is known color: Taupe Grey. HEX triplet: 88, 85 and 87. RGB value is (136,133,135). Sum of RGB (Red+Green+Blue) = 136+133+135=404 (53% of max value = 765). Red value is 136 (53.52% from 255 or 33.66% from 404); Green value is 133 (52.34% from 255 or 32.92% from 404); Blue value is 135 (53.12% from 255 or 33.42% from 404); Max value from RGB is 136 - color contains mainly: red. Hex color #888587 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #888587 is #777A78. Grayscale: #868686. Windows color (decimal): -7830137 or 8881544. OLE color: 8881544.
HSL color Cylindrical-coordinate representation of color #888587: hue angle of 320º degrees, saturation: 0.01, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.02%. Process color model (Four color, CMYK) of #888587 is Cyan = 0, Magento = 0.02, Yellow = 0.01 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 136 | 133 | 135 | - |
| CMYK | 0 | 0.02 | 0.01 | 0.47 |
| HSL | 320º | 0.01% | 0.53% | - |
| HSV(B) | 320º | 0.02% | 0.53% | - |
| XYZ | 22.91 | 23.76 | 26.3 | - |
| YUV | 134.13 | 128.49 | 129.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 133 | 135 | 0 | 0.02 | 0.01 | 0.47 | 320 | 0.01 | 0.53 |
| Hex | 88 | 85 | 87 | 0 | 2 | 1 | 2F | 140 | 1 | 35 |
| Octal | 210 | 205 | 207 | 0 | 2 | 1 | 57 | 500 | 1 | 65 |
| Binary | 10001000 | 10000101 | 10000111 | 0 | 10 | 1 | 101111 | 101000000 | 1 | 110101 |
Color Harmonies of #888587
Complementary color
Monochromatic Colors of #888587
Black with #888587
Text Example
Text Example
White with #888587
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #888587; }
p { color: rgb(136,133,135); }
H1.HeaderClassName
{
color: #888587;
}
.AnyTagClassName
{
color: #888587;
}
</style>
background-color css
<style>
a { background-color: #888587; }
a { background-color: rgb(136,133,135); }
div.DivClassName
{
background-color: #888587;
}
.BgClassName
{
background-color: #888587;
}
</style>
border-color css
<style>
span { border-color: #888587; }
span { border-color: rgb(136,133,135); }
td.TdClassName
{
border-color: #888587;
}
.TagClassName
{
border-color: #888587;
}
</style>