Shades of Taupe Grey #888688
Tints of Taupe Grey #888688
RGB
CMYK
RGB Variations
Color information
#888688 (or 0x888688) is known color: Taupe Grey. HEX triplet: 88, 86 and 88. RGB value is (136,134,136). Sum of RGB (Red+Green+Blue) = 136+134+136=406 (53% of max value = 765). Red value is 136 (53.52% from 255 or 33.50% from 406); Green value is 134 (52.73% from 255 or 33.00% from 406); Blue value is 136 (53.52% from 255 or 33.50% from 406); Max value from RGB is 136 - color contains mainly: red, blue. Hex color #888688 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #888688 is #777977. Grayscale: #868686. Windows color (decimal): -7829880 or 8947336. OLE color: 8947336.
HSL color Cylindrical-coordinate representation of color #888688: hue angle of 300º 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 #888688 is Cyan = 0, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 136 | 134 | 136 | - |
| CMYK | 0 | 0.01 | 0 | 0.47 |
| HSL | 300º | 0.01% | 0.53% | - |
| HSV(B) | 300º | 0.01% | 0.53% | - |
| XYZ | 23.12 | 24.06 | 26.72 | - |
| YUV | 134.83 | 128.66 | 128.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 134 | 136 | 0 | 0.01 | 0 | 0.47 | 300 | 0.01 | 0.53 |
| Hex | 88 | 86 | 88 | 0 | 1 | 0 | 2F | 12C | 1 | 35 |
| Octal | 210 | 206 | 210 | 0 | 1 | 0 | 57 | 454 | 1 | 65 |
| Binary | 10001000 | 10000110 | 10001000 | 0 | 1 | 0 | 101111 | 100101100 | 1 | 110101 |
Color Harmonies of #888688
Complementary color
Monochromatic Colors of #888688
Black with #888688
Text Example
Text Example
White with #888688
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #888688; }
p { color: rgb(136,134,136); }
H1.HeaderClassName
{
color: #888688;
}
.AnyTagClassName
{
color: #888688;
}
</style>
background-color css
<style>
a { background-color: #888688; }
a { background-color: rgb(136,134,136); }
div.DivClassName
{
background-color: #888688;
}
.BgClassName
{
background-color: #888688;
}
</style>
border-color css
<style>
span { border-color: #888688; }
span { border-color: rgb(136,134,136); }
td.TdClassName
{
border-color: #888688;
}
.TagClassName
{
border-color: #888688;
}
</style>