Shades of Americano #87766D
Tints of Americano #87766D
RGB
CMYK
RGB Variations
Color information
#87766D (or 0x87766D) is known color: Americano. HEX triplet: 87, 76 and 6D. RGB value is (135,118,109). Sum of RGB (Red+Green+Blue) = 135+118+109=362 (47% of max value = 765). Red value is 135 (53.12% from 255 or 37.29% from 362); Green value is 118 (46.48% from 255 or 32.60% from 362); Blue value is 109 (42.97% from 255 or 30.11% from 362); Max value from RGB is 135 - color contains mainly: red. Hex color #87766D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #87766D is #788992. Grayscale: #7A7A7A. Windows color (decimal): -7899539 or 7173767. OLE color: 7173767.
HSL color Cylindrical-coordinate representation of color #87766D: hue angle of 20.77º degrees, saturation: 0.11, 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 #87766D is Cyan = 0, Magento = 0.13, Yellow = 0.19 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 135 | 118 | 109 | - |
| CMYK | 0 | 0.13 | 0.19 | 0.47 |
| HSL | 20.77º | 0.11% | 0.48% | - |
| HSV(B) | 20.77º | 0.19% | 0.53% | - |
| XYZ | 19.23 | 19.21 | 17.16 | - |
| YUV | 122.06 | 120.63 | 137.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 118 | 109 | 0 | 0.13 | 0.19 | 0.47 | 20.77 | 0.11 | 0.48 |
| Hex | 87 | 76 | 6D | 0 | D | 13 | 2F | 15 | B | 30 |
| Octal | 207 | 166 | 155 | 0 | 15 | 23 | 57 | 25 | 13 | 60 |
| Binary | 10000111 | 1110110 | 1101101 | 0 | 1101 | 10011 | 101111 | 10101 | 1011 | 110000 |
Color Harmonies of #87766D
Complementary color
Monochromatic Colors of #87766D
Black with #87766D
Text Example
Text Example
White with #87766D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #87766D; }
p { color: rgb(135,118,109); }
H1.HeaderClassName
{
color: #87766D;
}
.AnyTagClassName
{
color: #87766D;
}
</style>
background-color css
<style>
a { background-color: #87766D; }
a { background-color: rgb(135,118,109); }
div.DivClassName
{
background-color: #87766D;
}
.BgClassName
{
background-color: #87766D;
}
</style>
border-color css
<style>
span { border-color: #87766D; }
span { border-color: rgb(135,118,109); }
td.TdClassName
{
border-color: #87766D;
}
.TagClassName
{
border-color: #87766D;
}
</style>