Shades of Taupe Grey #888687
Tints of Taupe Grey #888687
RGB
CMYK
RGB Variations
Color information
#888687 (or 0x888687) is known color: Taupe Grey. HEX triplet: 88, 86 and 87. RGB value is (136,134,135). Sum of RGB (Red+Green+Blue) = 136+134+135=405 (53% of max value = 765). Red value is 136 (53.52% from 255 or 33.58% from 405); Green value is 134 (52.73% from 255 or 33.09% from 405); Blue value is 135 (53.12% from 255 or 33.33% from 405); Max value from RGB is 136 - color contains mainly: red. Hex color #888687 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #888687 is #777978. Grayscale: #868686. Windows color (decimal): -7829881 or 8881800. OLE color: 8881800.
HSL color Cylindrical-coordinate representation of color #888687: hue angle of 330º degrees, saturation: 0.01, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.01%. Process color model (Four color, CMYK) of #888687 is Cyan = 0, Magento = 0.01, Yellow = 0.01 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 136 | 134 | 135 | - |
| CMYK | 0 | 0.01 | 0.01 | 0.47 |
| HSL | 330º | 0.01% | 0.53% | - |
| HSV(B) | 330º | 0.01% | 0.53% | - |
| XYZ | 23.05 | 24.03 | 26.35 | - |
| YUV | 134.71 | 128.16 | 128.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 134 | 135 | 0 | 0.01 | 0.01 | 0.47 | 330 | 0.01 | 0.53 |
| Hex | 88 | 86 | 87 | 0 | 1 | 1 | 2F | 14A | 1 | 35 |
| Octal | 210 | 206 | 207 | 0 | 1 | 1 | 57 | 512 | 1 | 65 |
| Binary | 10001000 | 10000110 | 10000111 | 0 | 1 | 1 | 101111 | 101001010 | 1 | 110101 |
Color Harmonies of #888687
Complementary color
Monochromatic Colors of #888687
Black with #888687
Text Example
Text Example
White with #888687
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #888687; }
p { color: rgb(136,134,135); }
H1.HeaderClassName
{
color: #888687;
}
.AnyTagClassName
{
color: #888687;
}
</style>
background-color css
<style>
a { background-color: #888687; }
a { background-color: rgb(136,134,135); }
div.DivClassName
{
background-color: #888687;
}
.BgClassName
{
background-color: #888687;
}
</style>
border-color css
<style>
span { border-color: #888687; }
span { border-color: rgb(136,134,135); }
td.TdClassName
{
border-color: #888687;
}
.TagClassName
{
border-color: #888687;
}
</style>