Shades of Taupe Grey #867E85
Tints of Taupe Grey #867E85
RGB
CMYK
RGB Variations
Color information
#867E85 (or 0x867E85) is known color: Taupe Grey. HEX triplet: 86, 7E and 85. RGB value is (134,126,133). Sum of RGB (Red+Green+Blue) = 134+126+133=393 (52% of max value = 765). Red value is 134 (52.73% from 255 or 34.10% from 393); Green value is 126 (49.61% from 255 or 32.06% from 393); Blue value is 133 (52.34% from 255 or 33.84% from 393); Max value from RGB is 134 - color contains mainly: red. Hex color #867E85 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #867E85 is #79817A. Grayscale: #818181. Windows color (decimal): -7963003 or 8748678. OLE color: 8748678.
HSL color Cylindrical-coordinate representation of color #867E85: hue angle of 307.5º degrees, saturation: 0.03, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #867E85 is Cyan = 0, Magento = 0.06, Yellow = 0.01 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 134 | 126 | 133 | - |
| CMYK | 0 | 0.06 | 0.01 | 0.47 |
| HSL | 307.5º | 0.03% | 0.51% | - |
| HSV(B) | 307.5º | 0.06% | 0.53% | - |
| XYZ | 21.53 | 21.68 | 25.24 | - |
| YUV | 129.19 | 130.15 | 131.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 126 | 133 | 0 | 0.06 | 0.01 | 0.47 | 307.5 | 0.03 | 0.51 |
| Hex | 86 | 7E | 85 | 0 | 6 | 1 | 2F | 134 | 3 | 33 |
| Octal | 206 | 176 | 205 | 0 | 6 | 1 | 57 | 464 | 3 | 63 |
| Binary | 10000110 | 1111110 | 10000101 | 0 | 110 | 1 | 101111 | 100110100 | 11 | 110011 |
Color Harmonies of #867E85
Complementary color
Monochromatic Colors of #867E85
Black with #867E85
Text Example
Text Example
White with #867E85
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #867E85; }
p { color: rgb(134,126,133); }
H1.HeaderClassName
{
color: #867E85;
}
.AnyTagClassName
{
color: #867E85;
}
</style>
background-color css
<style>
a { background-color: #867E85; }
a { background-color: rgb(134,126,133); }
div.DivClassName
{
background-color: #867E85;
}
.BgClassName
{
background-color: #867E85;
}
</style>
border-color css
<style>
span { border-color: #867E85; }
span { border-color: rgb(134,126,133); }
td.TdClassName
{
border-color: #867E85;
}
.TagClassName
{
border-color: #867E85;
}
</style>