Shades of Taupe Grey #887784
Tints of Taupe Grey #887784
RGB
CMYK
RGB Variations
Color information
#887784 (or 0x887784) is known color: Taupe Grey. HEX triplet: 88, 77 and 84. RGB value is (136,119,132). Sum of RGB (Red+Green+Blue) = 136+119+132=387 (51% of max value = 765). Red value is 136 (53.52% from 255 or 35.14% from 387); Green value is 119 (46.88% from 255 or 30.75% from 387); Blue value is 132 (51.95% from 255 or 34.11% from 387); Max value from RGB is 136 - color contains mainly: red. Hex color #887784 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #887784 is #77887B. Grayscale: #7D7D7D. Windows color (decimal): -7833724 or 8681352. OLE color: 8681352.
HSL color Cylindrical-coordinate representation of color #887784: hue angle of 314.12º degrees, saturation: 0.07, 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 #887784 is Cyan = 0, Magento = 0.12, Yellow = 0.03 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 136 | 119 | 132 | - |
| CMYK | 0 | 0.12 | 0.03 | 0.47 |
| HSL | 314.12º | 0.07% | 0.5% | - |
| HSV(B) | 314.12º | 0.13% | 0.53% | - |
| XYZ | 20.92 | 20.09 | 24.61 | - |
| YUV | 125.57 | 131.63 | 135.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 119 | 132 | 0 | 0.12 | 0.03 | 0.47 | 314.12 | 0.07 | 0.5 |
| Hex | 88 | 77 | 84 | 0 | C | 3 | 2F | 13A | 7 | 32 |
| Octal | 210 | 167 | 204 | 0 | 14 | 3 | 57 | 472 | 7 | 62 |
| Binary | 10001000 | 1110111 | 10000100 | 0 | 1100 | 11 | 101111 | 100111010 | 111 | 110010 |
Color Harmonies of #887784
Complementary color
Monochromatic Colors of #887784
Black with #887784
Text Example
Text Example
White with #887784
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #887784; }
p { color: rgb(136,119,132); }
H1.HeaderClassName
{
color: #887784;
}
.AnyTagClassName
{
color: #887784;
}
</style>
background-color css
<style>
a { background-color: #887784; }
a { background-color: rgb(136,119,132); }
div.DivClassName
{
background-color: #887784;
}
.BgClassName
{
background-color: #887784;
}
</style>
border-color css
<style>
span { border-color: #887784; }
span { border-color: rgb(136,119,132); }
td.TdClassName
{
border-color: #887784;
}
.TagClassName
{
border-color: #887784;
}
</style>