Shades of Taupe Grey #897682
Tints of Taupe Grey #897682
RGB
CMYK
RGB Variations
Color information
#897682 (or 0x897682) is known color: Taupe Grey. HEX triplet: 89, 76 and 82. RGB value is (137,118,130). Sum of RGB (Red+Green+Blue) = 137+118+130=385 (50% of max value = 765). Red value is 137 (53.91% from 255 or 35.58% from 385); Green value is 118 (46.48% from 255 or 30.65% from 385); Blue value is 130 (51.17% from 255 or 33.77% from 385); Max value from RGB is 137 - color contains mainly: red. Hex color #897682 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #897682 is #76897D. Grayscale: #7D7D7D. Windows color (decimal): -7768446 or 8550025. OLE color: 8550025.
HSL color Cylindrical-coordinate representation of color #897682: hue angle of 322.11º degrees, saturation: 0.07, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #897682 is Cyan = 0, Magento = 0.14, Yellow = 0.05 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 137 | 118 | 130 | - |
| CMYK | 0 | 0.14 | 0.05 | 0.46 |
| HSL | 322.11º | 0.07% | 0.5% | - |
| HSV(B) | 322.11º | 0.14% | 0.54% | - |
| XYZ | 20.82 | 19.89 | 23.86 | - |
| YUV | 125.05 | 130.79 | 136.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 118 | 130 | 0 | 0.14 | 0.05 | 0.46 | 322.11 | 0.07 | 0.5 |
| Hex | 89 | 76 | 82 | 0 | E | 5 | 2E | 142 | 7 | 32 |
| Octal | 211 | 166 | 202 | 0 | 16 | 5 | 56 | 502 | 7 | 62 |
| Binary | 10001001 | 1110110 | 10000010 | 0 | 1110 | 101 | 101110 | 101000010 | 111 | 110010 |
Color Harmonies of #897682
Complementary color
Monochromatic Colors of #897682
Black with #897682
Text Example
Text Example
White with #897682
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #897682; }
p { color: rgb(137,118,130); }
H1.HeaderClassName
{
color: #897682;
}
.AnyTagClassName
{
color: #897682;
}
</style>
background-color css
<style>
a { background-color: #897682; }
a { background-color: rgb(137,118,130); }
div.DivClassName
{
background-color: #897682;
}
.BgClassName
{
background-color: #897682;
}
</style>
border-color css
<style>
span { border-color: #897682; }
span { border-color: rgb(137,118,130); }
td.TdClassName
{
border-color: #897682;
}
.TagClassName
{
border-color: #897682;
}
</style>