Shades of Americano #888078
Tints of Americano #888078
RGB
CMYK
RGB Variations
Color information
#888078 (or 0x888078) is known color: Americano. HEX triplet: 88, 80 and 78. RGB value is (136,128,120). Sum of RGB (Red+Green+Blue) = 136+128+120=384 (50% of max value = 765). Red value is 136 (53.52% from 255 or 35.42% from 384); Green value is 128 (50.39% from 255 or 33.33% from 384); Blue value is 120 (47.27% from 255 or 31.25% from 384); Max value from RGB is 136 - color contains mainly: red. Hex color #888078 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #888078 is #777F87. Grayscale: #818181. Windows color (decimal): -7831432 or 7897224. OLE color: 7897224.
HSL color Cylindrical-coordinate representation of color #888078: hue angle of 30º degrees, saturation: 0.06, 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 #888078 is Cyan = 0, Magento = 0.06, Yellow = 0.12 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 136 | 128 | 120 | - |
| CMYK | 0 | 0.06 | 0.12 | 0.47 |
| HSL | 30º | 0.06% | 0.5% | - |
| HSV(B) | 30º | 0.12% | 0.53% | - |
| XYZ | 21.26 | 22.03 | 20.9 | - |
| YUV | 129.48 | 122.65 | 132.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 128 | 120 | 0 | 0.06 | 0.12 | 0.47 | 30 | 0.06 | 0.5 |
| Hex | 88 | 80 | 78 | 0 | 6 | C | 2F | 1E | 6 | 32 |
| Octal | 210 | 200 | 170 | 0 | 6 | 14 | 57 | 36 | 6 | 62 |
| Binary | 10001000 | 10000000 | 1111000 | 0 | 110 | 1100 | 101111 | 11110 | 110 | 110010 |
Color Harmonies of #888078
Complementary color
Monochromatic Colors of #888078
Black with #888078
Text Example
Text Example
White with #888078
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #888078; }
p { color: rgb(136,128,120); }
H1.HeaderClassName
{
color: #888078;
}
.AnyTagClassName
{
color: #888078;
}
</style>
background-color css
<style>
a { background-color: #888078; }
a { background-color: rgb(136,128,120); }
div.DivClassName
{
background-color: #888078;
}
.BgClassName
{
background-color: #888078;
}
</style>
border-color css
<style>
span { border-color: #888078; }
span { border-color: rgb(136,128,120); }
td.TdClassName
{
border-color: #888078;
}
.TagClassName
{
border-color: #888078;
}
</style>