Shades of Americano #88796C
Tints of Americano #88796C
RGB
CMYK
RGB Variations
Color information
#88796C (or 0x88796C) is known color: Americano. HEX triplet: 88, 79 and 6C. RGB value is (136,121,108). Sum of RGB (Red+Green+Blue) = 136+121+108=365 (48% of max value = 765). Red value is 136 (53.52% from 255 or 37.26% from 365); Green value is 121 (47.66% from 255 or 33.15% from 365); Blue value is 108 (42.58% from 255 or 29.59% from 365); Max value from RGB is 136 - color contains mainly: red. Hex color #88796C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #88796C is #778693. Grayscale: #7C7C7C. Windows color (decimal): -7833236 or 7109000. OLE color: 7109000.
HSL color Cylindrical-coordinate representation of color #88796C: hue angle of 27.86º degrees, saturation: 0.11, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #88796C is Cyan = 0, Magento = 0.11, Yellow = 0.21 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 136 | 121 | 108 | - |
| CMYK | 0 | 0.11 | 0.21 | 0.47 |
| HSL | 27.86º | 0.11% | 0.48% | - |
| HSV(B) | 27.86º | 0.21% | 0.53% | - |
| XYZ | 19.7 | 19.99 | 17.01 | - |
| YUV | 124 | 118.97 | 136.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 121 | 108 | 0 | 0.11 | 0.21 | 0.47 | 27.86 | 0.11 | 0.48 |
| Hex | 88 | 79 | 6C | 0 | B | 15 | 2F | 1C | B | 30 |
| Octal | 210 | 171 | 154 | 0 | 13 | 25 | 57 | 34 | 13 | 60 |
| Binary | 10001000 | 1111001 | 1101100 | 0 | 1011 | 10101 | 101111 | 11100 | 1011 | 110000 |
Color Harmonies of #88796C
Complementary color
Monochromatic Colors of #88796C
Black with #88796C
Text Example
Text Example
White with #88796C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #88796C; }
p { color: rgb(136,121,108); }
H1.HeaderClassName
{
color: #88796C;
}
.AnyTagClassName
{
color: #88796C;
}
</style>
background-color css
<style>
a { background-color: #88796C; }
a { background-color: rgb(136,121,108); }
div.DivClassName
{
background-color: #88796C;
}
.BgClassName
{
background-color: #88796C;
}
</style>
border-color css
<style>
span { border-color: #88796C; }
span { border-color: rgb(136,121,108); }
td.TdClassName
{
border-color: #88796C;
}
.TagClassName
{
border-color: #88796C;
}
</style>