Shades of Americano #7B7774
Tints of Americano #7B7774
RGB
CMYK
RGB Variations
Color information
#7B7774 (or 0x7B7774) is known color: Americano. HEX triplet: 7B, 77 and 74. RGB value is (123,119,116). Sum of RGB (Red+Green+Blue) = 123+119+116=358 (47% of max value = 765). Red value is 123 (48.44% from 255 or 34.36% from 358); Green value is 119 (46.88% from 255 or 33.24% from 358); Blue value is 116 (45.70% from 255 or 32.40% from 358); Max value from RGB is 123 - color contains mainly: red. Hex color #7B7774 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7B7774 is #84888B. Grayscale: #777777. Windows color (decimal): -8685708 or 7632763. OLE color: 7632763.
HSL color Cylindrical-coordinate representation of color #7B7774: hue angle of 25.71º degrees, saturation: 0.03, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #7B7774 is Cyan = 0, Magento = 0.03, Yellow = 0.06 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 123 | 119 | 116 | - |
| CMYK | 0 | 0.03 | 0.06 | 0.52 |
| HSL | 25.71º | 0.03% | 0.47% | - |
| HSV(B) | 25.71º | 0.06% | 0.48% | - |
| XYZ | 17.92 | 18.67 | 19.18 | - |
| YUV | 119.85 | 125.83 | 130.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 119 | 116 | 0 | 0.03 | 0.06 | 0.52 | 25.71 | 0.03 | 0.47 |
| Hex | 7B | 77 | 74 | 0 | 3 | 6 | 34 | 1A | 3 | 2F |
| Octal | 173 | 167 | 164 | 0 | 3 | 6 | 64 | 32 | 3 | 57 |
| Binary | 1111011 | 1110111 | 1110100 | 0 | 11 | 110 | 110100 | 11010 | 11 | 101111 |
Color Harmonies of #7B7774
Complementary color
Monochromatic Colors of #7B7774
Black with #7B7774
Text Example
Text Example
White with #7B7774
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7B7774; }
p { color: rgb(123,119,116); }
H1.HeaderClassName
{
color: #7B7774;
}
.AnyTagClassName
{
color: #7B7774;
}
</style>
background-color css
<style>
a { background-color: #7B7774; }
a { background-color: rgb(123,119,116); }
div.DivClassName
{
background-color: #7B7774;
}
.BgClassName
{
background-color: #7B7774;
}
</style>
border-color css
<style>
span { border-color: #7B7774; }
span { border-color: rgb(123,119,116); }
td.TdClassName
{
border-color: #7B7774;
}
.TagClassName
{
border-color: #7B7774;
}
</style>