Shades of Taupe Grey #897987
Tints of Taupe Grey #897987
RGB
CMYK
RGB Variations
Color information
#897987 (or 0x897987) is known color: Taupe Grey. HEX triplet: 89, 79 and 87. RGB value is (137,121,135). Sum of RGB (Red+Green+Blue) = 137+121+135=393 (52% of max value = 765). Red value is 137 (53.91% from 255 or 34.86% from 393); Green value is 121 (47.66% from 255 or 30.79% from 393); Blue value is 135 (53.12% from 255 or 34.35% from 393); Max value from RGB is 137 - color contains mainly: red. Hex color #897987 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #897987 is #768678. Grayscale: #7F7F7F. Windows color (decimal): -7767673 or 8878473. OLE color: 8878473.
HSL color Cylindrical-coordinate representation of color #897987: hue angle of 307.5º degrees, saturation: 0.06, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #897987 is Cyan = 0, Magento = 0.12, Yellow = 0.01 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 137 | 121 | 135 | - |
| CMYK | 0 | 0.12 | 0.01 | 0.46 |
| HSL | 307.5º | 0.06% | 0.51% | - |
| HSV(B) | 307.5º | 0.12% | 0.54% | - |
| XYZ | 21.53 | 20.74 | 25.79 | - |
| YUV | 127.38 | 132.3 | 134.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 121 | 135 | 0 | 0.12 | 0.01 | 0.46 | 307.5 | 0.06 | 0.51 |
| Hex | 89 | 79 | 87 | 0 | C | 1 | 2E | 134 | 6 | 33 |
| Octal | 211 | 171 | 207 | 0 | 14 | 1 | 56 | 464 | 6 | 63 |
| Binary | 10001001 | 1111001 | 10000111 | 0 | 1100 | 1 | 101110 | 100110100 | 110 | 110011 |
Color Harmonies of #897987
Complementary color
Monochromatic Colors of #897987
Black with #897987
Text Example
Text Example
White with #897987
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #897987; }
p { color: rgb(137,121,135); }
H1.HeaderClassName
{
color: #897987;
}
.AnyTagClassName
{
color: #897987;
}
</style>
background-color css
<style>
a { background-color: #897987; }
a { background-color: rgb(137,121,135); }
div.DivClassName
{
background-color: #897987;
}
.BgClassName
{
background-color: #897987;
}
</style>
border-color css
<style>
span { border-color: #897987; }
span { border-color: rgb(137,121,135); }
td.TdClassName
{
border-color: #897987;
}
.TagClassName
{
border-color: #897987;
}
</style>