Shades of Americano #87766C
Tints of Americano #87766C
RGB
CMYK
RGB Variations
Color information
#87766C (or 0x87766C) is known color: Americano. HEX triplet: 87, 76 and 6C. RGB value is (135,118,108). Sum of RGB (Red+Green+Blue) = 135+118+108=361 (47% of max value = 765). Red value is 135 (53.12% from 255 or 37.40% from 361); Green value is 118 (46.48% from 255 or 32.69% from 361); Blue value is 108 (42.58% from 255 or 29.92% from 361); Max value from RGB is 135 - color contains mainly: red. Hex color #87766C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #87766C is #788993. Grayscale: #797979. Windows color (decimal): -7899540 or 7108231. OLE color: 7108231.
HSL color Cylindrical-coordinate representation of color #87766C: hue angle of 22.22º 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 #87766C is Cyan = 0, Magento = 0.13, Yellow = 0.2 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 135 | 118 | 108 | - |
| CMYK | 0 | 0.13 | 0.2 | 0.47 |
| HSL | 22.22º | 0.11% | 0.48% | - |
| HSV(B) | 22.22º | 0.2% | 0.53% | - |
| XYZ | 19.18 | 19.19 | 16.88 | - |
| YUV | 121.94 | 120.13 | 137.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 118 | 108 | 0 | 0.13 | 0.2 | 0.47 | 22.22 | 0.11 | 0.48 |
| Hex | 87 | 76 | 6C | 0 | D | 14 | 2F | 16 | B | 30 |
| Octal | 207 | 166 | 154 | 0 | 15 | 24 | 57 | 26 | 13 | 60 |
| Binary | 10000111 | 1110110 | 1101100 | 0 | 1101 | 10100 | 101111 | 10110 | 1011 | 110000 |
Color Harmonies of #87766C
Complementary color
Monochromatic Colors of #87766C
Black with #87766C
Text Example
Text Example
White with #87766C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #87766C; }
p { color: rgb(135,118,108); }
H1.HeaderClassName
{
color: #87766C;
}
.AnyTagClassName
{
color: #87766C;
}
</style>
background-color css
<style>
a { background-color: #87766C; }
a { background-color: rgb(135,118,108); }
div.DivClassName
{
background-color: #87766C;
}
.BgClassName
{
background-color: #87766C;
}
</style>
border-color css
<style>
span { border-color: #87766C; }
span { border-color: rgb(135,118,108); }
td.TdClassName
{
border-color: #87766C;
}
.TagClassName
{
border-color: #87766C;
}
</style>