Shades of Taupe Grey #897885
Tints of Taupe Grey #897885
RGB
CMYK
RGB Variations
Color information
#897885 (or 0x897885) is known color: Taupe Grey. HEX triplet: 89, 78 and 85. RGB value is (137,120,133). Sum of RGB (Red+Green+Blue) = 137+120+133=390 (51% of max value = 765). Red value is 137 (53.91% from 255 or 35.13% from 390); Green value is 120 (47.27% from 255 or 30.77% from 390); Blue value is 133 (52.34% from 255 or 34.10% from 390); Max value from RGB is 137 - color contains mainly: red. Hex color #897885 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #897885 is #76877A. Grayscale: #7E7E7E. Windows color (decimal): -7767931 or 8747145. OLE color: 8747145.
HSL color Cylindrical-coordinate representation of color #897885: hue angle of 314.12º 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 #897885 is Cyan = 0, Magento = 0.12, Yellow = 0.03 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 137 | 120 | 133 | - |
| CMYK | 0 | 0.12 | 0.03 | 0.46 |
| HSL | 314.12º | 0.07% | 0.5% | - |
| HSV(B) | 314.12º | 0.12% | 0.54% | - |
| XYZ | 21.27 | 20.44 | 25.02 | - |
| YUV | 126.57 | 131.63 | 135.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 120 | 133 | 0 | 0.12 | 0.03 | 0.46 | 314.12 | 0.07 | 0.5 |
| Hex | 89 | 78 | 85 | 0 | C | 3 | 2E | 13A | 7 | 32 |
| Octal | 211 | 170 | 205 | 0 | 14 | 3 | 56 | 472 | 7 | 62 |
| Binary | 10001001 | 1111000 | 10000101 | 0 | 1100 | 11 | 101110 | 100111010 | 111 | 110010 |
Color Harmonies of #897885
Complementary color
Monochromatic Colors of #897885
Black with #897885
Text Example
Text Example
White with #897885
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #897885; }
p { color: rgb(137,120,133); }
H1.HeaderClassName
{
color: #897885;
}
.AnyTagClassName
{
color: #897885;
}
</style>
background-color css
<style>
a { background-color: #897885; }
a { background-color: rgb(137,120,133); }
div.DivClassName
{
background-color: #897885;
}
.BgClassName
{
background-color: #897885;
}
</style>
border-color css
<style>
span { border-color: #897885; }
span { border-color: rgb(137,120,133); }
td.TdClassName
{
border-color: #897885;
}
.TagClassName
{
border-color: #897885;
}
</style>