Shades of Taupe Grey #897C87
Tints of Taupe Grey #897C87
RGB
CMYK
RGB Variations
Color information
#897C87 (or 0x897C87) is known color: Taupe Grey. HEX triplet: 89, 7C and 87. RGB value is (137,124,135). Sum of RGB (Red+Green+Blue) = 137+124+135=396 (52% of max value = 765). Red value is 137 (53.91% from 255 or 34.60% from 396); Green value is 124 (48.83% from 255 or 31.31% from 396); Blue value is 135 (53.12% from 255 or 34.09% from 396); Max value from RGB is 137 - color contains mainly: red. Hex color #897C87 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #897C87 is #768378. Grayscale: #818181. Windows color (decimal): -7766905 or 8879241. OLE color: 8879241.
HSL color Cylindrical-coordinate representation of color #897C87: hue angle of 309.23º degrees, saturation: 0.05, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #897C87 is Cyan = 0, Magento = 0.09, Yellow = 0.01 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 137 | 124 | 135 | - |
| CMYK | 0 | 0.09 | 0.01 | 0.46 |
| HSL | 309.23º | 0.05% | 0.51% | - |
| HSV(B) | 309.23º | 0.09% | 0.54% | - |
| XYZ | 21.9 | 21.48 | 25.91 | - |
| YUV | 129.14 | 131.31 | 133.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 124 | 135 | 0 | 0.09 | 0.01 | 0.46 | 309.23 | 0.05 | 0.51 |
| Hex | 89 | 7C | 87 | 0 | 9 | 1 | 2E | 135 | 5 | 33 |
| Octal | 211 | 174 | 207 | 0 | 11 | 1 | 56 | 465 | 5 | 63 |
| Binary | 10001001 | 1111100 | 10000111 | 0 | 1001 | 1 | 101110 | 100110101 | 101 | 110011 |
Color Harmonies of #897C87
Complementary color
Monochromatic Colors of #897C87
Black with #897C87
Text Example
Text Example
White with #897C87
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #897C87; }
p { color: rgb(137,124,135); }
H1.HeaderClassName
{
color: #897C87;
}
.AnyTagClassName
{
color: #897C87;
}
</style>
background-color css
<style>
a { background-color: #897C87; }
a { background-color: rgb(137,124,135); }
div.DivClassName
{
background-color: #897C87;
}
.BgClassName
{
background-color: #897C87;
}
</style>
border-color css
<style>
span { border-color: #897C87; }
span { border-color: rgb(137,124,135); }
td.TdClassName
{
border-color: #897C87;
}
.TagClassName
{
border-color: #897C87;
}
</style>