Shades of Taupe Grey #887884
Tints of Taupe Grey #887884
RGB
CMYK
RGB Variations
Color information
#887884 (or 0x887884) is known color: Taupe Grey. HEX triplet: 88, 78 and 84. RGB value is (136,120,132). Sum of RGB (Red+Green+Blue) = 136+120+132=388 (51% of max value = 765). Red value is 136 (53.52% from 255 or 35.05% from 388); Green value is 120 (47.27% from 255 or 30.93% from 388); Blue value is 132 (51.95% from 255 or 34.02% from 388); Max value from RGB is 136 - color contains mainly: red. Hex color #887884 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #887884 is #77877B. Grayscale: #7E7E7E. Windows color (decimal): -7833468 or 8681608. OLE color: 8681608.
HSL color Cylindrical-coordinate representation of color #887884: hue angle of 315º 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 #887884 is Cyan = 0, Magento = 0.12, Yellow = 0.03 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 136 | 120 | 132 | - |
| CMYK | 0 | 0.12 | 0.03 | 0.47 |
| HSL | 315º | 0.06% | 0.5% | - |
| HSV(B) | 315º | 0.12% | 0.53% | - |
| XYZ | 21.03 | 20.33 | 24.65 | - |
| YUV | 126.15 | 131.3 | 135.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 120 | 132 | 0 | 0.12 | 0.03 | 0.47 | 315 | 0.06 | 0.5 |
| Hex | 88 | 78 | 84 | 0 | C | 3 | 2F | 13B | 6 | 32 |
| Octal | 210 | 170 | 204 | 0 | 14 | 3 | 57 | 473 | 6 | 62 |
| Binary | 10001000 | 1111000 | 10000100 | 0 | 1100 | 11 | 101111 | 100111011 | 110 | 110010 |
Color Harmonies of #887884
Complementary color
Monochromatic Colors of #887884
Black with #887884
Text Example
Text Example
White with #887884
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #887884; }
p { color: rgb(136,120,132); }
H1.HeaderClassName
{
color: #887884;
}
.AnyTagClassName
{
color: #887884;
}
</style>
background-color css
<style>
a { background-color: #887884; }
a { background-color: rgb(136,120,132); }
div.DivClassName
{
background-color: #887884;
}
.BgClassName
{
background-color: #887884;
}
</style>
border-color css
<style>
span { border-color: #887884; }
span { border-color: rgb(136,120,132); }
td.TdClassName
{
border-color: #887884;
}
.TagClassName
{
border-color: #887884;
}
</style>