Shades of Taupe Grey #887781
Tints of Taupe Grey #887781
RGB
CMYK
RGB Variations
Color information
#887781 (or 0x887781) is known color: Taupe Grey. HEX triplet: 88, 77 and 81. RGB value is (136,119,129). Sum of RGB (Red+Green+Blue) = 136+119+129=384 (50% of max value = 765). Red value is 136 (53.52% from 255 or 35.42% from 384); Green value is 119 (46.88% from 255 or 30.99% from 384); Blue value is 129 (50.78% from 255 or 33.59% from 384); Max value from RGB is 136 - color contains mainly: red. Hex color #887781 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #887781 is #77887E. Grayscale: #7D7D7D. Windows color (decimal): -7833727 or 8484744. OLE color: 8484744.
HSL color Cylindrical-coordinate representation of color #887781: hue angle of 324.71º 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 #887781 is Cyan = 0, Magento = 0.12, Yellow = 0.05 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 136 | 119 | 129 | - |
| CMYK | 0 | 0.12 | 0.05 | 0.47 |
| HSL | 324.71º | 0.07% | 0.5% | - |
| HSV(B) | 324.71º | 0.13% | 0.53% | - |
| XYZ | 20.71 | 20.01 | 23.54 | - |
| YUV | 125.22 | 130.13 | 135.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 119 | 129 | 0 | 0.12 | 0.05 | 0.47 | 324.71 | 0.07 | 0.5 |
| Hex | 88 | 77 | 81 | 0 | C | 5 | 2F | 145 | 7 | 32 |
| Octal | 210 | 167 | 201 | 0 | 14 | 5 | 57 | 505 | 7 | 62 |
| Binary | 10001000 | 1110111 | 10000001 | 0 | 1100 | 101 | 101111 | 101000101 | 111 | 110010 |
Color Harmonies of #887781
Complementary color
Monochromatic Colors of #887781
Black with #887781
Text Example
Text Example
White with #887781
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #887781; }
p { color: rgb(136,119,129); }
H1.HeaderClassName
{
color: #887781;
}
.AnyTagClassName
{
color: #887781;
}
</style>
background-color css
<style>
a { background-color: #887781; }
a { background-color: rgb(136,119,129); }
div.DivClassName
{
background-color: #887781;
}
.BgClassName
{
background-color: #887781;
}
</style>
border-color css
<style>
span { border-color: #887781; }
span { border-color: rgb(136,119,129); }
td.TdClassName
{
border-color: #887781;
}
.TagClassName
{
border-color: #887781;
}
</style>