Shades of Taupe Grey #897A86
Tints of Taupe Grey #897A86
RGB
CMYK
RGB Variations
Color information
#897A86 (or 0x897A86) is known color: Taupe Grey. HEX triplet: 89, 7A and 86. RGB value is (137,122,134). Sum of RGB (Red+Green+Blue) = 137+122+134=393 (52% of max value = 765). Red value is 137 (53.91% from 255 or 34.86% from 393); Green value is 122 (48.05% from 255 or 31.04% from 393); Blue value is 134 (52.73% from 255 or 34.10% from 393); Max value from RGB is 137 - color contains mainly: red. Hex color #897A86 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #897A86 is #768579. Grayscale: #7F7F7F. Windows color (decimal): -7767418 or 8813193. OLE color: 8813193.
HSL color Cylindrical-coordinate representation of color #897A86: hue angle of 312º degrees, saturation: 0.06, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #897A86 is Cyan = 0, Magento = 0.11, Yellow = 0.02 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 137 | 122 | 134 | - |
| CMYK | 0 | 0.11 | 0.02 | 0.46 |
| HSL | 312º | 0.06% | 0.51% | - |
| HSV(B) | 312º | 0.11% | 0.54% | - |
| XYZ | 21.58 | 20.96 | 25.46 | - |
| YUV | 127.85 | 131.47 | 134.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 122 | 134 | 0 | 0.11 | 0.02 | 0.46 | 312 | 0.06 | 0.51 |
| Hex | 89 | 7A | 86 | 0 | B | 2 | 2E | 138 | 6 | 33 |
| Octal | 211 | 172 | 206 | 0 | 13 | 2 | 56 | 470 | 6 | 63 |
| Binary | 10001001 | 1111010 | 10000110 | 0 | 1011 | 10 | 101110 | 100111000 | 110 | 110011 |
Color Harmonies of #897A86
Complementary color
Monochromatic Colors of #897A86
Black with #897A86
Text Example
Text Example
White with #897A86
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #897A86; }
p { color: rgb(137,122,134); }
H1.HeaderClassName
{
color: #897A86;
}
.AnyTagClassName
{
color: #897A86;
}
</style>
background-color css
<style>
a { background-color: #897A86; }
a { background-color: rgb(137,122,134); }
div.DivClassName
{
background-color: #897A86;
}
.BgClassName
{
background-color: #897A86;
}
</style>
border-color css
<style>
span { border-color: #897A86; }
span { border-color: rgb(137,122,134); }
td.TdClassName
{
border-color: #897A86;
}
.TagClassName
{
border-color: #897A86;
}
</style>