Shades of Americano #87796C
Tints of Americano #87796C
RGB
CMYK
RGB Variations
Color information
#87796C (or 0x87796C) is known color: Americano. HEX triplet: 87, 79 and 6C. RGB value is (135,121,108). Sum of RGB (Red+Green+Blue) = 135+121+108=364 (48% of max value = 765). Red value is 135 (53.12% from 255 or 37.09% from 364); Green value is 121 (47.66% from 255 or 33.24% from 364); Blue value is 108 (42.58% from 255 or 29.67% from 364); Max value from RGB is 135 - color contains mainly: red. Hex color #87796C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #87796C is #788693. Grayscale: #7B7B7B. Windows color (decimal): -7898772 or 7108999. OLE color: 7108999.
HSL color Cylindrical-coordinate representation of color #87796C: hue angle of 28.89º degrees, saturation: 0.11, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #87796C is Cyan = 0, Magento = 0.10, Yellow = 0.2 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 135 | 121 | 108 | - |
| CMYK | 0 | 0.10 | 0.2 | 0.47 |
| HSL | 28.89º | 0.11% | 0.48% | - |
| HSV(B) | 28.89º | 0.2% | 0.53% | - |
| XYZ | 19.54 | 19.91 | 17 | - |
| YUV | 123.7 | 119.14 | 136.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 121 | 108 | 0 | 0.10 | 0.2 | 0.47 | 28.89 | 0.11 | 0.48 |
| Hex | 87 | 79 | 6C | 0 | A | 14 | 2F | 1D | B | 30 |
| Octal | 207 | 171 | 154 | 0 | 12 | 24 | 57 | 35 | 13 | 60 |
| Binary | 10000111 | 1111001 | 1101100 | 0 | 1010 | 10100 | 101111 | 11101 | 1011 | 110000 |
Color Harmonies of #87796C
Complementary color
Monochromatic Colors of #87796C
Black with #87796C
Text Example
Text Example
White with #87796C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #87796C; }
p { color: rgb(135,121,108); }
H1.HeaderClassName
{
color: #87796C;
}
.AnyTagClassName
{
color: #87796C;
}
</style>
background-color css
<style>
a { background-color: #87796C; }
a { background-color: rgb(135,121,108); }
div.DivClassName
{
background-color: #87796C;
}
.BgClassName
{
background-color: #87796C;
}
</style>
border-color css
<style>
span { border-color: #87796C; }
span { border-color: rgb(135,121,108); }
td.TdClassName
{
border-color: #87796C;
}
.TagClassName
{
border-color: #87796C;
}
</style>