Shades of Americano #898077
Tints of Americano #898077
RGB
CMYK
RGB Variations
Color information
#898077 (or 0x898077) is known color: Americano. HEX triplet: 89, 80 and 77. RGB value is (137,128,119). Sum of RGB (Red+Green+Blue) = 137+128+119=384 (50% of max value = 765). Red value is 137 (53.91% from 255 or 35.68% from 384); Green value is 128 (50.39% from 255 or 33.33% from 384); Blue value is 119 (46.88% from 255 or 30.99% from 384); Max value from RGB is 137 - color contains mainly: red. Hex color #898077 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #898077 is #767F88. Grayscale: #818181. Windows color (decimal): -7765897 or 7831689. OLE color: 7831689.
HSL color Cylindrical-coordinate representation of color #898077: hue angle of 30º 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 #898077 is Cyan = 0, Magento = 0.07, Yellow = 0.13 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 137 | 128 | 119 | - |
| CMYK | 0 | 0.07 | 0.13 | 0.46 |
| HSL | 30º | 0.07% | 0.5% | - |
| HSV(B) | 30º | 0.13% | 0.54% | - |
| XYZ | 21.37 | 22.09 | 20.59 | - |
| YUV | 129.67 | 121.98 | 133.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 128 | 119 | 0 | 0.07 | 0.13 | 0.46 | 30 | 0.07 | 0.5 |
| Hex | 89 | 80 | 77 | 0 | 7 | D | 2E | 1E | 7 | 32 |
| Octal | 211 | 200 | 167 | 0 | 7 | 15 | 56 | 36 | 7 | 62 |
| Binary | 10001001 | 10000000 | 1110111 | 0 | 111 | 1101 | 101110 | 11110 | 111 | 110010 |
Color Harmonies of #898077
Complementary color
Monochromatic Colors of #898077
Black with #898077
Text Example
Text Example
White with #898077
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #898077; }
p { color: rgb(137,128,119); }
H1.HeaderClassName
{
color: #898077;
}
.AnyTagClassName
{
color: #898077;
}
</style>
background-color css
<style>
a { background-color: #898077; }
a { background-color: rgb(137,128,119); }
div.DivClassName
{
background-color: #898077;
}
.BgClassName
{
background-color: #898077;
}
</style>
border-color css
<style>
span { border-color: #898077; }
span { border-color: rgb(137,128,119); }
td.TdClassName
{
border-color: #898077;
}
.TagClassName
{
border-color: #898077;
}
</style>