Shades of Taupe Grey #897E87
Tints of Taupe Grey #897E87
RGB
CMYK
RGB Variations
Color information
#897E87 (or 0x897E87) is known color: Taupe Grey. HEX triplet: 89, 7E and 87. RGB value is (137,126,135). Sum of RGB (Red+Green+Blue) = 137+126+135=398 (52% of max value = 765). Red value is 137 (53.91% from 255 or 34.42% from 398); Green value is 126 (49.61% from 255 or 31.66% from 398); Blue value is 135 (53.12% from 255 or 33.92% from 398); Max value from RGB is 137 - color contains mainly: red. Hex color #897E87 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #897E87 is #768178. Grayscale: #828282. Windows color (decimal): -7766393 or 8879753. OLE color: 8879753.
HSL color Cylindrical-coordinate representation of color #897E87: hue angle of 310.91º degrees, saturation: 0.04, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #897E87 is Cyan = 0, Magento = 0.08, Yellow = 0.01 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 137 | 126 | 135 | - |
| CMYK | 0 | 0.08 | 0.01 | 0.46 |
| HSL | 310.91º | 0.04% | 0.52% | - |
| HSV(B) | 310.91º | 0.08% | 0.54% | - |
| XYZ | 22.15 | 21.99 | 26 | - |
| YUV | 130.32 | 130.64 | 132.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 126 | 135 | 0 | 0.08 | 0.01 | 0.46 | 310.91 | 0.04 | 0.52 |
| Hex | 89 | 7E | 87 | 0 | 8 | 1 | 2E | 137 | 4 | 34 |
| Octal | 211 | 176 | 207 | 0 | 10 | 1 | 56 | 467 | 4 | 64 |
| Binary | 10001001 | 1111110 | 10000111 | 0 | 1000 | 1 | 101110 | 100110111 | 100 | 110100 |
Color Harmonies of #897E87
Complementary color
Monochromatic Colors of #897E87
Black with #897E87
Text Example
Text Example
White with #897E87
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #897E87; }
p { color: rgb(137,126,135); }
H1.HeaderClassName
{
color: #897E87;
}
.AnyTagClassName
{
color: #897E87;
}
</style>
background-color css
<style>
a { background-color: #897E87; }
a { background-color: rgb(137,126,135); }
div.DivClassName
{
background-color: #897E87;
}
.BgClassName
{
background-color: #897E87;
}
</style>
border-color css
<style>
span { border-color: #897E87; }
span { border-color: rgb(137,126,135); }
td.TdClassName
{
border-color: #897E87;
}
.TagClassName
{
border-color: #897E87;
}
</style>