Shades of Taupe Grey #887885
Tints of Taupe Grey #887885
RGB
CMYK
RGB Variations
Color information
#887885 (or 0x887885) is known color: Taupe Grey. HEX triplet: 88, 78 and 85. RGB value is (136,120,133). Sum of RGB (Red+Green+Blue) = 136+120+133=389 (51% of max value = 765). Red value is 136 (53.52% from 255 or 34.96% from 389); Green value is 120 (47.27% from 255 or 30.85% from 389); Blue value is 133 (52.34% from 255 or 34.19% from 389); Max value from RGB is 136 - color contains mainly: red. Hex color #887885 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #887885 is #77877A. Grayscale: #7E7E7E. Windows color (decimal): -7833467 or 8747144. OLE color: 8747144.
HSL color Cylindrical-coordinate representation of color #887885: hue angle of 311.25º degrees, saturation: 0.06, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #887885 is Cyan = 0, Magento = 0.12, Yellow = 0.02 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 136 | 120 | 133 | - |
| CMYK | 0 | 0.12 | 0.02 | 0.47 |
| HSL | 311.25º | 0.06% | 0.5% | - |
| HSV(B) | 311.25º | 0.12% | 0.53% | - |
| XYZ | 21.1 | 20.36 | 25.01 | - |
| YUV | 126.27 | 131.8 | 134.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 120 | 133 | 0 | 0.12 | 0.02 | 0.47 | 311.25 | 0.06 | 0.5 |
| Hex | 88 | 78 | 85 | 0 | C | 2 | 2F | 137 | 6 | 32 |
| Octal | 210 | 170 | 205 | 0 | 14 | 2 | 57 | 467 | 6 | 62 |
| Binary | 10001000 | 1111000 | 10000101 | 0 | 1100 | 10 | 101111 | 100110111 | 110 | 110010 |
Color Harmonies of #887885
Complementary color
Monochromatic Colors of #887885
Black with #887885
Text Example
Text Example
White with #887885
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #887885; }
p { color: rgb(136,120,133); }
H1.HeaderClassName
{
color: #887885;
}
.AnyTagClassName
{
color: #887885;
}
</style>
background-color css
<style>
a { background-color: #887885; }
a { background-color: rgb(136,120,133); }
div.DivClassName
{
background-color: #887885;
}
.BgClassName
{
background-color: #887885;
}
</style>
border-color css
<style>
span { border-color: #887885; }
span { border-color: rgb(136,120,133); }
td.TdClassName
{
border-color: #887885;
}
.TagClassName
{
border-color: #887885;
}
</style>