Shades of Taupe Grey #888085
Tints of Taupe Grey #888085
RGB
CMYK
RGB Variations
Color information
#888085 (or 0x888085) is known color: Taupe Grey. HEX triplet: 88, 80 and 85. RGB value is (136,128,133). Sum of RGB (Red+Green+Blue) = 136+128+133=397 (52% of max value = 765). Red value is 136 (53.52% from 255 or 34.26% from 397); Green value is 128 (50.39% from 255 or 32.24% from 397); Blue value is 133 (52.34% from 255 or 33.50% from 397); Max value from RGB is 136 - color contains mainly: red. Hex color #888085 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #888085 is #777F7A. Grayscale: #828282. Windows color (decimal): -7831419 or 8749192. OLE color: 8749192.
HSL color Cylindrical-coordinate representation of color #888085: hue angle of 322.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 #888085 is Cyan = 0, Magento = 0.06, Yellow = 0.02 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 136 | 128 | 133 | - |
| CMYK | 0 | 0.06 | 0.02 | 0.47 |
| HSL | 322.5º | 0.03% | 0.52% | - |
| HSV(B) | 322.5º | 0.06% | 0.53% | - |
| XYZ | 22.11 | 22.37 | 25.34 | - |
| YUV | 130.96 | 129.15 | 131.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 128 | 133 | 0 | 0.06 | 0.02 | 0.47 | 322.5 | 0.03 | 0.52 |
| Hex | 88 | 80 | 85 | 0 | 6 | 2 | 2F | 142 | 3 | 34 |
| Octal | 210 | 200 | 205 | 0 | 6 | 2 | 57 | 502 | 3 | 64 |
| Binary | 10001000 | 10000000 | 10000101 | 0 | 110 | 10 | 101111 | 101000010 | 11 | 110100 |
Color Harmonies of #888085
Complementary color
Monochromatic Colors of #888085
Black with #888085
Text Example
Text Example
White with #888085
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #888085; }
p { color: rgb(136,128,133); }
H1.HeaderClassName
{
color: #888085;
}
.AnyTagClassName
{
color: #888085;
}
</style>
background-color css
<style>
a { background-color: #888085; }
a { background-color: rgb(136,128,133); }
div.DivClassName
{
background-color: #888085;
}
.BgClassName
{
background-color: #888085;
}
</style>
border-color css
<style>
span { border-color: #888085; }
span { border-color: rgb(136,128,133); }
td.TdClassName
{
border-color: #888085;
}
.TagClassName
{
border-color: #888085;
}
</style>