Shades of Americano #87796E
Tints of Americano #87796E
RGB
CMYK
RGB Variations
Color information
#87796E (or 0x87796E) is known color: Americano. HEX triplet: 87, 79 and 6E. RGB value is (135,121,110). Sum of RGB (Red+Green+Blue) = 135+121+110=366 (48% of max value = 765). Red value is 135 (53.12% from 255 or 36.89% from 366); Green value is 121 (47.66% from 255 or 33.06% from 366); Blue value is 110 (43.36% from 255 or 30.05% from 366); Max value from RGB is 135 - color contains mainly: red. Hex color #87796E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #87796E is #788691. Grayscale: #7B7B7B. Windows color (decimal): -7898770 or 7240071. OLE color: 7240071.
HSL color Cylindrical-coordinate representation of color #87796E: hue angle of 26.4º degrees, saturation: 0.1, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #87796E is Cyan = 0, Magento = 0.10, Yellow = 0.19 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 135 | 121 | 110 | - |
| CMYK | 0 | 0.10 | 0.19 | 0.47 |
| HSL | 26.4º | 0.1% | 0.48% | - |
| HSV(B) | 26.4º | 0.19% | 0.53% | - |
| XYZ | 19.64 | 19.95 | 17.57 | - |
| YUV | 123.93 | 120.14 | 135.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 121 | 110 | 0 | 0.10 | 0.19 | 0.47 | 26.4 | 0.1 | 0.48 |
| Hex | 87 | 79 | 6E | 0 | A | 13 | 2F | 1A | A | 30 |
| Octal | 207 | 171 | 156 | 0 | 12 | 23 | 57 | 32 | 12 | 60 |
| Binary | 10000111 | 1111001 | 1101110 | 0 | 1010 | 10011 | 101111 | 11010 | 1010 | 110000 |
Color Harmonies of #87796E
Complementary color
Monochromatic Colors of #87796E
Black with #87796E
Text Example
Text Example
White with #87796E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #87796E; }
p { color: rgb(135,121,110); }
H1.HeaderClassName
{
color: #87796E;
}
.AnyTagClassName
{
color: #87796E;
}
</style>
background-color css
<style>
a { background-color: #87796E; }
a { background-color: rgb(135,121,110); }
div.DivClassName
{
background-color: #87796E;
}
.BgClassName
{
background-color: #87796E;
}
</style>
border-color css
<style>
span { border-color: #87796E; }
span { border-color: rgb(135,121,110); }
td.TdClassName
{
border-color: #87796E;
}
.TagClassName
{
border-color: #87796E;
}
</style>