Shades of Taupe Grey #897C85
Tints of Taupe Grey #897C85
RGB
CMYK
RGB Variations
Color information
#897C85 (or 0x897C85) is known color: Taupe Grey. HEX triplet: 89, 7C and 85. RGB value is (137,124,133). Sum of RGB (Red+Green+Blue) = 137+124+133=394 (52% of max value = 765). Red value is 137 (53.91% from 255 or 34.77% from 394); Green value is 124 (48.83% from 255 or 31.47% from 394); Blue value is 133 (52.34% from 255 or 33.76% from 394); Max value from RGB is 137 - color contains mainly: red. Hex color #897C85 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #897C85 is #76837A. Grayscale: #808080. Windows color (decimal): -7766907 or 8748169. OLE color: 8748169.
HSL color Cylindrical-coordinate representation of color #897C85: hue angle of 318.46º 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 #897C85 is Cyan = 0, Magento = 0.09, Yellow = 0.03 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 137 | 124 | 133 | - |
| CMYK | 0 | 0.09 | 0.03 | 0.46 |
| HSL | 318.46º | 0.05% | 0.51% | - |
| HSV(B) | 318.46º | 0.09% | 0.54% | - |
| XYZ | 21.76 | 21.43 | 25.18 | - |
| YUV | 128.91 | 130.31 | 133.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 124 | 133 | 0 | 0.09 | 0.03 | 0.46 | 318.46 | 0.05 | 0.51 |
| Hex | 89 | 7C | 85 | 0 | 9 | 3 | 2E | 13E | 5 | 33 |
| Octal | 211 | 174 | 205 | 0 | 11 | 3 | 56 | 476 | 5 | 63 |
| Binary | 10001001 | 1111100 | 10000101 | 0 | 1001 | 11 | 101110 | 100111110 | 101 | 110011 |
Color Harmonies of #897C85
Complementary color
Monochromatic Colors of #897C85
Black with #897C85
Text Example
Text Example
White with #897C85
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #897C85; }
p { color: rgb(137,124,133); }
H1.HeaderClassName
{
color: #897C85;
}
.AnyTagClassName
{
color: #897C85;
}
</style>
background-color css
<style>
a { background-color: #897C85; }
a { background-color: rgb(137,124,133); }
div.DivClassName
{
background-color: #897C85;
}
.BgClassName
{
background-color: #897C85;
}
</style>
border-color css
<style>
span { border-color: #897C85; }
span { border-color: rgb(137,124,133); }
td.TdClassName
{
border-color: #897C85;
}
.TagClassName
{
border-color: #897C85;
}
</style>