Shades of Americano #7A7775
Tints of Americano #7A7775
RGB
CMYK
RGB Variations
Color information
#7A7775 (or 0x7A7775) is known color: Americano. HEX triplet: 7A, 77 and 75. RGB value is (122,119,117). Sum of RGB (Red+Green+Blue) = 122+119+117=358 (47% of max value = 765). Red value is 122 (48.05% from 255 or 34.08% from 358); Green value is 119 (46.88% from 255 or 33.24% from 358); Blue value is 117 (46.09% from 255 or 32.68% from 358); Max value from RGB is 122 - color contains mainly: red. Hex color #7A7775 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7A7775 is #85888A. Grayscale: #777777. Windows color (decimal): -8751243 or 7698298. OLE color: 7698298.
HSL color Cylindrical-coordinate representation of color #7A7775: hue angle of 24º degrees, saturation: 0.02, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.04%. Process color model (Four color, CMYK) of #7A7775 is Cyan = 0, Magento = 0.02, Yellow = 0.04 and Black (K on CMYK) = 0.52.
Color convert
RGB | 122 | 119 | 117 | - |
CMYK | 0 | 0.02 | 0.04 | 0.52 |
HSL | 24º | 0.02% | 0.47% | - |
HSV(B) | 24º | 0.04% | 0.48% | - |
XYZ | 17.83 | 18.62 | 19.48 | - |
YUV | 119.67 | 126.49 | 129.66 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 122 | 119 | 117 | 0 | 0.02 | 0.04 | 0.52 | 24 | 0.02 | 0.47 |
Hex | 7A | 77 | 75 | 0 | 2 | 4 | 34 | 18 | 2 | 2F |
Octal | 172 | 167 | 165 | 0 | 2 | 4 | 64 | 30 | 2 | 57 |
Binary | 1111010 | 1110111 | 1110101 | 0 | 10 | 100 | 110100 | 11000 | 10 | 101111 |
Color Harmonies of #7A7775
Complementary color
Monochromatic Colors of #7A7775
Black with #7A7775
Text Example
Text Example
White with #7A7775
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A7775; }
p { color: rgb(122,119,117); }
H1.HeaderClassName
{
color: #7A7775;
}
.AnyTagClassName
{
color: #7A7775;
}
</style>
background-color css
<style>
a { background-color: #7A7775; }
a { background-color: rgb(122,119,117); }
div.DivClassName
{
background-color: #7A7775;
}
.BgClassName
{
background-color: #7A7775;
}
</style>
border-color css
<style>
span { border-color: #7A7775; }
span { border-color: rgb(122,119,117); }
td.TdClassName
{
border-color: #7A7775;
}
.TagClassName
{
border-color: #7A7775;
}
</style>