Shades of Taupe Grey #888487
Tints of Taupe Grey #888487
RGB
CMYK
RGB Variations
Color information
#888487 (or 0x888487) is known color: Taupe Grey. HEX triplet: 88, 84 and 87. RGB value is (136,132,135). Sum of RGB (Red+Green+Blue) = 136+132+135=403 (53% of max value = 765). Red value is 136 (53.52% from 255 or 33.75% from 403); Green value is 132 (51.95% from 255 or 32.75% from 403); Blue value is 135 (53.12% from 255 or 33.50% from 403); Max value from RGB is 136 - color contains mainly: red. Hex color #888487 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #888487 is #777B78. Grayscale: #858585. Windows color (decimal): -7830393 or 8881288. OLE color: 8881288.
HSL color Cylindrical-coordinate representation of color #888487: hue angle of 315º degrees, saturation: 0.02, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.03%. Process color model (Four color, CMYK) of #888487 is Cyan = 0, Magento = 0.03, Yellow = 0.01 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 136 | 132 | 135 | - |
| CMYK | 0 | 0.03 | 0.01 | 0.47 |
| HSL | 315º | 0.02% | 0.53% | - |
| HSV(B) | 315º | 0.03% | 0.53% | - |
| XYZ | 22.78 | 23.49 | 26.25 | - |
| YUV | 133.54 | 128.83 | 129.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 132 | 135 | 0 | 0.03 | 0.01 | 0.47 | 315 | 0.02 | 0.53 |
| Hex | 88 | 84 | 87 | 0 | 3 | 1 | 2F | 13B | 2 | 35 |
| Octal | 210 | 204 | 207 | 0 | 3 | 1 | 57 | 473 | 2 | 65 |
| Binary | 10001000 | 10000100 | 10000111 | 0 | 11 | 1 | 101111 | 100111011 | 10 | 110101 |
Color Harmonies of #888487
Complementary color
Monochromatic Colors of #888487
Black with #888487
Text Example
Text Example
White with #888487
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #888487; }
p { color: rgb(136,132,135); }
H1.HeaderClassName
{
color: #888487;
}
.AnyTagClassName
{
color: #888487;
}
</style>
background-color css
<style>
a { background-color: #888487; }
a { background-color: rgb(136,132,135); }
div.DivClassName
{
background-color: #888487;
}
.BgClassName
{
background-color: #888487;
}
</style>
border-color css
<style>
span { border-color: #888487; }
span { border-color: rgb(136,132,135); }
td.TdClassName
{
border-color: #888487;
}
.TagClassName
{
border-color: #888487;
}
</style>