Shades of Taupe Grey #877D85
Tints of Taupe Grey #877D85
RGB
CMYK
RGB Variations
Color information
#877D85 (or 0x877D85) is known color: Taupe Grey. HEX triplet: 87, 7D and 85. RGB value is (135,125,133). Sum of RGB (Red+Green+Blue) = 135+125+133=393 (52% of max value = 765). Red value is 135 (53.12% from 255 or 34.35% from 393); Green value is 125 (49.22% from 255 or 31.81% from 393); Blue value is 133 (52.34% from 255 or 33.84% from 393); Max value from RGB is 135 - color contains mainly: red. Hex color #877D85 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #877D85 is #78827A. Grayscale: #808080. Windows color (decimal): -7897723 or 8748423. OLE color: 8748423.
HSL color Cylindrical-coordinate representation of color #877D85: hue angle of 312º 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 #877D85 is Cyan = 0, Magento = 0.07, Yellow = 0.01 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 135 | 125 | 133 | - |
| CMYK | 0 | 0.07 | 0.01 | 0.47 |
| HSL | 312º | 0.04% | 0.51% | - |
| HSV(B) | 312º | 0.07% | 0.53% | - |
| XYZ | 21.56 | 21.51 | 25.21 | - |
| YUV | 128.9 | 130.31 | 132.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 125 | 133 | 0 | 0.07 | 0.01 | 0.47 | 312 | 0.04 | 0.51 |
| Hex | 87 | 7D | 85 | 0 | 7 | 1 | 2F | 138 | 4 | 33 |
| Octal | 207 | 175 | 205 | 0 | 7 | 1 | 57 | 470 | 4 | 63 |
| Binary | 10000111 | 1111101 | 10000101 | 0 | 111 | 1 | 101111 | 100111000 | 100 | 110011 |
Color Harmonies of #877D85
Complementary color
Monochromatic Colors of #877D85
Black with #877D85
Text Example
Text Example
White with #877D85
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #877D85; }
p { color: rgb(135,125,133); }
H1.HeaderClassName
{
color: #877D85;
}
.AnyTagClassName
{
color: #877D85;
}
</style>
background-color css
<style>
a { background-color: #877D85; }
a { background-color: rgb(135,125,133); }
div.DivClassName
{
background-color: #877D85;
}
.BgClassName
{
background-color: #877D85;
}
</style>
border-color css
<style>
span { border-color: #877D85; }
span { border-color: rgb(135,125,133); }
td.TdClassName
{
border-color: #877D85;
}
.TagClassName
{
border-color: #877D85;
}
</style>