Shades of Taupe Grey #897B83
Tints of Taupe Grey #897B83
RGB
CMYK
RGB Variations
Color information
#897B83 (or 0x897B83) is known color: Taupe Grey. HEX triplet: 89, 7B and 83. RGB value is (137,123,131). Sum of RGB (Red+Green+Blue) = 137+123+131=391 (51% of max value = 765). Red value is 137 (53.91% from 255 or 35.04% from 391); Green value is 123 (48.44% from 255 or 31.46% from 391); Blue value is 131 (51.56% from 255 or 33.50% from 391); Max value from RGB is 137 - color contains mainly: red. Hex color #897B83 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #897B83 is #76847C. Grayscale: #808080. Windows color (decimal): -7767165 or 8616841. OLE color: 8616841.
HSL color Cylindrical-coordinate representation of color #897B83: hue angle of 325.71º degrees, saturation: 0.06, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #897B83 is Cyan = 0, Magento = 0.10, Yellow = 0.04 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 137 | 123 | 131 | - |
| CMYK | 0 | 0.10 | 0.04 | 0.46 |
| HSL | 325.71º | 0.06% | 0.51% | - |
| HSV(B) | 325.71º | 0.1% | 0.54% | - |
| XYZ | 21.5 | 21.12 | 24.42 | - |
| YUV | 128.1 | 129.64 | 134.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 123 | 131 | 0 | 0.10 | 0.04 | 0.46 | 325.71 | 0.06 | 0.51 |
| Hex | 89 | 7B | 83 | 0 | A | 4 | 2E | 146 | 6 | 33 |
| Octal | 211 | 173 | 203 | 0 | 12 | 4 | 56 | 506 | 6 | 63 |
| Binary | 10001001 | 1111011 | 10000011 | 0 | 1010 | 100 | 101110 | 101000110 | 110 | 110011 |
Color Harmonies of #897B83
Complementary color
Monochromatic Colors of #897B83
Black with #897B83
Text Example
Text Example
White with #897B83
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #897B83; }
p { color: rgb(137,123,131); }
H1.HeaderClassName
{
color: #897B83;
}
.AnyTagClassName
{
color: #897B83;
}
</style>
background-color css
<style>
a { background-color: #897B83; }
a { background-color: rgb(137,123,131); }
div.DivClassName
{
background-color: #897B83;
}
.BgClassName
{
background-color: #897B83;
}
</style>
border-color css
<style>
span { border-color: #897B83; }
span { border-color: rgb(137,123,131); }
td.TdClassName
{
border-color: #897B83;
}
.TagClassName
{
border-color: #897B83;
}
</style>