Shades of Taupe Grey #887883
Tints of Taupe Grey #887883
RGB
CMYK
RGB Variations
Color information
#887883 (or 0x887883) is known color: Taupe Grey. HEX triplet: 88, 78 and 83. RGB value is (136,120,131). Sum of RGB (Red+Green+Blue) = 136+120+131=387 (51% of max value = 765). Red value is 136 (53.52% from 255 or 35.14% from 387); Green value is 120 (47.27% from 255 or 31.01% from 387); Blue value is 131 (51.56% from 255 or 33.85% from 387); Max value from RGB is 136 - color contains mainly: red. Hex color #887883 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #887883 is #77877C. Grayscale: #7E7E7E. Windows color (decimal): -7833469 or 8616072. OLE color: 8616072.
HSL color Cylindrical-coordinate representation of color #887883: hue angle of 318.75º 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 #887883 is Cyan = 0, Magento = 0.12, Yellow = 0.04 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 136 | 120 | 131 | - |
| CMYK | 0 | 0.12 | 0.04 | 0.47 |
| HSL | 318.75º | 0.06% | 0.5% | - |
| HSV(B) | 318.75º | 0.12% | 0.53% | - |
| XYZ | 20.97 | 20.31 | 24.29 | - |
| YUV | 126.04 | 130.8 | 135.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 120 | 131 | 0 | 0.12 | 0.04 | 0.47 | 318.75 | 0.06 | 0.5 |
| Hex | 88 | 78 | 83 | 0 | C | 4 | 2F | 13F | 6 | 32 |
| Octal | 210 | 170 | 203 | 0 | 14 | 4 | 57 | 477 | 6 | 62 |
| Binary | 10001000 | 1111000 | 10000011 | 0 | 1100 | 100 | 101111 | 100111111 | 110 | 110010 |
Color Harmonies of #887883
Complementary color
Monochromatic Colors of #887883
Black with #887883
Text Example
Text Example
White with #887883
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #887883; }
p { color: rgb(136,120,131); }
H1.HeaderClassName
{
color: #887883;
}
.AnyTagClassName
{
color: #887883;
}
</style>
background-color css
<style>
a { background-color: #887883; }
a { background-color: rgb(136,120,131); }
div.DivClassName
{
background-color: #887883;
}
.BgClassName
{
background-color: #887883;
}
</style>
border-color css
<style>
span { border-color: #887883; }
span { border-color: rgb(136,120,131); }
td.TdClassName
{
border-color: #887883;
}
.TagClassName
{
border-color: #887883;
}
</style>