Shades of Americano #7C7774
Tints of Americano #7C7774
RGB
CMYK
RGB Variations
Color information
#7C7774 (or 0x7C7774) is known color: Americano. HEX triplet: 7C, 77 and 74. RGB value is (124,119,116). Sum of RGB (Red+Green+Blue) = 124+119+116=359 (47% of max value = 765). Red value is 124 (48.83% from 255 or 34.54% from 359); Green value is 119 (46.88% from 255 or 33.15% from 359); Blue value is 116 (45.70% from 255 or 32.31% from 359); Max value from RGB is 124 - color contains mainly: red. Hex color #7C7774 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7C7774 is #83888B. Grayscale: #787878. Windows color (decimal): -8620172 or 7632764. OLE color: 7632764.
HSL color Cylindrical-coordinate representation of color #7C7774: hue angle of 22.5º degrees, saturation: 0.03, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #7C7774 is Cyan = 0, Magento = 0.04, Yellow = 0.06 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 124 | 119 | 116 | - |
| CMYK | 0 | 0.04 | 0.06 | 0.51 |
| HSL | 22.5º | 0.03% | 0.47% | - |
| HSV(B) | 22.5º | 0.06% | 0.49% | - |
| XYZ | 18.06 | 18.74 | 19.19 | - |
| YUV | 120.15 | 125.66 | 130.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 119 | 116 | 0 | 0.04 | 0.06 | 0.51 | 22.5 | 0.03 | 0.47 |
| Hex | 7C | 77 | 74 | 0 | 4 | 6 | 33 | 16 | 3 | 2F |
| Octal | 174 | 167 | 164 | 0 | 4 | 6 | 63 | 26 | 3 | 57 |
| Binary | 1111100 | 1110111 | 1110100 | 0 | 100 | 110 | 110011 | 10110 | 11 | 101111 |
Color Harmonies of #7C7774
Complementary color
Monochromatic Colors of #7C7774
Black with #7C7774
Text Example
Text Example
White with #7C7774
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7C7774; }
p { color: rgb(124,119,116); }
H1.HeaderClassName
{
color: #7C7774;
}
.AnyTagClassName
{
color: #7C7774;
}
</style>
background-color css
<style>
a { background-color: #7C7774; }
a { background-color: rgb(124,119,116); }
div.DivClassName
{
background-color: #7C7774;
}
.BgClassName
{
background-color: #7C7774;
}
</style>
border-color css
<style>
span { border-color: #7C7774; }
span { border-color: rgb(124,119,116); }
td.TdClassName
{
border-color: #7C7774;
}
.TagClassName
{
border-color: #7C7774;
}
</style>