Shades of Americano #86776E
Tints of Americano #86776E
RGB
CMYK
RGB Variations
Color information
#86776E (or 0x86776E) is known color: Americano. HEX triplet: 86, 77 and 6E. RGB value is (134,119,110). Sum of RGB (Red+Green+Blue) = 134+119+110=363 (48% of max value = 765). Red value is 134 (52.73% from 255 or 36.91% from 363); Green value is 119 (46.88% from 255 or 32.78% from 363); Blue value is 110 (43.36% from 255 or 30.30% from 363); Max value from RGB is 134 - color contains mainly: red. Hex color #86776E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #86776E is #798891. Grayscale: #7A7A7A. Windows color (decimal): -7964818 or 7239558. OLE color: 7239558.
HSL color Cylindrical-coordinate representation of color #86776E: hue angle of 22.5º degrees, saturation: 0.1, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #86776E is Cyan = 0, Magento = 0.11, Yellow = 0.18 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 134 | 119 | 110 | - |
| CMYK | 0 | 0.11 | 0.18 | 0.47 |
| HSL | 22.5º | 0.1% | 0.48% | - |
| HSV(B) | 22.5º | 0.18% | 0.53% | - |
| XYZ | 19.24 | 19.39 | 17.48 | - |
| YUV | 122.46 | 120.97 | 136.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 119 | 110 | 0 | 0.11 | 0.18 | 0.47 | 22.5 | 0.1 | 0.48 |
| Hex | 86 | 77 | 6E | 0 | B | 12 | 2F | 16 | A | 30 |
| Octal | 206 | 167 | 156 | 0 | 13 | 22 | 57 | 26 | 12 | 60 |
| Binary | 10000110 | 1110111 | 1101110 | 0 | 1011 | 10010 | 101111 | 10110 | 1010 | 110000 |
Color Harmonies of #86776E
Complementary color
Monochromatic Colors of #86776E
Black with #86776E
Text Example
Text Example
White with #86776E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #86776E; }
p { color: rgb(134,119,110); }
H1.HeaderClassName
{
color: #86776E;
}
.AnyTagClassName
{
color: #86776E;
}
</style>
background-color css
<style>
a { background-color: #86776E; }
a { background-color: rgb(134,119,110); }
div.DivClassName
{
background-color: #86776E;
}
.BgClassName
{
background-color: #86776E;
}
</style>
border-color css
<style>
span { border-color: #86776E; }
span { border-color: rgb(134,119,110); }
td.TdClassName
{
border-color: #86776E;
}
.TagClassName
{
border-color: #86776E;
}
</style>