Shades of Taupe Grey #887882
Tints of Taupe Grey #887882
RGB
CMYK
RGB Variations
Color information
#887882 (or 0x887882) is known color: Taupe Grey. HEX triplet: 88, 78 and 82. RGB value is (136,120,130). Sum of RGB (Red+Green+Blue) = 136+120+130=386 (51% of max value = 765). Red value is 136 (53.52% from 255 or 35.23% from 386); Green value is 120 (47.27% from 255 or 31.09% from 386); Blue value is 130 (51.17% from 255 or 33.68% from 386); Max value from RGB is 136 - color contains mainly: red. Hex color #887882 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #887882 is #77877D. Grayscale: #7D7D7D. Windows color (decimal): -7833470 or 8550536. OLE color: 8550536.
HSL color Cylindrical-coordinate representation of color #887882: hue angle of 322.5º 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 #887882 is Cyan = 0, Magento = 0.12, Yellow = 0.04 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 136 | 120 | 130 | - |
| CMYK | 0 | 0.12 | 0.04 | 0.47 |
| HSL | 322.5º | 0.06% | 0.5% | - |
| HSV(B) | 322.5º | 0.12% | 0.53% | - |
| XYZ | 20.9 | 20.28 | 23.93 | - |
| YUV | 125.92 | 130.3 | 135.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 120 | 130 | 0 | 0.12 | 0.04 | 0.47 | 322.5 | 0.06 | 0.5 |
| Hex | 88 | 78 | 82 | 0 | C | 4 | 2F | 142 | 6 | 32 |
| Octal | 210 | 170 | 202 | 0 | 14 | 4 | 57 | 502 | 6 | 62 |
| Binary | 10001000 | 1111000 | 10000010 | 0 | 1100 | 100 | 101111 | 101000010 | 110 | 110010 |
Color Harmonies of #887882
Complementary color
Monochromatic Colors of #887882
Black with #887882
Text Example
Text Example
White with #887882
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #887882; }
p { color: rgb(136,120,130); }
H1.HeaderClassName
{
color: #887882;
}
.AnyTagClassName
{
color: #887882;
}
</style>
background-color css
<style>
a { background-color: #887882; }
a { background-color: rgb(136,120,130); }
div.DivClassName
{
background-color: #887882;
}
.BgClassName
{
background-color: #887882;
}
</style>
border-color css
<style>
span { border-color: #887882; }
span { border-color: rgb(136,120,130); }
td.TdClassName
{
border-color: #887882;
}
.TagClassName
{
border-color: #887882;
}
</style>