Shades of Americano #84786E
Tints of Americano #84786E
RGB
CMYK
RGB Variations
Color information
#84786E (or 0x84786E) is known color: Americano. HEX triplet: 84, 78 and 6E. RGB value is (132,120,110). Sum of RGB (Red+Green+Blue) = 132+120+110=362 (47% of max value = 765). Red value is 132 (51.95% from 255 or 36.46% from 362); Green value is 120 (47.27% from 255 or 33.15% from 362); Blue value is 110 (43.36% from 255 or 30.39% from 362); Max value from RGB is 132 - color contains mainly: red. Hex color #84786E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #84786E is #7B8791. Grayscale: #7A7A7A. Windows color (decimal): -8095634 or 7239812. OLE color: 7239812.
HSL color Cylindrical-coordinate representation of color #84786E: hue angle of 27.27º degrees, saturation: 0.09, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #84786E is Cyan = 0, Magento = 0.09, Yellow = 0.17 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 132 | 120 | 110 | - |
| CMYK | 0 | 0.09 | 0.17 | 0.48 |
| HSL | 27.27º | 0.09% | 0.47% | - |
| HSV(B) | 27.27º | 0.17% | 0.52% | - |
| XYZ | 19.05 | 19.46 | 17.5 | - |
| YUV | 122.45 | 120.98 | 134.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 120 | 110 | 0 | 0.09 | 0.17 | 0.48 | 27.27 | 0.09 | 0.47 |
| Hex | 84 | 78 | 6E | 0 | 9 | 11 | 30 | 1B | 9 | 2F |
| Octal | 204 | 170 | 156 | 0 | 11 | 21 | 60 | 33 | 11 | 57 |
| Binary | 10000100 | 1111000 | 1101110 | 0 | 1001 | 10001 | 110000 | 11011 | 1001 | 101111 |
Color Harmonies of #84786E
Complementary color
Monochromatic Colors of #84786E
Black with #84786E
Text Example
Text Example
White with #84786E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #84786E; }
p { color: rgb(132,120,110); }
H1.HeaderClassName
{
color: #84786E;
}
.AnyTagClassName
{
color: #84786E;
}
</style>
background-color css
<style>
a { background-color: #84786E; }
a { background-color: rgb(132,120,110); }
div.DivClassName
{
background-color: #84786E;
}
.BgClassName
{
background-color: #84786E;
}
</style>
border-color css
<style>
span { border-color: #84786E; }
span { border-color: rgb(132,120,110); }
td.TdClassName
{
border-color: #84786E;
}
.TagClassName
{
border-color: #84786E;
}
</style>