Shades of Taupe Grey #887A85
Tints of Taupe Grey #887A85
RGB
CMYK
RGB Variations
Color information
#887A85 (or 0x887A85) is known color: Taupe Grey. HEX triplet: 88, 7A and 85. RGB value is (136,122,133). Sum of RGB (Red+Green+Blue) = 136+122+133=391 (51% of max value = 765). Red value is 136 (53.52% from 255 or 34.78% from 391); Green value is 122 (48.05% from 255 or 31.20% from 391); Blue value is 133 (52.34% from 255 or 34.02% from 391); Max value from RGB is 136 - color contains mainly: red. Hex color #887A85 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #887A85 is #77857A. Grayscale: #7F7F7F. Windows color (decimal): -7832955 or 8747656. OLE color: 8747656.
HSL color Cylindrical-coordinate representation of color #887A85: hue angle of 312.86º degrees, saturation: 0.06, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #887A85 is Cyan = 0, Magento = 0.10, Yellow = 0.02 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 136 | 122 | 133 | - |
| CMYK | 0 | 0.10 | 0.02 | 0.47 |
| HSL | 312.86º | 0.06% | 0.51% | - |
| HSV(B) | 312.86º | 0.1% | 0.53% | - |
| XYZ | 21.35 | 20.85 | 25.09 | - |
| YUV | 127.44 | 131.14 | 134.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 122 | 133 | 0 | 0.10 | 0.02 | 0.47 | 312.86 | 0.06 | 0.51 |
| Hex | 88 | 7A | 85 | 0 | A | 2 | 2F | 139 | 6 | 33 |
| Octal | 210 | 172 | 205 | 0 | 12 | 2 | 57 | 471 | 6 | 63 |
| Binary | 10001000 | 1111010 | 10000101 | 0 | 1010 | 10 | 101111 | 100111001 | 110 | 110011 |
Color Harmonies of #887A85
Complementary color
Monochromatic Colors of #887A85
Black with #887A85
Text Example
Text Example
White with #887A85
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #887A85; }
p { color: rgb(136,122,133); }
H1.HeaderClassName
{
color: #887A85;
}
.AnyTagClassName
{
color: #887A85;
}
</style>
background-color css
<style>
a { background-color: #887A85; }
a { background-color: rgb(136,122,133); }
div.DivClassName
{
background-color: #887A85;
}
.BgClassName
{
background-color: #887A85;
}
</style>
border-color css
<style>
span { border-color: #887A85; }
span { border-color: rgb(136,122,133); }
td.TdClassName
{
border-color: #887A85;
}
.TagClassName
{
border-color: #887A85;
}
</style>