Shades of Taupe Grey #888087
Tints of Taupe Grey #888087
RGB
CMYK
RGB Variations
Color information
#888087 (or 0x888087) is known color: Taupe Grey. HEX triplet: 88, 80 and 87. RGB value is (136,128,135). Sum of RGB (Red+Green+Blue) = 136+128+135=399 (52% of max value = 765). Red value is 136 (53.52% from 255 or 34.09% from 399); Green value is 128 (50.39% from 255 or 32.08% from 399); Blue value is 135 (53.12% from 255 or 33.83% from 399); Max value from RGB is 136 - color contains mainly: red. Hex color #888087 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #888087 is #777F78. Grayscale: #838383. Windows color (decimal): -7831417 or 8880264. OLE color: 8880264.
HSL color Cylindrical-coordinate representation of color #888087: hue angle of 307.5º degrees, saturation: 0.03, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #888087 is Cyan = 0, Magento = 0.06, Yellow = 0.01 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 136 | 128 | 135 | - |
| CMYK | 0 | 0.06 | 0.01 | 0.47 |
| HSL | 307.5º | 0.03% | 0.52% | - |
| HSV(B) | 307.5º | 0.06% | 0.53% | - |
| XYZ | 22.25 | 22.42 | 26.08 | - |
| YUV | 131.19 | 130.15 | 131.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 128 | 135 | 0 | 0.06 | 0.01 | 0.47 | 307.5 | 0.03 | 0.52 |
| Hex | 88 | 80 | 87 | 0 | 6 | 1 | 2F | 134 | 3 | 34 |
| Octal | 210 | 200 | 207 | 0 | 6 | 1 | 57 | 464 | 3 | 64 |
| Binary | 10001000 | 10000000 | 10000111 | 0 | 110 | 1 | 101111 | 100110100 | 11 | 110100 |
Color Harmonies of #888087
Complementary color
Monochromatic Colors of #888087
Black with #888087
Text Example
Text Example
White with #888087
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #888087; }
p { color: rgb(136,128,135); }
H1.HeaderClassName
{
color: #888087;
}
.AnyTagClassName
{
color: #888087;
}
</style>
background-color css
<style>
a { background-color: #888087; }
a { background-color: rgb(136,128,135); }
div.DivClassName
{
background-color: #888087;
}
.BgClassName
{
background-color: #888087;
}
</style>
border-color css
<style>
span { border-color: #888087; }
span { border-color: rgb(136,128,135); }
td.TdClassName
{
border-color: #888087;
}
.TagClassName
{
border-color: #888087;
}
</style>