Shades of Taupe Grey #888588
Tints of Taupe Grey #888588
RGB
CMYK
RGB Variations
Color information
#888588 (or 0x888588) is known color: Taupe Grey. HEX triplet: 88, 85 and 88. RGB value is (136,133,136). Sum of RGB (Red+Green+Blue) = 136+133+136=405 (53% of max value = 765). Red value is 136 (53.52% from 255 or 33.58% from 405); Green value is 133 (52.34% from 255 or 32.84% from 405); Blue value is 136 (53.52% from 255 or 33.58% from 405); Max value from RGB is 136 - color contains mainly: red, blue. Hex color #888588 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #888588 is #777A77. Grayscale: #868686. Windows color (decimal): -7830136 or 8947080. OLE color: 8947080.
HSL color Cylindrical-coordinate representation of color #888588: 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.02%. Process color model (Four color, CMYK) of #888588 is Cyan = 0, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
RGB | 136 | 133 | 136 | - |
CMYK | 0 | 0.02 | 0 | 0.47 |
HSL | 300º | 0.01% | 0.53% | - |
HSV(B) | 300º | 0.02% | 0.53% | - |
XYZ | 22.98 | 23.79 | 26.67 | - |
YUV | 134.24 | 128.99 | 129.26 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 136 | 133 | 136 | 0 | 0.02 | 0 | 0.47 | 300 | 0.01 | 0.53 |
Hex | 88 | 85 | 88 | 0 | 2 | 0 | 2F | 12C | 1 | 35 |
Octal | 210 | 205 | 210 | 0 | 2 | 0 | 57 | 454 | 1 | 65 |
Binary | 10001000 | 10000101 | 10001000 | 0 | 10 | 0 | 101111 | 100101100 | 1 | 110101 |
Color Harmonies of #888588
Complementary color
Monochromatic Colors of #888588
Black with #888588
Text Example
Text Example
White with #888588
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #888588; }
p { color: rgb(136,133,136); }
H1.HeaderClassName
{
color: #888588;
}
.AnyTagClassName
{
color: #888588;
}
</style>
background-color css
<style>
a { background-color: #888588; }
a { background-color: rgb(136,133,136); }
div.DivClassName
{
background-color: #888588;
}
.BgClassName
{
background-color: #888588;
}
</style>
border-color css
<style>
span { border-color: #888588; }
span { border-color: rgb(136,133,136); }
td.TdClassName
{
border-color: #888588;
}
.TagClassName
{
border-color: #888588;
}
</style>