Shades of Taupe Grey #877883
Tints of Taupe Grey #877883
RGB
CMYK
RGB Variations
Color information
#877883 (or 0x877883) is known color: Taupe Grey. HEX triplet: 87, 78 and 83. RGB value is (135,120,131). Sum of RGB (Red+Green+Blue) = 135+120+131=386 (51% of max value = 765). Red value is 135 (53.12% from 255 or 34.97% from 386); Green value is 120 (47.27% from 255 or 31.09% from 386); Blue value is 131 (51.56% from 255 or 33.94% from 386); Max value from RGB is 135 - color contains mainly: red. Hex color #877883 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #877883 is #78877C. Grayscale: #7D7D7D. Windows color (decimal): -7899005 or 8616071. OLE color: 8616071.
HSL color Cylindrical-coordinate representation of color #877883: hue angle of 316º degrees, saturation: 0.06, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #877883 is Cyan = 0, Magento = 0.11, Yellow = 0.03 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 135 | 120 | 131 | - |
| CMYK | 0 | 0.11 | 0.03 | 0.47 |
| HSL | 316º | 0.06% | 0.5% | - |
| HSV(B) | 316º | 0.11% | 0.53% | - |
| XYZ | 20.8 | 20.22 | 24.28 | - |
| YUV | 125.74 | 130.97 | 134.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 120 | 131 | 0 | 0.11 | 0.03 | 0.47 | 316 | 0.06 | 0.5 |
| Hex | 87 | 78 | 83 | 0 | B | 3 | 2F | 13C | 6 | 32 |
| Octal | 207 | 170 | 203 | 0 | 13 | 3 | 57 | 474 | 6 | 62 |
| Binary | 10000111 | 1111000 | 10000011 | 0 | 1011 | 11 | 101111 | 100111100 | 110 | 110010 |
Color Harmonies of #877883
Complementary color
Monochromatic Colors of #877883
Black with #877883
Text Example
Text Example
White with #877883
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #877883; }
p { color: rgb(135,120,131); }
H1.HeaderClassName
{
color: #877883;
}
.AnyTagClassName
{
color: #877883;
}
</style>
background-color css
<style>
a { background-color: #877883; }
a { background-color: rgb(135,120,131); }
div.DivClassName
{
background-color: #877883;
}
.BgClassName
{
background-color: #877883;
}
</style>
border-color css
<style>
span { border-color: #877883; }
span { border-color: rgb(135,120,131); }
td.TdClassName
{
border-color: #877883;
}
.TagClassName
{
border-color: #877883;
}
</style>