Shades of Taupe Grey #878586
Tints of Taupe Grey #878586
RGB
CMYK
RGB Variations
Color information
#878586 (or 0x878586) is known color: Taupe Grey. HEX triplet: 87, 85 and 86. RGB value is (135,133,134). Sum of RGB (Red+Green+Blue) = 135+133+134=402 (53% of max value = 765). Red value is 135 (53.12% from 255 or 33.58% from 402); Green value is 133 (52.34% from 255 or 33.08% from 402); Blue value is 134 (52.73% from 255 or 33.33% from 402); Max value from RGB is 135 - color contains mainly: red. Hex color #878586 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #878586 is #787A79. Grayscale: #858585. Windows color (decimal): -7895674 or 8816007. OLE color: 8816007.
HSL color Cylindrical-coordinate representation of color #878586: hue angle of 330º degrees, saturation: 0.01, 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 #878586 is Cyan = 0, Magento = 0.01, Yellow = 0.01 and Black (K on CMYK) = 0.47.
Color convert
RGB | 135 | 133 | 134 | - |
CMYK | 0 | 0.01 | 0.01 | 0.47 |
HSL | 330º | 0.01% | 0.53% | - |
HSV(B) | 330º | 0.01% | 0.53% | - |
XYZ | 22.68 | 23.65 | 25.92 | - |
YUV | 133.71 | 128.16 | 128.92 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 135 | 133 | 134 | 0 | 0.01 | 0.01 | 0.47 | 330 | 0.01 | 0.53 |
Hex | 87 | 85 | 86 | 0 | 1 | 1 | 2F | 14A | 1 | 35 |
Octal | 207 | 205 | 206 | 0 | 1 | 1 | 57 | 512 | 1 | 65 |
Binary | 10000111 | 10000101 | 10000110 | 0 | 1 | 1 | 101111 | 101001010 | 1 | 110101 |
Color Harmonies of #878586
Complementary color
Monochromatic Colors of #878586
Black with #878586
Text Example
Text Example
White with #878586
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #878586; }
p { color: rgb(135,133,134); }
H1.HeaderClassName
{
color: #878586;
}
.AnyTagClassName
{
color: #878586;
}
</style>
background-color css
<style>
a { background-color: #878586; }
a { background-color: rgb(135,133,134); }
div.DivClassName
{
background-color: #878586;
}
.BgClassName
{
background-color: #878586;
}
</style>
border-color css
<style>
span { border-color: #878586; }
span { border-color: rgb(135,133,134); }
td.TdClassName
{
border-color: #878586;
}
.TagClassName
{
border-color: #878586;
}
</style>