Shades of Americano #897E75
Tints of Americano #897E75
RGB
CMYK
RGB Variations
Color information
#897E75 (or 0x897E75) is known color: Americano. HEX triplet: 89, 7E and 75. RGB value is (137,126,117). Sum of RGB (Red+Green+Blue) = 137+126+117=380 (50% of max value = 765). Red value is 137 (53.91% from 255 or 36.05% from 380); Green value is 126 (49.61% from 255 or 33.16% from 380); Blue value is 117 (46.09% from 255 or 30.79% from 380); Max value from RGB is 137 - color contains mainly: red. Hex color #897E75 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #897E75 is #76818A. Grayscale: #808080. Windows color (decimal): -7766411 or 7700105. OLE color: 7700105.
HSL color Cylindrical-coordinate representation of color #897E75: hue angle of 27º degrees, saturation: 0.08, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #897E75 is Cyan = 0, Magento = 0.08, Yellow = 0.15 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 137 | 126 | 117 | - |
| CMYK | 0 | 0.08 | 0.15 | 0.46 |
| HSL | 27º | 0.08% | 0.5% | - |
| HSV(B) | 27º | 0.15% | 0.54% | - |
| XYZ | 20.99 | 21.52 | 19.88 | - |
| YUV | 128.26 | 121.64 | 134.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 126 | 117 | 0 | 0.08 | 0.15 | 0.46 | 27 | 0.08 | 0.5 |
| Hex | 89 | 7E | 75 | 0 | 8 | F | 2E | 1B | 8 | 32 |
| Octal | 211 | 176 | 165 | 0 | 10 | 17 | 56 | 33 | 10 | 62 |
| Binary | 10001001 | 1111110 | 1110101 | 0 | 1000 | 1111 | 101110 | 11011 | 1000 | 110010 |
Color Harmonies of #897E75
Complementary color
Monochromatic Colors of #897E75
Black with #897E75
Text Example
Text Example
White with #897E75
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #897E75; }
p { color: rgb(137,126,117); }
H1.HeaderClassName
{
color: #897E75;
}
.AnyTagClassName
{
color: #897E75;
}
</style>
background-color css
<style>
a { background-color: #897E75; }
a { background-color: rgb(137,126,117); }
div.DivClassName
{
background-color: #897E75;
}
.BgClassName
{
background-color: #897E75;
}
</style>
border-color css
<style>
span { border-color: #897E75; }
span { border-color: rgb(137,126,117); }
td.TdClassName
{
border-color: #897E75;
}
.TagClassName
{
border-color: #897E75;
}
</style>