Shades of Taupe Grey #878085
Tints of Taupe Grey #878085
RGB
CMYK
RGB Variations
Color information
#878085 (or 0x878085) is known color: Taupe Grey. HEX triplet: 87, 80 and 85. RGB value is (135,128,133). Sum of RGB (Red+Green+Blue) = 135+128+133=396 (52% of max value = 765). Red value is 135 (53.12% from 255 or 34.09% from 396); Green value is 128 (50.39% from 255 or 32.32% from 396); Blue value is 133 (52.34% from 255 or 33.59% from 396); Max value from RGB is 135 - color contains mainly: red. Hex color #878085 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #878085 is #787F7A. Grayscale: #828282. Windows color (decimal): -7896955 or 8749191. OLE color: 8749191.
HSL color Cylindrical-coordinate representation of color #878085: hue angle of 317.14º degrees, saturation: 0.03, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #878085 is Cyan = 0, Magento = 0.05, Yellow = 0.01 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 135 | 128 | 133 | - |
| CMYK | 0 | 0.05 | 0.01 | 0.47 |
| HSL | 317.14º | 0.03% | 0.52% | - |
| HSV(B) | 317.14º | 0.05% | 0.53% | - |
| XYZ | 21.94 | 22.28 | 25.33 | - |
| YUV | 130.66 | 129.32 | 131.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 128 | 133 | 0 | 0.05 | 0.01 | 0.47 | 317.14 | 0.03 | 0.52 |
| Hex | 87 | 80 | 85 | 0 | 5 | 1 | 2F | 13D | 3 | 34 |
| Octal | 207 | 200 | 205 | 0 | 5 | 1 | 57 | 475 | 3 | 64 |
| Binary | 10000111 | 10000000 | 10000101 | 0 | 101 | 1 | 101111 | 100111101 | 11 | 110100 |
Color Harmonies of #878085
Complementary color
Monochromatic Colors of #878085
Black with #878085
Text Example
Text Example
White with #878085
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #878085; }
p { color: rgb(135,128,133); }
H1.HeaderClassName
{
color: #878085;
}
.AnyTagClassName
{
color: #878085;
}
</style>
background-color css
<style>
a { background-color: #878085; }
a { background-color: rgb(135,128,133); }
div.DivClassName
{
background-color: #878085;
}
.BgClassName
{
background-color: #878085;
}
</style>
border-color css
<style>
span { border-color: #878085; }
span { border-color: rgb(135,128,133); }
td.TdClassName
{
border-color: #878085;
}
.TagClassName
{
border-color: #878085;
}
</style>