Shades of Americano #88786F
Tints of Americano #88786F
RGB
CMYK
RGB Variations
Color information
#88786F (or 0x88786F) is known color: Americano. HEX triplet: 88, 78 and 6F. RGB value is (136,120,111). Sum of RGB (Red+Green+Blue) = 136+120+111=367 (48% of max value = 765). Red value is 136 (53.52% from 255 or 37.06% from 367); Green value is 120 (47.27% from 255 or 32.70% from 367); Blue value is 111 (43.75% from 255 or 30.25% from 367); Max value from RGB is 136 - color contains mainly: red. Hex color #88786F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #88786F is #778790. Grayscale: #7B7B7B. Windows color (decimal): -7833489 or 7305352. OLE color: 7305352.
HSL color Cylindrical-coordinate representation of color #88786F: hue angle of 21.6º degrees, saturation: 0.1, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #88786F is Cyan = 0, Magento = 0.12, Yellow = 0.18 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 136 | 120 | 111 | - |
| CMYK | 0 | 0.12 | 0.18 | 0.47 |
| HSL | 21.6º | 0.1% | 0.48% | - |
| HSV(B) | 21.6º | 0.18% | 0.53% | - |
| XYZ | 19.74 | 19.81 | 17.82 | - |
| YUV | 123.76 | 120.8 | 136.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 120 | 111 | 0 | 0.12 | 0.18 | 0.47 | 21.6 | 0.1 | 0.48 |
| Hex | 88 | 78 | 6F | 0 | C | 12 | 2F | 16 | A | 30 |
| Octal | 210 | 170 | 157 | 0 | 14 | 22 | 57 | 26 | 12 | 60 |
| Binary | 10001000 | 1111000 | 1101111 | 0 | 1100 | 10010 | 101111 | 10110 | 1010 | 110000 |
Color Harmonies of #88786F
Complementary color
Monochromatic Colors of #88786F
Black with #88786F
Text Example
Text Example
White with #88786F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #88786F; }
p { color: rgb(136,120,111); }
H1.HeaderClassName
{
color: #88786F;
}
.AnyTagClassName
{
color: #88786F;
}
</style>
background-color css
<style>
a { background-color: #88786F; }
a { background-color: rgb(136,120,111); }
div.DivClassName
{
background-color: #88786F;
}
.BgClassName
{
background-color: #88786F;
}
</style>
border-color css
<style>
span { border-color: #88786F; }
span { border-color: rgb(136,120,111); }
td.TdClassName
{
border-color: #88786F;
}
.TagClassName
{
border-color: #88786F;
}
</style>