Shades of Taupe Grey #867F85
Tints of Taupe Grey #867F85
RGB
CMYK
RGB Variations
Color information
#867F85 (or 0x867F85) is known color: Taupe Grey. HEX triplet: 86, 7F and 85. RGB value is (134,127,133). Sum of RGB (Red+Green+Blue) = 134+127+133=394 (52% of max value = 765). Red value is 134 (52.73% from 255 or 34.01% from 394); Green value is 127 (50% from 255 or 32.23% from 394); Blue value is 133 (52.34% from 255 or 33.76% from 394); Max value from RGB is 134 - color contains mainly: red. Hex color #867F85 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #867F85 is #79807A. Grayscale: #818181. Windows color (decimal): -7962747 or 8748934. OLE color: 8748934.
HSL color Cylindrical-coordinate representation of color #867F85: hue angle of 308.57º degrees, saturation: 0.03, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #867F85 is Cyan = 0, Magento = 0.05, Yellow = 0.01 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 134 | 127 | 133 | - |
| CMYK | 0 | 0.05 | 0.01 | 0.47 |
| HSL | 308.57º | 0.03% | 0.51% | - |
| HSV(B) | 308.57º | 0.05% | 0.53% | - |
| XYZ | 21.65 | 21.94 | 25.28 | - |
| YUV | 129.78 | 129.82 | 131.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 127 | 133 | 0 | 0.05 | 0.01 | 0.47 | 308.57 | 0.03 | 0.51 |
| Hex | 86 | 7F | 85 | 0 | 5 | 1 | 2F | 135 | 3 | 33 |
| Octal | 206 | 177 | 205 | 0 | 5 | 1 | 57 | 465 | 3 | 63 |
| Binary | 10000110 | 1111111 | 10000101 | 0 | 101 | 1 | 101111 | 100110101 | 11 | 110011 |
Color Harmonies of #867F85
Complementary color
Monochromatic Colors of #867F85
Black with #867F85
Text Example
Text Example
White with #867F85
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #867F85; }
p { color: rgb(134,127,133); }
H1.HeaderClassName
{
color: #867F85;
}
.AnyTagClassName
{
color: #867F85;
}
</style>
background-color css
<style>
a { background-color: #867F85; }
a { background-color: rgb(134,127,133); }
div.DivClassName
{
background-color: #867F85;
}
.BgClassName
{
background-color: #867F85;
}
</style>
border-color css
<style>
span { border-color: #867F85; }
span { border-color: rgb(134,127,133); }
td.TdClassName
{
border-color: #867F85;
}
.TagClassName
{
border-color: #867F85;
}
</style>