Shades of Americano #887E76
Tints of Americano #887E76
RGB
CMYK
RGB Variations
Color information
#887E76 (or 0x887E76) is known color: Americano. HEX triplet: 88, 7E and 76. RGB value is (136,126,118). Sum of RGB (Red+Green+Blue) = 136+126+118=380 (50% of max value = 765). Red value is 136 (53.52% from 255 or 35.79% from 380); Green value is 126 (49.61% from 255 or 33.16% from 380); Blue value is 118 (46.48% from 255 or 31.05% from 380); Max value from RGB is 136 - color contains mainly: red. Hex color #887E76 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #887E76 is #778189. Grayscale: #808080. Windows color (decimal): -7831946 or 7765640. OLE color: 7765640.
HSL color Cylindrical-coordinate representation of color #887E76: hue angle of 26.67º degrees, saturation: 0.07, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #887E76 is Cyan = 0, Magento = 0.07, Yellow = 0.13 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 136 | 126 | 118 | - |
| CMYK | 0 | 0.07 | 0.13 | 0.47 |
| HSL | 26.67º | 0.07% | 0.5% | - |
| HSV(B) | 26.67º | 0.13% | 0.53% | - |
| XYZ | 20.88 | 21.46 | 20.18 | - |
| YUV | 128.08 | 122.31 | 133.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 126 | 118 | 0 | 0.07 | 0.13 | 0.47 | 26.67 | 0.07 | 0.5 |
| Hex | 88 | 7E | 76 | 0 | 7 | D | 2F | 1B | 7 | 32 |
| Octal | 210 | 176 | 166 | 0 | 7 | 15 | 57 | 33 | 7 | 62 |
| Binary | 10001000 | 1111110 | 1110110 | 0 | 111 | 1101 | 101111 | 11011 | 111 | 110010 |
Color Harmonies of #887E76
Complementary color
Monochromatic Colors of #887E76
Black with #887E76
Text Example
Text Example
White with #887E76
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #887E76; }
p { color: rgb(136,126,118); }
H1.HeaderClassName
{
color: #887E76;
}
.AnyTagClassName
{
color: #887E76;
}
</style>
background-color css
<style>
a { background-color: #887E76; }
a { background-color: rgb(136,126,118); }
div.DivClassName
{
background-color: #887E76;
}
.BgClassName
{
background-color: #887E76;
}
</style>
border-color css
<style>
span { border-color: #887E76; }
span { border-color: rgb(136,126,118); }
td.TdClassName
{
border-color: #887E76;
}
.TagClassName
{
border-color: #887E76;
}
</style>