Shades of Americano #887F76
Tints of Americano #887F76
RGB
CMYK
RGB Variations
Color information
#887F76 (or 0x887F76) is known color: Americano. HEX triplet: 88, 7F and 76. RGB value is (136,127,118). Sum of RGB (Red+Green+Blue) = 136+127+118=381 (50% of max value = 765). Red value is 136 (53.52% from 255 or 35.70% from 381); Green value is 127 (50% from 255 or 33.33% from 381); Blue value is 118 (46.48% from 255 or 30.97% from 381); Max value from RGB is 136 - color contains mainly: red. Hex color #887F76 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #887F76 is #778089. Grayscale: #808080. Windows color (decimal): -7831690 or 7765896. OLE color: 7765896.
HSL color Cylindrical-coordinate representation of color #887F76: hue angle of 30º 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 #887F76 is Cyan = 0, Magento = 0.07, Yellow = 0.13 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 136 | 127 | 118 | - |
| CMYK | 0 | 0.07 | 0.13 | 0.47 |
| HSL | 30º | 0.07% | 0.5% | - |
| HSV(B) | 30º | 0.13% | 0.53% | - |
| XYZ | 21.01 | 21.72 | 20.22 | - |
| YUV | 128.67 | 121.98 | 133.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 127 | 118 | 0 | 0.07 | 0.13 | 0.47 | 30 | 0.07 | 0.5 |
| Hex | 88 | 7F | 76 | 0 | 7 | D | 2F | 1E | 7 | 32 |
| Octal | 210 | 177 | 166 | 0 | 7 | 15 | 57 | 36 | 7 | 62 |
| Binary | 10001000 | 1111111 | 1110110 | 0 | 111 | 1101 | 101111 | 11110 | 111 | 110010 |
Color Harmonies of #887F76
Complementary color
Monochromatic Colors of #887F76
Black with #887F76
Text Example
Text Example
White with #887F76
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #887F76; }
p { color: rgb(136,127,118); }
H1.HeaderClassName
{
color: #887F76;
}
.AnyTagClassName
{
color: #887F76;
}
</style>
background-color css
<style>
a { background-color: #887F76; }
a { background-color: rgb(136,127,118); }
div.DivClassName
{
background-color: #887F76;
}
.BgClassName
{
background-color: #887F76;
}
</style>
border-color css
<style>
span { border-color: #887F76; }
span { border-color: rgb(136,127,118); }
td.TdClassName
{
border-color: #887F76;
}
.TagClassName
{
border-color: #887F76;
}
</style>