Shades of Taupe Grey #897C83
Tints of Taupe Grey #897C83
RGB
CMYK
RGB Variations
Color information
#897C83 (or 0x897C83) is known color: Taupe Grey. HEX triplet: 89, 7C and 83. RGB value is (137,124,131). Sum of RGB (Red+Green+Blue) = 137+124+131=392 (51% of max value = 765). Red value is 137 (53.91% from 255 or 34.95% from 392); Green value is 124 (48.83% from 255 or 31.63% from 392); Blue value is 131 (51.56% from 255 or 33.42% from 392); Max value from RGB is 137 - color contains mainly: red. Hex color #897C83 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #897C83 is #76837C. Grayscale: #808080. Windows color (decimal): -7766909 or 8617097. OLE color: 8617097.
HSL color Cylindrical-coordinate representation of color #897C83: hue angle of 327.69º degrees, saturation: 0.05, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #897C83 is Cyan = 0, Magento = 0.09, Yellow = 0.04 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 137 | 124 | 131 | - |
| CMYK | 0 | 0.09 | 0.04 | 0.46 |
| HSL | 327.69º | 0.05% | 0.51% | - |
| HSV(B) | 327.69º | 0.09% | 0.54% | - |
| XYZ | 21.62 | 21.37 | 24.46 | - |
| YUV | 128.69 | 129.31 | 133.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 124 | 131 | 0 | 0.09 | 0.04 | 0.46 | 327.69 | 0.05 | 0.51 |
| Hex | 89 | 7C | 83 | 0 | 9 | 4 | 2E | 148 | 5 | 33 |
| Octal | 211 | 174 | 203 | 0 | 11 | 4 | 56 | 510 | 5 | 63 |
| Binary | 10001001 | 1111100 | 10000011 | 0 | 1001 | 100 | 101110 | 101001000 | 101 | 110011 |
Color Harmonies of #897C83
Complementary color
Monochromatic Colors of #897C83
Black with #897C83
Text Example
Text Example
White with #897C83
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #897C83; }
p { color: rgb(137,124,131); }
H1.HeaderClassName
{
color: #897C83;
}
.AnyTagClassName
{
color: #897C83;
}
</style>
background-color css
<style>
a { background-color: #897C83; }
a { background-color: rgb(137,124,131); }
div.DivClassName
{
background-color: #897C83;
}
.BgClassName
{
background-color: #897C83;
}
</style>
border-color css
<style>
span { border-color: #897C83; }
span { border-color: rgb(137,124,131); }
td.TdClassName
{
border-color: #897C83;
}
.TagClassName
{
border-color: #897C83;
}
</style>