Shades of Taupe Grey #867881
Tints of Taupe Grey #867881
RGB
CMYK
RGB Variations
Color information
#867881 (or 0x867881) is known color: Taupe Grey. HEX triplet: 86, 78 and 81. RGB value is (134,120,129). Sum of RGB (Red+Green+Blue) = 134+120+129=383 (50% of max value = 765). Red value is 134 (52.73% from 255 or 34.99% from 383); Green value is 120 (47.27% from 255 or 31.33% from 383); Blue value is 129 (50.78% from 255 or 33.68% from 383); Max value from RGB is 134 - color contains mainly: red. Hex color #867881 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #867881 is #79877E. Grayscale: #7D7D7D. Windows color (decimal): -7964543 or 8484998. OLE color: 8484998.
HSL color Cylindrical-coordinate representation of color #867881: hue angle of 321.43º degrees, saturation: 0.06, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #867881 is Cyan = 0, Magento = 0.10, Yellow = 0.04 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 134 | 120 | 129 | - |
| CMYK | 0 | 0.10 | 0.04 | 0.47 |
| HSL | 321.43º | 0.06% | 0.5% | - |
| HSV(B) | 321.43º | 0.1% | 0.53% | - |
| XYZ | 20.51 | 20.09 | 23.56 | - |
| YUV | 125.21 | 130.14 | 134.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 120 | 129 | 0 | 0.10 | 0.04 | 0.47 | 321.43 | 0.06 | 0.5 |
| Hex | 86 | 78 | 81 | 0 | A | 4 | 2F | 141 | 6 | 32 |
| Octal | 206 | 170 | 201 | 0 | 12 | 4 | 57 | 501 | 6 | 62 |
| Binary | 10000110 | 1111000 | 10000001 | 0 | 1010 | 100 | 101111 | 101000001 | 110 | 110010 |
Color Harmonies of #867881
Complementary color
Monochromatic Colors of #867881
Black with #867881
Text Example
Text Example
White with #867881
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #867881; }
p { color: rgb(134,120,129); }
H1.HeaderClassName
{
color: #867881;
}
.AnyTagClassName
{
color: #867881;
}
</style>
background-color css
<style>
a { background-color: #867881; }
a { background-color: rgb(134,120,129); }
div.DivClassName
{
background-color: #867881;
}
.BgClassName
{
background-color: #867881;
}
</style>
border-color css
<style>
span { border-color: #867881; }
span { border-color: rgb(134,120,129); }
td.TdClassName
{
border-color: #867881;
}
.TagClassName
{
border-color: #867881;
}
</style>