Shades of Taupe Grey #897F86
Tints of Taupe Grey #897F86
RGB
CMYK
RGB Variations
Color information
#897F86 (or 0x897F86) is known color: Taupe Grey. HEX triplet: 89, 7F and 86. RGB value is (137,127,134). Sum of RGB (Red+Green+Blue) = 137+127+134=398 (52% of max value = 765). Red value is 137 (53.91% from 255 or 34.42% from 398); Green value is 127 (50% from 255 or 31.91% from 398); Blue value is 134 (52.73% from 255 or 33.67% from 398); Max value from RGB is 137 - color contains mainly: red. Hex color #897F86 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #897F86 is #768079. Grayscale: #828282. Windows color (decimal): -7766138 or 8814473. OLE color: 8814473.
HSL color Cylindrical-coordinate representation of color #897F86: hue angle of 318º degrees, saturation: 0.04, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #897F86 is Cyan = 0, Magento = 0.07, Yellow = 0.02 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 137 | 127 | 134 | - |
| CMYK | 0 | 0.07 | 0.02 | 0.46 |
| HSL | 318º | 0.04% | 0.52% | - |
| HSV(B) | 318º | 0.07% | 0.54% | - |
| XYZ | 22.21 | 22.22 | 25.67 | - |
| YUV | 130.79 | 129.81 | 132.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 127 | 134 | 0 | 0.07 | 0.02 | 0.46 | 318 | 0.04 | 0.52 |
| Hex | 89 | 7F | 86 | 0 | 7 | 2 | 2E | 13E | 4 | 34 |
| Octal | 211 | 177 | 206 | 0 | 7 | 2 | 56 | 476 | 4 | 64 |
| Binary | 10001001 | 1111111 | 10000110 | 0 | 111 | 10 | 101110 | 100111110 | 100 | 110100 |
Color Harmonies of #897F86
Complementary color
Monochromatic Colors of #897F86
Black with #897F86
Text Example
Text Example
White with #897F86
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #897F86; }
p { color: rgb(137,127,134); }
H1.HeaderClassName
{
color: #897F86;
}
.AnyTagClassName
{
color: #897F86;
}
</style>
background-color css
<style>
a { background-color: #897F86; }
a { background-color: rgb(137,127,134); }
div.DivClassName
{
background-color: #897F86;
}
.BgClassName
{
background-color: #897F86;
}
</style>
border-color css
<style>
span { border-color: #897F86; }
span { border-color: rgb(137,127,134); }
td.TdClassName
{
border-color: #897F86;
}
.TagClassName
{
border-color: #897F86;
}
</style>