Shades of Taupe Grey #897A85
Tints of Taupe Grey #897A85
RGB
CMYK
RGB Variations
Color information
#897A85 (or 0x897A85) is known color: Taupe Grey. HEX triplet: 89, 7A and 85. RGB value is (137,122,133). Sum of RGB (Red+Green+Blue) = 137+122+133=392 (51% of max value = 765). Red value is 137 (53.91% from 255 or 34.95% from 392); Green value is 122 (48.05% from 255 or 31.12% from 392); Blue value is 133 (52.34% from 255 or 33.93% from 392); Max value from RGB is 137 - color contains mainly: red. Hex color #897A85 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #897A85 is #76857A. Grayscale: #7F7F7F. Windows color (decimal): -7767419 or 8747657. OLE color: 8747657.
HSL color Cylindrical-coordinate representation of color #897A85: hue angle of 316º degrees, saturation: 0.06, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #897A85 is Cyan = 0, Magento = 0.11, Yellow = 0.03 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 137 | 122 | 133 | - |
| CMYK | 0 | 0.11 | 0.03 | 0.46 |
| HSL | 316º | 0.06% | 0.51% | - |
| HSV(B) | 316º | 0.11% | 0.54% | - |
| XYZ | 21.51 | 20.93 | 25.1 | - |
| YUV | 127.74 | 130.97 | 134.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 122 | 133 | 0 | 0.11 | 0.03 | 0.46 | 316 | 0.06 | 0.51 |
| Hex | 89 | 7A | 85 | 0 | B | 3 | 2E | 13C | 6 | 33 |
| Octal | 211 | 172 | 205 | 0 | 13 | 3 | 56 | 474 | 6 | 63 |
| Binary | 10001001 | 1111010 | 10000101 | 0 | 1011 | 11 | 101110 | 100111100 | 110 | 110011 |
Color Harmonies of #897A85
Complementary color
Monochromatic Colors of #897A85
Black with #897A85
Text Example
Text Example
White with #897A85
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #897A85; }
p { color: rgb(137,122,133); }
H1.HeaderClassName
{
color: #897A85;
}
.AnyTagClassName
{
color: #897A85;
}
</style>
background-color css
<style>
a { background-color: #897A85; }
a { background-color: rgb(137,122,133); }
div.DivClassName
{
background-color: #897A85;
}
.BgClassName
{
background-color: #897A85;
}
</style>
border-color css
<style>
span { border-color: #897A85; }
span { border-color: rgb(137,122,133); }
td.TdClassName
{
border-color: #897A85;
}
.TagClassName
{
border-color: #897A85;
}
</style>