Shades of Americano #887F77
Tints of Americano #887F77
RGB
CMYK
RGB Variations
Color information
#887F77 (or 0x887F77) is known color: Americano. HEX triplet: 88, 7F and 77. RGB value is (136,127,119). Sum of RGB (Red+Green+Blue) = 136+127+119=382 (50% of max value = 765). Red value is 136 (53.52% from 255 or 35.60% from 382); Green value is 127 (50% from 255 or 33.25% from 382); Blue value is 119 (46.88% from 255 or 31.15% from 382); Max value from RGB is 136 - color contains mainly: red. Hex color #887F77 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #887F77 is #778088. Grayscale: #808080. Windows color (decimal): -7831689 or 7831432. OLE color: 7831432.
HSL color Cylindrical-coordinate representation of color #887F77: hue angle of 28.24º degrees, saturation: 0.07, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #887F77 is Cyan = 0, Magento = 0.07, Yellow = 0.12 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 136 | 127 | 119 | - |
| CMYK | 0 | 0.07 | 0.12 | 0.47 |
| HSL | 28.24º | 0.07% | 0.5% | - |
| HSV(B) | 28.24º | 0.13% | 0.53% | - |
| XYZ | 21.07 | 21.74 | 20.54 | - |
| YUV | 128.78 | 122.48 | 133.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 127 | 119 | 0 | 0.07 | 0.12 | 0.47 | 28.24 | 0.07 | 0.5 |
| Hex | 88 | 7F | 77 | 0 | 7 | C | 2F | 1C | 7 | 32 |
| Octal | 210 | 177 | 167 | 0 | 7 | 14 | 57 | 34 | 7 | 62 |
| Binary | 10001000 | 1111111 | 1110111 | 0 | 111 | 1100 | 101111 | 11100 | 111 | 110010 |
Color Harmonies of #887F77
Complementary color
Monochromatic Colors of #887F77
Black with #887F77
Text Example
Text Example
White with #887F77
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #887F77; }
p { color: rgb(136,127,119); }
H1.HeaderClassName
{
color: #887F77;
}
.AnyTagClassName
{
color: #887F77;
}
</style>
background-color css
<style>
a { background-color: #887F77; }
a { background-color: rgb(136,127,119); }
div.DivClassName
{
background-color: #887F77;
}
.BgClassName
{
background-color: #887F77;
}
</style>
border-color css
<style>
span { border-color: #887F77; }
span { border-color: rgb(136,127,119); }
td.TdClassName
{
border-color: #887F77;
}
.TagClassName
{
border-color: #887F77;
}
</style>