Shades of Taupe Grey #897988
Tints of Taupe Grey #897988
RGB
CMYK
RGB Variations
Color information
#897988 (or 0x897988) is known color: Taupe Grey. HEX triplet: 89, 79 and 88. RGB value is (137,121,136). Sum of RGB (Red+Green+Blue) = 137+121+136=394 (52% of max value = 765). Red value is 137 (53.91% from 255 or 34.77% from 394); Green value is 121 (47.66% from 255 or 30.71% from 394); Blue value is 136 (53.52% from 255 or 34.52% from 394); Max value from RGB is 137 - color contains mainly: red. Hex color #897988 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #897988 is #768677. Grayscale: #7F7F7F. Windows color (decimal): -7767672 or 8944009. OLE color: 8944009.
HSL color Cylindrical-coordinate representation of color #897988: hue angle of 303.75º 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 #897988 is Cyan = 0, Magento = 0.12, Yellow = 0.01 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 137 | 121 | 136 | - |
| CMYK | 0 | 0.12 | 0.01 | 0.46 |
| HSL | 303.75º | 0.06% | 0.51% | - |
| HSV(B) | 303.75º | 0.12% | 0.54% | - |
| XYZ | 21.6 | 20.77 | 26.16 | - |
| YUV | 127.49 | 132.8 | 134.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 121 | 136 | 0 | 0.12 | 0.01 | 0.46 | 303.75 | 0.06 | 0.51 |
| Hex | 89 | 79 | 88 | 0 | C | 1 | 2E | 130 | 6 | 33 |
| Octal | 211 | 171 | 210 | 0 | 14 | 1 | 56 | 460 | 6 | 63 |
| Binary | 10001001 | 1111001 | 10001000 | 0 | 1100 | 1 | 101110 | 100110000 | 110 | 110011 |
Color Harmonies of #897988
Complementary color
Monochromatic Colors of #897988
Black with #897988
Text Example
Text Example
White with #897988
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #897988; }
p { color: rgb(137,121,136); }
H1.HeaderClassName
{
color: #897988;
}
.AnyTagClassName
{
color: #897988;
}
</style>
background-color css
<style>
a { background-color: #897988; }
a { background-color: rgb(137,121,136); }
div.DivClassName
{
background-color: #897988;
}
.BgClassName
{
background-color: #897988;
}
</style>
border-color css
<style>
span { border-color: #897988; }
span { border-color: rgb(137,121,136); }
td.TdClassName
{
border-color: #897988;
}
.TagClassName
{
border-color: #897988;
}
</style>