Shades of Taupe Grey #887A84
Tints of Taupe Grey #887A84
RGB
CMYK
RGB Variations
Color information
#887A84 (or 0x887A84) is known color: Taupe Grey. HEX triplet: 88, 7A and 84. RGB value is (136,122,132). Sum of RGB (Red+Green+Blue) = 136+122+132=390 (51% of max value = 765). Red value is 136 (53.52% from 255 or 34.87% from 390); Green value is 122 (48.05% from 255 or 31.28% from 390); Blue value is 132 (51.95% from 255 or 33.85% from 390); Max value from RGB is 136 - color contains mainly: red. Hex color #887A84 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #887A84 is #77857B. Grayscale: #7F7F7F. Windows color (decimal): -7832956 or 8682120. OLE color: 8682120.
HSL color Cylindrical-coordinate representation of color #887A84: hue angle of 317.14º 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 #887A84 is Cyan = 0, Magento = 0.10, Yellow = 0.03 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 136 | 122 | 132 | - |
| CMYK | 0 | 0.10 | 0.03 | 0.47 |
| HSL | 317.14º | 0.06% | 0.51% | - |
| HSV(B) | 317.14º | 0.1% | 0.53% | - |
| XYZ | 21.28 | 20.82 | 24.73 | - |
| YUV | 127.33 | 130.64 | 134.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 122 | 132 | 0 | 0.10 | 0.03 | 0.47 | 317.14 | 0.06 | 0.51 |
| Hex | 88 | 7A | 84 | 0 | A | 3 | 2F | 13D | 6 | 33 |
| Octal | 210 | 172 | 204 | 0 | 12 | 3 | 57 | 475 | 6 | 63 |
| Binary | 10001000 | 1111010 | 10000100 | 0 | 1010 | 11 | 101111 | 100111101 | 110 | 110011 |
Color Harmonies of #887A84
Complementary color
Monochromatic Colors of #887A84
Black with #887A84
Text Example
Text Example
White with #887A84
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #887A84; }
p { color: rgb(136,122,132); }
H1.HeaderClassName
{
color: #887A84;
}
.AnyTagClassName
{
color: #887A84;
}
</style>
background-color css
<style>
a { background-color: #887A84; }
a { background-color: rgb(136,122,132); }
div.DivClassName
{
background-color: #887A84;
}
.BgClassName
{
background-color: #887A84;
}
</style>
border-color css
<style>
span { border-color: #887A84; }
span { border-color: rgb(136,122,132); }
td.TdClassName
{
border-color: #887A84;
}
.TagClassName
{
border-color: #887A84;
}
</style>