Shades of Taupe Grey #877E85
Tints of Taupe Grey #877E85
RGB
CMYK
RGB Variations
Color information
#877E85 (or 0x877E85) is known color: Taupe Grey. HEX triplet: 87, 7E and 85. RGB value is (135,126,133). Sum of RGB (Red+Green+Blue) = 135+126+133=394 (52% of max value = 765). Red value is 135 (53.12% from 255 or 34.26% from 394); Green value is 126 (49.61% from 255 or 31.98% from 394); Blue value is 133 (52.34% from 255 or 33.76% from 394); Max value from RGB is 135 - color contains mainly: red. Hex color #877E85 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #877E85 is #78817A. Grayscale: #818181. Windows color (decimal): -7897467 or 8748679. OLE color: 8748679.
HSL color Cylindrical-coordinate representation of color #877E85: hue angle of 313.33º degrees, saturation: 0.04, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #877E85 is Cyan = 0, Magento = 0.07, Yellow = 0.01 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 135 | 126 | 133 | - |
| CMYK | 0 | 0.07 | 0.01 | 0.47 |
| HSL | 313.33º | 0.04% | 0.51% | - |
| HSV(B) | 313.33º | 0.07% | 0.53% | - |
| XYZ | 21.69 | 21.77 | 25.25 | - |
| YUV | 129.49 | 129.98 | 131.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 126 | 133 | 0 | 0.07 | 0.01 | 0.47 | 313.33 | 0.04 | 0.51 |
| Hex | 87 | 7E | 85 | 0 | 7 | 1 | 2F | 139 | 4 | 33 |
| Octal | 207 | 176 | 205 | 0 | 7 | 1 | 57 | 471 | 4 | 63 |
| Binary | 10000111 | 1111110 | 10000101 | 0 | 111 | 1 | 101111 | 100111001 | 100 | 110011 |
Color Harmonies of #877E85
Complementary color
Monochromatic Colors of #877E85
Black with #877E85
Text Example
Text Example
White with #877E85
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #877E85; }
p { color: rgb(135,126,133); }
H1.HeaderClassName
{
color: #877E85;
}
.AnyTagClassName
{
color: #877E85;
}
</style>
background-color css
<style>
a { background-color: #877E85; }
a { background-color: rgb(135,126,133); }
div.DivClassName
{
background-color: #877E85;
}
.BgClassName
{
background-color: #877E85;
}
</style>
border-color css
<style>
span { border-color: #877E85; }
span { border-color: rgb(135,126,133); }
td.TdClassName
{
border-color: #877E85;
}
.TagClassName
{
border-color: #877E85;
}
</style>