Shades of Taupe Grey #887985
Tints of Taupe Grey #887985
RGB
CMYK
RGB Variations
Color information
#887985 (or 0x887985) is known color: Taupe Grey. HEX triplet: 88, 79 and 85. RGB value is (136,121,133). Sum of RGB (Red+Green+Blue) = 136+121+133=390 (51% of max value = 765). Red value is 136 (53.52% from 255 or 34.87% from 390); Green value is 121 (47.66% from 255 or 31.03% from 390); Blue value is 133 (52.34% from 255 or 34.10% from 390); Max value from RGB is 136 - color contains mainly: red. Hex color #887985 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #887985 is #77867A. Grayscale: #7E7E7E. Windows color (decimal): -7833211 or 8747400. OLE color: 8747400.
HSL color Cylindrical-coordinate representation of color #887985: hue angle of 312º degrees, saturation: 0.06, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #887985 is Cyan = 0, Magento = 0.11, Yellow = 0.02 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 136 | 121 | 133 | - |
| CMYK | 0 | 0.11 | 0.02 | 0.47 |
| HSL | 312º | 0.06% | 0.5% | - |
| HSV(B) | 312º | 0.11% | 0.53% | - |
| XYZ | 21.22 | 20.6 | 25.05 | - |
| YUV | 126.85 | 131.47 | 134.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 121 | 133 | 0 | 0.11 | 0.02 | 0.47 | 312 | 0.06 | 0.5 |
| Hex | 88 | 79 | 85 | 0 | B | 2 | 2F | 138 | 6 | 32 |
| Octal | 210 | 171 | 205 | 0 | 13 | 2 | 57 | 470 | 6 | 62 |
| Binary | 10001000 | 1111001 | 10000101 | 0 | 1011 | 10 | 101111 | 100111000 | 110 | 110010 |
Color Harmonies of #887985
Complementary color
Monochromatic Colors of #887985
Black with #887985
Text Example
Text Example
White with #887985
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #887985; }
p { color: rgb(136,121,133); }
H1.HeaderClassName
{
color: #887985;
}
.AnyTagClassName
{
color: #887985;
}
</style>
background-color css
<style>
a { background-color: #887985; }
a { background-color: rgb(136,121,133); }
div.DivClassName
{
background-color: #887985;
}
.BgClassName
{
background-color: #887985;
}
</style>
border-color css
<style>
span { border-color: #887985; }
span { border-color: rgb(136,121,133); }
td.TdClassName
{
border-color: #887985;
}
.TagClassName
{
border-color: #887985;
}
</style>