Shades of Taupe Grey #878285
Tints of Taupe Grey #878285
RGB
CMYK
RGB Variations
Color information
#878285 (or 0x878285) is known color: Taupe Grey. HEX triplet: 87, 82 and 85. RGB value is (135,130,133). Sum of RGB (Red+Green+Blue) = 135+130+133=398 (52% of max value = 765). Red value is 135 (53.12% from 255 or 33.92% from 398); Green value is 130 (51.17% from 255 or 32.66% from 398); Blue value is 133 (52.34% from 255 or 33.42% from 398); Max value from RGB is 135 - color contains mainly: red. Hex color #878285 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #878285 is #787D7A. Grayscale: #838383. Windows color (decimal): -7896443 or 8749703. OLE color: 8749703.
HSL color Cylindrical-coordinate representation of color #878285: hue angle of 324º 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 #878285 is Cyan = 0, Magento = 0.04, Yellow = 0.01 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 135 | 130 | 133 | - |
| CMYK | 0 | 0.04 | 0.01 | 0.47 |
| HSL | 324º | 0.02% | 0.52% | - |
| HSV(B) | 324º | 0.04% | 0.53% | - |
| XYZ | 22.21 | 22.81 | 25.42 | - |
| YUV | 131.84 | 128.66 | 130.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 130 | 133 | 0 | 0.04 | 0.01 | 0.47 | 324 | 0.02 | 0.52 |
| Hex | 87 | 82 | 85 | 0 | 4 | 1 | 2F | 144 | 2 | 34 |
| Octal | 207 | 202 | 205 | 0 | 4 | 1 | 57 | 504 | 2 | 64 |
| Binary | 10000111 | 10000010 | 10000101 | 0 | 100 | 1 | 101111 | 101000100 | 10 | 110100 |
Color Harmonies of #878285
Complementary color
Monochromatic Colors of #878285
Black with #878285
Text Example
Text Example
White with #878285
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #878285; }
p { color: rgb(135,130,133); }
H1.HeaderClassName
{
color: #878285;
}
.AnyTagClassName
{
color: #878285;
}
</style>
background-color css
<style>
a { background-color: #878285; }
a { background-color: rgb(135,130,133); }
div.DivClassName
{
background-color: #878285;
}
.BgClassName
{
background-color: #878285;
}
</style>
border-color css
<style>
span { border-color: #878285; }
span { border-color: rgb(135,130,133); }
td.TdClassName
{
border-color: #878285;
}
.TagClassName
{
border-color: #878285;
}
</style>