Shades of Taupe Grey #887F85
Tints of Taupe Grey #887F85
RGB
CMYK
RGB Variations
Color information
#887F85 (or 0x887F85) is known color: Taupe Grey. HEX triplet: 88, 7F and 85. RGB value is (136,127,133). Sum of RGB (Red+Green+Blue) = 136+127+133=396 (52% of max value = 765). Red value is 136 (53.52% from 255 or 34.34% from 396); Green value is 127 (50% from 255 or 32.07% from 396); Blue value is 133 (52.34% from 255 or 33.59% from 396); Max value from RGB is 136 - color contains mainly: red. Hex color #887F85 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #887F85 is #77807A. Grayscale: #828282. Windows color (decimal): -7831675 or 8748936. OLE color: 8748936.
HSL color Cylindrical-coordinate representation of color #887F85: hue angle of 320º degrees, saturation: 0.04, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #887F85 is Cyan = 0, Magento = 0.07, Yellow = 0.02 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 136 | 127 | 133 | - |
| CMYK | 0 | 0.07 | 0.02 | 0.47 |
| HSL | 320º | 0.04% | 0.52% | - |
| HSV(B) | 320º | 0.07% | 0.53% | - |
| XYZ | 21.98 | 22.11 | 25.3 | - |
| YUV | 130.38 | 129.48 | 132.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 127 | 133 | 0 | 0.07 | 0.02 | 0.47 | 320 | 0.04 | 0.52 |
| Hex | 88 | 7F | 85 | 0 | 7 | 2 | 2F | 140 | 4 | 34 |
| Octal | 210 | 177 | 205 | 0 | 7 | 2 | 57 | 500 | 4 | 64 |
| Binary | 10001000 | 1111111 | 10000101 | 0 | 111 | 10 | 101111 | 101000000 | 100 | 110100 |
Color Harmonies of #887F85
Complementary color
Monochromatic Colors of #887F85
Black with #887F85
Text Example
Text Example
White with #887F85
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #887F85; }
p { color: rgb(136,127,133); }
H1.HeaderClassName
{
color: #887F85;
}
.AnyTagClassName
{
color: #887F85;
}
</style>
background-color css
<style>
a { background-color: #887F85; }
a { background-color: rgb(136,127,133); }
div.DivClassName
{
background-color: #887F85;
}
.BgClassName
{
background-color: #887F85;
}
</style>
border-color css
<style>
span { border-color: #887F85; }
span { border-color: rgb(136,127,133); }
td.TdClassName
{
border-color: #887F85;
}
.TagClassName
{
border-color: #887F85;
}
</style>