Shades of Americano #888079
Tints of Americano #888079
RGB
CMYK
RGB Variations
Color information
#888079 (or 0x888079) is known color: Americano. HEX triplet: 88, 80 and 79. RGB value is (136,128,121). Sum of RGB (Red+Green+Blue) = 136+128+121=385 (50% of max value = 765). Red value is 136 (53.52% from 255 or 35.32% from 385); Green value is 128 (50.39% from 255 or 33.25% from 385); Blue value is 121 (47.66% from 255 or 31.43% from 385); Max value from RGB is 136 - color contains mainly: red. Hex color #888079 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #888079 is #777F86. Grayscale: #818181. Windows color (decimal): -7831431 or 7962760. OLE color: 7962760.
HSL color Cylindrical-coordinate representation of color #888079: hue angle of 28º degrees, saturation: 0.06, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #888079 is Cyan = 0, Magento = 0.06, Yellow = 0.11 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 136 | 128 | 121 | - |
| CMYK | 0 | 0.06 | 0.11 | 0.47 |
| HSL | 28º | 0.06% | 0.5% | - |
| HSV(B) | 28º | 0.11% | 0.53% | - |
| XYZ | 21.32 | 22.05 | 21.22 | - |
| YUV | 129.59 | 123.15 | 132.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 128 | 121 | 0 | 0.06 | 0.11 | 0.47 | 28 | 0.06 | 0.5 |
| Hex | 88 | 80 | 79 | 0 | 6 | B | 2F | 1C | 6 | 32 |
| Octal | 210 | 200 | 171 | 0 | 6 | 13 | 57 | 34 | 6 | 62 |
| Binary | 10001000 | 10000000 | 1111001 | 0 | 110 | 1011 | 101111 | 11100 | 110 | 110010 |
Color Harmonies of #888079
Complementary color
Monochromatic Colors of #888079
Black with #888079
Text Example
Text Example
White with #888079
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #888079; }
p { color: rgb(136,128,121); }
H1.HeaderClassName
{
color: #888079;
}
.AnyTagClassName
{
color: #888079;
}
</style>
background-color css
<style>
a { background-color: #888079; }
a { background-color: rgb(136,128,121); }
div.DivClassName
{
background-color: #888079;
}
.BgClassName
{
background-color: #888079;
}
</style>
border-color css
<style>
span { border-color: #888079; }
span { border-color: rgb(136,128,121); }
td.TdClassName
{
border-color: #888079;
}
.TagClassName
{
border-color: #888079;
}
</style>