Shades of Taupe Grey #897888
Tints of Taupe Grey #897888
RGB
CMYK
RGB Variations
Color information
#897888 (or 0x897888) is known color: Taupe Grey. HEX triplet: 89, 78 and 88. RGB value is (137,120,136). Sum of RGB (Red+Green+Blue) = 137+120+136=393 (52% of max value = 765). Red value is 137 (53.91% from 255 or 34.86% from 393); Green value is 120 (47.27% from 255 or 30.53% from 393); Blue value is 136 (53.52% from 255 or 34.61% from 393); Max value from RGB is 137 - color contains mainly: red. Hex color #897888 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #897888 is #768777. Grayscale: #7E7E7E. Windows color (decimal): -7767928 or 8943753. OLE color: 8943753.
HSL color Cylindrical-coordinate representation of color #897888: hue angle of 303.53º degrees, saturation: 0.07, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #897888 is Cyan = 0, Magento = 0.12, Yellow = 0.01 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 137 | 120 | 136 | - |
| CMYK | 0 | 0.12 | 0.01 | 0.46 |
| HSL | 303.53º | 0.07% | 0.5% | - |
| HSV(B) | 303.53º | 0.12% | 0.54% | - |
| XYZ | 21.48 | 20.53 | 26.12 | - |
| YUV | 126.91 | 133.13 | 135.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 120 | 136 | 0 | 0.12 | 0.01 | 0.46 | 303.53 | 0.07 | 0.5 |
| Hex | 89 | 78 | 88 | 0 | C | 1 | 2E | 130 | 7 | 32 |
| Octal | 211 | 170 | 210 | 0 | 14 | 1 | 56 | 460 | 7 | 62 |
| Binary | 10001001 | 1111000 | 10001000 | 0 | 1100 | 1 | 101110 | 100110000 | 111 | 110010 |
Color Harmonies of #897888
Complementary color
Monochromatic Colors of #897888
Black with #897888
Text Example
Text Example
White with #897888
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #897888; }
p { color: rgb(137,120,136); }
H1.HeaderClassName
{
color: #897888;
}
.AnyTagClassName
{
color: #897888;
}
</style>
background-color css
<style>
a { background-color: #897888; }
a { background-color: rgb(137,120,136); }
div.DivClassName
{
background-color: #897888;
}
.BgClassName
{
background-color: #897888;
}
</style>
border-color css
<style>
span { border-color: #897888; }
span { border-color: rgb(137,120,136); }
td.TdClassName
{
border-color: #897888;
}
.TagClassName
{
border-color: #897888;
}
</style>