Shades of Americano #7F7772
Tints of Americano #7F7772
RGB
CMYK
RGB Variations
Color information
#7F7772 (or 0x7F7772) is known color: Americano. HEX triplet: 7F, 77 and 72. RGB value is (127,119,114). Sum of RGB (Red+Green+Blue) = 127+119+114=360 (47% of max value = 765). Red value is 127 (50% from 255 or 35.28% from 360); Green value is 119 (46.88% from 255 or 33.06% from 360); Blue value is 114 (44.92% from 255 or 31.67% from 360); Max value from RGB is 127 - color contains mainly: red. Hex color #7F7772 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7F7772 is #80888D. Grayscale: #787878. Windows color (decimal): -8423566 or 7501695. OLE color: 7501695.
HSL color Cylindrical-coordinate representation of color #7F7772: hue angle of 23.08º degrees, saturation: 0.05, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #7F7772 is Cyan = 0, Magento = 0.06, Yellow = 0.10 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 127 | 119 | 114 | - |
| CMYK | 0 | 0.06 | 0.10 | 0.50 |
| HSL | 23.08º | 0.05% | 0.47% | - |
| HSV(B) | 23.08º | 0.1% | 0.5% | - |
| XYZ | 18.39 | 18.92 | 18.6 | - |
| YUV | 120.82 | 124.15 | 132.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 119 | 114 | 0 | 0.06 | 0.10 | 0.50 | 23.08 | 0.05 | 0.47 |
| Hex | 7F | 77 | 72 | 0 | 6 | A | 32 | 17 | 5 | 2F |
| Octal | 177 | 167 | 162 | 0 | 6 | 12 | 62 | 27 | 5 | 57 |
| Binary | 1111111 | 1110111 | 1110010 | 0 | 110 | 1010 | 110010 | 10111 | 101 | 101111 |
Color Harmonies of #7F7772
Complementary color
Monochromatic Colors of #7F7772
Black with #7F7772
Text Example
Text Example
White with #7F7772
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7F7772; }
p { color: rgb(127,119,114); }
H1.HeaderClassName
{
color: #7F7772;
}
.AnyTagClassName
{
color: #7F7772;
}
</style>
background-color css
<style>
a { background-color: #7F7772; }
a { background-color: rgb(127,119,114); }
div.DivClassName
{
background-color: #7F7772;
}
.BgClassName
{
background-color: #7F7772;
}
</style>
border-color css
<style>
span { border-color: #7F7772; }
span { border-color: rgb(127,119,114); }
td.TdClassName
{
border-color: #7F7772;
}
.TagClassName
{
border-color: #7F7772;
}
</style>