Shades of Taupe Grey #878286
Tints of Taupe Grey #878286
RGB
CMYK
RGB Variations
Color information
#878286 (or 0x878286) is known color: Taupe Grey. HEX triplet: 87, 82 and 86. RGB value is (135,130,134). Sum of RGB (Red+Green+Blue) = 135+130+134=399 (52% of max value = 765). Red value is 135 (53.12% from 255 or 33.83% from 399); Green value is 130 (51.17% from 255 or 32.58% from 399); Blue value is 134 (52.73% from 255 or 33.58% from 399); Max value from RGB is 135 - color contains mainly: red. Hex color #878286 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #878286 is #787D79. Grayscale: #838383. Windows color (decimal): -7896442 or 8815239. OLE color: 8815239.
HSL color Cylindrical-coordinate representation of color #878286: hue angle of 312º degrees, saturation: 0.02, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.04%. Process color model (Four color, CMYK) of #878286 is Cyan = 0, Magento = 0.04, Yellow = 0.01 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 135 | 130 | 134 | - |
| CMYK | 0 | 0.04 | 0.01 | 0.47 |
| HSL | 312º | 0.02% | 0.52% | - |
| HSV(B) | 312º | 0.04% | 0.53% | - |
| XYZ | 22.28 | 22.84 | 25.79 | - |
| YUV | 131.95 | 129.16 | 130.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 130 | 134 | 0 | 0.04 | 0.01 | 0.47 | 312 | 0.02 | 0.52 |
| Hex | 87 | 82 | 86 | 0 | 4 | 1 | 2F | 138 | 2 | 34 |
| Octal | 207 | 202 | 206 | 0 | 4 | 1 | 57 | 470 | 2 | 64 |
| Binary | 10000111 | 10000010 | 10000110 | 0 | 100 | 1 | 101111 | 100111000 | 10 | 110100 |
Color Harmonies of #878286
Complementary color
Monochromatic Colors of #878286
Black with #878286
Text Example
Text Example
White with #878286
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #878286; }
p { color: rgb(135,130,134); }
H1.HeaderClassName
{
color: #878286;
}
.AnyTagClassName
{
color: #878286;
}
</style>
background-color css
<style>
a { background-color: #878286; }
a { background-color: rgb(135,130,134); }
div.DivClassName
{
background-color: #878286;
}
.BgClassName
{
background-color: #878286;
}
</style>
border-color css
<style>
span { border-color: #878286; }
span { border-color: rgb(135,130,134); }
td.TdClassName
{
border-color: #878286;
}
.TagClassName
{
border-color: #878286;
}
</style>