Shades of Americano #887D70
Tints of Americano #887D70
RGB
CMYK
RGB Variations
Color information
#887D70 (or 0x887D70) is known color: Americano. HEX triplet: 88, 7D and 70. RGB value is (136,125,112). Sum of RGB (Red+Green+Blue) = 136+125+112=373 (49% of max value = 765). Red value is 136 (53.52% from 255 or 36.46% from 373); Green value is 125 (49.22% from 255 or 33.51% from 373); Blue value is 112 (44.14% from 255 or 30.03% from 373); Max value from RGB is 136 - color contains mainly: red. Hex color #887D70 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #887D70 is #77828F. Grayscale: #7E7E7E. Windows color (decimal): -7832208 or 7372168. OLE color: 7372168.
HSL color Cylindrical-coordinate representation of color #887D70: hue angle of 32.5º degrees, saturation: 0.1, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #887D70 is Cyan = 0, Magento = 0.08, Yellow = 0.18 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 136 | 125 | 112 | - |
| CMYK | 0 | 0.08 | 0.18 | 0.47 |
| HSL | 32.5º | 0.1% | 0.49% | - |
| HSV(B) | 32.5º | 0.18% | 0.53% | - |
| XYZ | 20.41 | 21.07 | 18.32 | - |
| YUV | 126.81 | 119.64 | 134.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 125 | 112 | 0 | 0.08 | 0.18 | 0.47 | 32.5 | 0.1 | 0.49 |
| Hex | 88 | 7D | 70 | 0 | 8 | 12 | 2F | 20 | A | 31 |
| Octal | 210 | 175 | 160 | 0 | 10 | 22 | 57 | 40 | 12 | 61 |
| Binary | 10001000 | 1111101 | 1110000 | 0 | 1000 | 10010 | 101111 | 100000 | 1010 | 110001 |
Color Harmonies of #887D70
Complementary color
Monochromatic Colors of #887D70
Black with #887D70
Text Example
Text Example
White with #887D70
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #887D70; }
p { color: rgb(136,125,112); }
H1.HeaderClassName
{
color: #887D70;
}
.AnyTagClassName
{
color: #887D70;
}
</style>
background-color css
<style>
a { background-color: #887D70; }
a { background-color: rgb(136,125,112); }
div.DivClassName
{
background-color: #887D70;
}
.BgClassName
{
background-color: #887D70;
}
</style>
border-color css
<style>
span { border-color: #887D70; }
span { border-color: rgb(136,125,112); }
td.TdClassName
{
border-color: #887D70;
}
.TagClassName
{
border-color: #887D70;
}
</style>