Shades of Americano #87786E
Tints of Americano #87786E
RGB
CMYK
RGB Variations
Color information
#87786E (or 0x87786E) is known color: Americano. HEX triplet: 87, 78 and 6E. RGB value is (135,120,110). Sum of RGB (Red+Green+Blue) = 135+120+110=365 (48% of max value = 765). Red value is 135 (53.12% from 255 or 36.99% from 365); Green value is 120 (47.27% from 255 or 32.88% from 365); Blue value is 110 (43.36% from 255 or 30.14% from 365); Max value from RGB is 135 - color contains mainly: red. Hex color #87786E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #87786E is #788791. Grayscale: #7B7B7B. Windows color (decimal): -7899026 or 7239815. OLE color: 7239815.
HSL color Cylindrical-coordinate representation of color #87786E: hue angle of 24º 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 #87786E is Cyan = 0, Magento = 0.11, Yellow = 0.19 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 135 | 120 | 110 | - |
| CMYK | 0 | 0.11 | 0.19 | 0.47 |
| HSL | 24º | 0.1% | 0.48% | - |
| HSV(B) | 24º | 0.19% | 0.53% | - |
| XYZ | 19.52 | 19.71 | 17.53 | - |
| YUV | 123.35 | 120.47 | 136.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 120 | 110 | 0 | 0.11 | 0.19 | 0.47 | 24 | 0.1 | 0.48 |
| Hex | 87 | 78 | 6E | 0 | B | 13 | 2F | 18 | A | 30 |
| Octal | 207 | 170 | 156 | 0 | 13 | 23 | 57 | 30 | 12 | 60 |
| Binary | 10000111 | 1111000 | 1101110 | 0 | 1011 | 10011 | 101111 | 11000 | 1010 | 110000 |
Color Harmonies of #87786E
Complementary color
Monochromatic Colors of #87786E
Black with #87786E
Text Example
Text Example
White with #87786E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #87786E; }
p { color: rgb(135,120,110); }
H1.HeaderClassName
{
color: #87786E;
}
.AnyTagClassName
{
color: #87786E;
}
</style>
background-color css
<style>
a { background-color: #87786E; }
a { background-color: rgb(135,120,110); }
div.DivClassName
{
background-color: #87786E;
}
.BgClassName
{
background-color: #87786E;
}
</style>
border-color css
<style>
span { border-color: #87786E; }
span { border-color: rgb(135,120,110); }
td.TdClassName
{
border-color: #87786E;
}
.TagClassName
{
border-color: #87786E;
}
</style>