Shades of Taupe Grey #877A84
Tints of Taupe Grey #877A84
RGB
CMYK
RGB Variations
Color information
#877A84 (or 0x877A84) is known color: Taupe Grey. HEX triplet: 87, 7A and 84. RGB value is (135,122,132). Sum of RGB (Red+Green+Blue) = 135+122+132=389 (51% of max value = 765). Red value is 135 (53.12% from 255 or 34.70% from 389); Green value is 122 (48.05% from 255 or 31.36% from 389); Blue value is 132 (51.95% from 255 or 33.93% from 389); Max value from RGB is 135 - color contains mainly: red. Hex color #877A84 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #877A84 is #78857B. Grayscale: #7E7E7E. Windows color (decimal): -7898492 or 8682119. OLE color: 8682119.
HSL color Cylindrical-coordinate representation of color #877A84: hue angle of 313.85º degrees, saturation: 0.05, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #877A84 is Cyan = 0, Magento = 0.10, Yellow = 0.02 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 135 | 122 | 132 | - |
| CMYK | 0 | 0.10 | 0.02 | 0.47 |
| HSL | 313.85º | 0.05% | 0.5% | - |
| HSV(B) | 313.85º | 0.1% | 0.53% | - |
| XYZ | 21.12 | 20.74 | 24.72 | - |
| YUV | 127.03 | 130.81 | 133.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 122 | 132 | 0 | 0.10 | 0.02 | 0.47 | 313.85 | 0.05 | 0.5 |
| Hex | 87 | 7A | 84 | 0 | A | 2 | 2F | 13A | 5 | 32 |
| Octal | 207 | 172 | 204 | 0 | 12 | 2 | 57 | 472 | 5 | 62 |
| Binary | 10000111 | 1111010 | 10000100 | 0 | 1010 | 10 | 101111 | 100111010 | 101 | 110010 |
Color Harmonies of #877A84
Complementary color
Monochromatic Colors of #877A84
Black with #877A84
Text Example
Text Example
White with #877A84
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #877A84; }
p { color: rgb(135,122,132); }
H1.HeaderClassName
{
color: #877A84;
}
.AnyTagClassName
{
color: #877A84;
}
</style>
background-color css
<style>
a { background-color: #877A84; }
a { background-color: rgb(135,122,132); }
div.DivClassName
{
background-color: #877A84;
}
.BgClassName
{
background-color: #877A84;
}
</style>
border-color css
<style>
span { border-color: #877A84; }
span { border-color: rgb(135,122,132); }
td.TdClassName
{
border-color: #877A84;
}
.TagClassName
{
border-color: #877A84;
}
</style>