Shades of Americano #7A7876
Tints of Americano #7A7876
RGB
CMYK
RGB Variations
Color information
#7A7876 (or 0x7A7876) is known color: Americano. HEX triplet: 7A, 78 and 76. RGB value is (122,120,118). Sum of RGB (Red+Green+Blue) = 122+120+118=360 (47% of max value = 765). Red value is 122 (48.05% from 255 or 33.89% from 360); Green value is 120 (47.27% from 255 or 33.33% from 360); Blue value is 118 (46.48% from 255 or 32.78% from 360); Max value from RGB is 122 - color contains mainly: red. Hex color #7A7876 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7A7876 is #858789. Grayscale: #787878. Windows color (decimal): -8750986 or 7764090. OLE color: 7764090.
HSL color Cylindrical-coordinate representation of color #7A7876: hue angle of 30º degrees, saturation: 0.02, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.03%. Process color model (Four color, CMYK) of #7A7876 is Cyan = 0, Magento = 0.02, Yellow = 0.03 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 122 | 120 | 118 | - |
| CMYK | 0 | 0.02 | 0.03 | 0.52 |
| HSL | 30º | 0.02% | 0.47% | - |
| HSV(B) | 30º | 0.03% | 0.48% | - |
| XYZ | 18.01 | 18.88 | 19.83 | - |
| YUV | 120.37 | 126.66 | 129.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 120 | 118 | 0 | 0.02 | 0.03 | 0.52 | 30 | 0.02 | 0.47 |
| Hex | 7A | 78 | 76 | 0 | 2 | 3 | 34 | 1E | 2 | 2F |
| Octal | 172 | 170 | 166 | 0 | 2 | 3 | 64 | 36 | 2 | 57 |
| Binary | 1111010 | 1111000 | 1110110 | 0 | 10 | 11 | 110100 | 11110 | 10 | 101111 |
Color Harmonies of #7A7876
Complementary color
Monochromatic Colors of #7A7876
Black with #7A7876
Text Example
Text Example
White with #7A7876
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A7876; }
p { color: rgb(122,120,118); }
H1.HeaderClassName
{
color: #7A7876;
}
.AnyTagClassName
{
color: #7A7876;
}
</style>
background-color css
<style>
a { background-color: #7A7876; }
a { background-color: rgb(122,120,118); }
div.DivClassName
{
background-color: #7A7876;
}
.BgClassName
{
background-color: #7A7876;
}
</style>
border-color css
<style>
span { border-color: #7A7876; }
span { border-color: rgb(122,120,118); }
td.TdClassName
{
border-color: #7A7876;
}
.TagClassName
{
border-color: #7A7876;
}
</style>