Shades of Americano #897D73
Tints of Americano #897D73
RGB
CMYK
RGB Variations
Color information
#897D73 (or 0x897D73) is known color: Americano. HEX triplet: 89, 7D and 73. RGB value is (137,125,115). Sum of RGB (Red+Green+Blue) = 137+125+115=377 (49% of max value = 765). Red value is 137 (53.91% from 255 or 36.34% from 377); Green value is 125 (49.22% from 255 or 33.16% from 377); Blue value is 115 (45.31% from 255 or 30.50% from 377); Max value from RGB is 137 - color contains mainly: red. Hex color #897D73 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #897D73 is #76828C. Grayscale: #7F7F7F. Windows color (decimal): -7766669 or 7568777. OLE color: 7568777.
HSL color Cylindrical-coordinate representation of color #897D73: hue angle of 27.27º degrees, saturation: 0.09, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #897D73 is Cyan = 0, Magento = 0.09, Yellow = 0.16 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 137 | 125 | 115 | - |
| CMYK | 0 | 0.09 | 0.16 | 0.46 |
| HSL | 27.27º | 0.09% | 0.49% | - |
| HSV(B) | 27.27º | 0.16% | 0.54% | - |
| XYZ | 20.74 | 21.22 | 19.22 | - |
| YUV | 127.45 | 120.98 | 134.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 125 | 115 | 0 | 0.09 | 0.16 | 0.46 | 27.27 | 0.09 | 0.49 |
| Hex | 89 | 7D | 73 | 0 | 9 | 10 | 2E | 1B | 9 | 31 |
| Octal | 211 | 175 | 163 | 0 | 11 | 20 | 56 | 33 | 11 | 61 |
| Binary | 10001001 | 1111101 | 1110011 | 0 | 1001 | 10000 | 101110 | 11011 | 1001 | 110001 |
Color Harmonies of #897D73
Complementary color
Monochromatic Colors of #897D73
Black with #897D73
Text Example
Text Example
White with #897D73
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #897D73; }
p { color: rgb(137,125,115); }
H1.HeaderClassName
{
color: #897D73;
}
.AnyTagClassName
{
color: #897D73;
}
</style>
background-color css
<style>
a { background-color: #897D73; }
a { background-color: rgb(137,125,115); }
div.DivClassName
{
background-color: #897D73;
}
.BgClassName
{
background-color: #897D73;
}
</style>
border-color css
<style>
span { border-color: #897D73; }
span { border-color: rgb(137,125,115); }
td.TdClassName
{
border-color: #897D73;
}
.TagClassName
{
border-color: #897D73;
}
</style>