Shades of Taupe Grey #877C84
Tints of Taupe Grey #877C84
RGB
CMYK
RGB Variations
Color information
#877C84 (or 0x877C84) is known color: Taupe Grey. HEX triplet: 87, 7C and 84. RGB value is (135,124,132). Sum of RGB (Red+Green+Blue) = 135+124+132=391 (51% of max value = 765). Red value is 135 (53.12% from 255 or 34.53% from 391); Green value is 124 (48.83% from 255 or 31.71% from 391); Blue value is 132 (51.95% from 255 or 33.76% from 391); Max value from RGB is 135 - color contains mainly: red. Hex color #877C84 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #877C84 is #78837B. Grayscale: #808080. Windows color (decimal): -7897980 or 8682631. OLE color: 8682631.
HSL color Cylindrical-coordinate representation of color #877C84: hue angle of 316.36º degrees, saturation: 0.04, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #877C84 is Cyan = 0, Magento = 0.08, Yellow = 0.02 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 135 | 124 | 132 | - |
| CMYK | 0 | 0.08 | 0.02 | 0.47 |
| HSL | 316.36º | 0.04% | 0.51% | - |
| HSV(B) | 316.36º | 0.08% | 0.53% | - |
| XYZ | 21.36 | 21.23 | 24.8 | - |
| YUV | 128.2 | 130.14 | 132.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 124 | 132 | 0 | 0.08 | 0.02 | 0.47 | 316.36 | 0.04 | 0.51 |
| Hex | 87 | 7C | 84 | 0 | 8 | 2 | 2F | 13C | 4 | 33 |
| Octal | 207 | 174 | 204 | 0 | 10 | 2 | 57 | 474 | 4 | 63 |
| Binary | 10000111 | 1111100 | 10000100 | 0 | 1000 | 10 | 101111 | 100111100 | 100 | 110011 |
Color Harmonies of #877C84
Complementary color
Monochromatic Colors of #877C84
Black with #877C84
Text Example
Text Example
White with #877C84
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #877C84; }
p { color: rgb(135,124,132); }
H1.HeaderClassName
{
color: #877C84;
}
.AnyTagClassName
{
color: #877C84;
}
</style>
background-color css
<style>
a { background-color: #877C84; }
a { background-color: rgb(135,124,132); }
div.DivClassName
{
background-color: #877C84;
}
.BgClassName
{
background-color: #877C84;
}
</style>
border-color css
<style>
span { border-color: #877C84; }
span { border-color: rgb(135,124,132); }
td.TdClassName
{
border-color: #877C84;
}
.TagClassName
{
border-color: #877C84;
}
</style>