Shades of Taupe Grey #888086
Tints of Taupe Grey #888086
RGB
CMYK
RGB Variations
Color information
#888086 (or 0x888086) is known color: Taupe Grey. HEX triplet: 88, 80 and 86. RGB value is (136,128,134). Sum of RGB (Red+Green+Blue) = 136+128+134=398 (52% of max value = 765). Red value is 136 (53.52% from 255 or 34.17% from 398); Green value is 128 (50.39% from 255 or 32.16% from 398); Blue value is 134 (52.73% from 255 or 33.67% from 398); Max value from RGB is 136 - color contains mainly: red. Hex color #888086 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #888086 is #777F79. Grayscale: #838383. Windows color (decimal): -7831418 or 8814728. OLE color: 8814728.
HSL color Cylindrical-coordinate representation of color #888086: hue angle of 315º 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 #888086 is Cyan = 0, Magento = 0.06, Yellow = 0.01 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 136 | 128 | 134 | - |
| CMYK | 0 | 0.06 | 0.01 | 0.47 |
| HSL | 315º | 0.03% | 0.52% | - |
| HSV(B) | 315º | 0.06% | 0.53% | - |
| XYZ | 22.18 | 22.39 | 25.71 | - |
| YUV | 131.08 | 129.65 | 131.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 128 | 134 | 0 | 0.06 | 0.01 | 0.47 | 315 | 0.03 | 0.52 |
| Hex | 88 | 80 | 86 | 0 | 6 | 1 | 2F | 13B | 3 | 34 |
| Octal | 210 | 200 | 206 | 0 | 6 | 1 | 57 | 473 | 3 | 64 |
| Binary | 10001000 | 10000000 | 10000110 | 0 | 110 | 1 | 101111 | 100111011 | 11 | 110100 |
Color Harmonies of #888086
Complementary color
Monochromatic Colors of #888086
Black with #888086
Text Example
Text Example
White with #888086
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #888086; }
p { color: rgb(136,128,134); }
H1.HeaderClassName
{
color: #888086;
}
.AnyTagClassName
{
color: #888086;
}
</style>
background-color css
<style>
a { background-color: #888086; }
a { background-color: rgb(136,128,134); }
div.DivClassName
{
background-color: #888086;
}
.BgClassName
{
background-color: #888086;
}
</style>
border-color css
<style>
span { border-color: #888086; }
span { border-color: rgb(136,128,134); }
td.TdClassName
{
border-color: #888086;
}
.TagClassName
{
border-color: #888086;
}
</style>