Shades of Taupe Grey #897783
Tints of Taupe Grey #897783
RGB
CMYK
RGB Variations
Color information
#897783 (or 0x897783) is known color: Taupe Grey. HEX triplet: 89, 77 and 83. RGB value is (137,119,131). Sum of RGB (Red+Green+Blue) = 137+119+131=387 (51% of max value = 765). Red value is 137 (53.91% from 255 or 35.40% from 387); Green value is 119 (46.88% from 255 or 30.75% from 387); Blue value is 131 (51.56% from 255 or 33.85% from 387); Max value from RGB is 137 - color contains mainly: red. Hex color #897783 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #897783 is #76887C. Grayscale: #7D7D7D. Windows color (decimal): -7768189 or 8615817. OLE color: 8615817.
HSL color Cylindrical-coordinate representation of color #897783: hue angle of 320º 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 #897783 is Cyan = 0, Magento = 0.13, Yellow = 0.04 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 137 | 119 | 131 | - |
| CMYK | 0 | 0.13 | 0.04 | 0.46 |
| HSL | 320º | 0.07% | 0.5% | - |
| HSV(B) | 320º | 0.13% | 0.54% | - |
| XYZ | 21.01 | 20.15 | 24.25 | - |
| YUV | 125.75 | 130.96 | 136.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 119 | 131 | 0 | 0.13 | 0.04 | 0.46 | 320 | 0.07 | 0.5 |
| Hex | 89 | 77 | 83 | 0 | D | 4 | 2E | 140 | 7 | 32 |
| Octal | 211 | 167 | 203 | 0 | 15 | 4 | 56 | 500 | 7 | 62 |
| Binary | 10001001 | 1110111 | 10000011 | 0 | 1101 | 100 | 101110 | 101000000 | 111 | 110010 |
Color Harmonies of #897783
Complementary color
Monochromatic Colors of #897783
Black with #897783
Text Example
Text Example
White with #897783
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #897783; }
p { color: rgb(137,119,131); }
H1.HeaderClassName
{
color: #897783;
}
.AnyTagClassName
{
color: #897783;
}
</style>
background-color css
<style>
a { background-color: #897783; }
a { background-color: rgb(137,119,131); }
div.DivClassName
{
background-color: #897783;
}
.BgClassName
{
background-color: #897783;
}
</style>
border-color css
<style>
span { border-color: #897783; }
span { border-color: rgb(137,119,131); }
td.TdClassName
{
border-color: #897783;
}
.TagClassName
{
border-color: #897783;
}
</style>