Shades of Taupe Grey #897A83
Tints of Taupe Grey #897A83
RGB
CMYK
RGB Variations
Color information
#897A83 (or 0x897A83) is known color: Taupe Grey. HEX triplet: 89, 7A and 83. RGB value is (137,122,131). Sum of RGB (Red+Green+Blue) = 137+122+131=390 (51% of max value = 765). Red value is 137 (53.91% from 255 or 35.13% from 390); Green value is 122 (48.05% from 255 or 31.28% from 390); Blue value is 131 (51.56% from 255 or 33.59% from 390); Max value from RGB is 137 - color contains mainly: red. Hex color #897A83 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #897A83 is #76857C. Grayscale: #7F7F7F. Windows color (decimal): -7767421 or 8616585. OLE color: 8616585.
HSL color Cylindrical-coordinate representation of color #897A83: hue angle of 324º degrees, saturation: 0.06, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #897A83 is Cyan = 0, Magento = 0.11, Yellow = 0.04 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 137 | 122 | 131 | - |
| CMYK | 0 | 0.11 | 0.04 | 0.46 |
| HSL | 324º | 0.06% | 0.51% | - |
| HSV(B) | 324º | 0.11% | 0.54% | - |
| XYZ | 21.37 | 20.88 | 24.38 | - |
| YUV | 127.51 | 129.97 | 134.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 122 | 131 | 0 | 0.11 | 0.04 | 0.46 | 324 | 0.06 | 0.51 |
| Hex | 89 | 7A | 83 | 0 | B | 4 | 2E | 144 | 6 | 33 |
| Octal | 211 | 172 | 203 | 0 | 13 | 4 | 56 | 504 | 6 | 63 |
| Binary | 10001001 | 1111010 | 10000011 | 0 | 1011 | 100 | 101110 | 101000100 | 110 | 110011 |
Color Harmonies of #897A83
Complementary color
Monochromatic Colors of #897A83
Black with #897A83
Text Example
Text Example
White with #897A83
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #897A83; }
p { color: rgb(137,122,131); }
H1.HeaderClassName
{
color: #897A83;
}
.AnyTagClassName
{
color: #897A83;
}
</style>
background-color css
<style>
a { background-color: #897A83; }
a { background-color: rgb(137,122,131); }
div.DivClassName
{
background-color: #897A83;
}
.BgClassName
{
background-color: #897A83;
}
</style>
border-color css
<style>
span { border-color: #897A83; }
span { border-color: rgb(137,122,131); }
td.TdClassName
{
border-color: #897A83;
}
.TagClassName
{
border-color: #897A83;
}
</style>