Shades of Taupe Grey #897782
Tints of Taupe Grey #897782
RGB
CMYK
RGB Variations
Color information
#897782 (or 0x897782) is known color: Taupe Grey. HEX triplet: 89, 77 and 82. RGB value is (137,119,130). Sum of RGB (Red+Green+Blue) = 137+119+130=386 (51% of max value = 765). Red value is 137 (53.91% from 255 or 35.49% from 386); Green value is 119 (46.88% from 255 or 30.83% from 386); Blue value is 130 (51.17% from 255 or 33.68% from 386); Max value from RGB is 137 - color contains mainly: red. Hex color #897782 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #897782 is #76887D. Grayscale: #7D7D7D. Windows color (decimal): -7768190 or 8550281. OLE color: 8550281.
HSL color Cylindrical-coordinate representation of color #897782: hue angle of 323.33º degrees, saturation: 0.07, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #897782 is Cyan = 0, Magento = 0.13, Yellow = 0.05 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 137 | 119 | 130 | - |
| CMYK | 0 | 0.13 | 0.05 | 0.46 |
| HSL | 323.33º | 0.07% | 0.5% | - |
| HSV(B) | 323.33º | 0.13% | 0.54% | - |
| XYZ | 20.94 | 20.12 | 23.9 | - |
| YUV | 125.64 | 130.46 | 136.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 119 | 130 | 0 | 0.13 | 0.05 | 0.46 | 323.33 | 0.07 | 0.5 |
| Hex | 89 | 77 | 82 | 0 | D | 5 | 2E | 143 | 7 | 32 |
| Octal | 211 | 167 | 202 | 0 | 15 | 5 | 56 | 503 | 7 | 62 |
| Binary | 10001001 | 1110111 | 10000010 | 0 | 1101 | 101 | 101110 | 101000011 | 111 | 110010 |
Color Harmonies of #897782
Complementary color
Monochromatic Colors of #897782
Black with #897782
Text Example
Text Example
White with #897782
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #897782; }
p { color: rgb(137,119,130); }
H1.HeaderClassName
{
color: #897782;
}
.AnyTagClassName
{
color: #897782;
}
</style>
background-color css
<style>
a { background-color: #897782; }
a { background-color: rgb(137,119,130); }
div.DivClassName
{
background-color: #897782;
}
.BgClassName
{
background-color: #897782;
}
</style>
border-color css
<style>
span { border-color: #897782; }
span { border-color: rgb(137,119,130); }
td.TdClassName
{
border-color: #897782;
}
.TagClassName
{
border-color: #897782;
}
</style>