Shades of Taupe Grey #878687
Tints of Taupe Grey #878687
RGB
CMYK
RGB Variations
Color information
#878687 (or 0x878687) is known color: Taupe Grey. HEX triplet: 87, 86 and 87. RGB value is (135,134,135). Sum of RGB (Red+Green+Blue) = 135+134+135=404 (53% of max value = 765). Red value is 135 (53.12% from 255 or 33.42% from 404); Green value is 134 (52.73% from 255 or 33.17% from 404); Blue value is 135 (53.12% from 255 or 33.42% from 404); Max value from RGB is 135 - color contains mainly: red, blue. Hex color #878687 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #878687 is #787978. Grayscale: #868686. Windows color (decimal): -7895417 or 8881799. OLE color: 8881799.
HSL color Cylindrical-coordinate representation of color #878687: hue angle of 300º degrees, saturation: 0, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.01%. Process color model (Four color, CMYK) of #878687 is Cyan = 0, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 135 | 134 | 135 | - |
| CMYK | 0 | 0.01 | 0 | 0.47 |
| HSL | 300º | 0% | 0.53% | - |
| HSV(B) | 300º | 0.01% | 0.53% | - |
| XYZ | 22.89 | 23.95 | 26.34 | - |
| YUV | 134.41 | 128.33 | 128.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 134 | 135 | 0 | 0.01 | 0 | 0.47 | 300 | 0 | 0.53 |
| Hex | 87 | 86 | 87 | 0 | 1 | 0 | 2F | 12C | 0 | 35 |
| Octal | 207 | 206 | 207 | 0 | 1 | 0 | 57 | 454 | 0 | 65 |
| Binary | 10000111 | 10000110 | 10000111 | 0 | 1 | 0 | 101111 | 100101100 | 0 | 110101 |
Color Harmonies of #878687
Complementary color
Monochromatic Colors of #878687
Black with #878687
Text Example
Text Example
White with #878687
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #878687; }
p { color: rgb(135,134,135); }
H1.HeaderClassName
{
color: #878687;
}
.AnyTagClassName
{
color: #878687;
}
</style>
background-color css
<style>
a { background-color: #878687; }
a { background-color: rgb(135,134,135); }
div.DivClassName
{
background-color: #878687;
}
.BgClassName
{
background-color: #878687;
}
</style>
border-color css
<style>
span { border-color: #878687; }
span { border-color: rgb(135,134,135); }
td.TdClassName
{
border-color: #878687;
}
.TagClassName
{
border-color: #878687;
}
</style>