Shades of Americano #7E7671
Tints of Americano #7E7671
RGB
CMYK
RGB Variations
Color information
#7E7671 (or 0x7E7671) is known color: Americano. HEX triplet: 7E, 76 and 71. RGB value is (126,118,113). Sum of RGB (Red+Green+Blue) = 126+118+113=357 (47% of max value = 765). Red value is 126 (49.61% from 255 or 35.29% from 357); Green value is 118 (46.48% from 255 or 33.05% from 357); Blue value is 113 (44.53% from 255 or 31.65% from 357); Max value from RGB is 126 - color contains mainly: red. Hex color #7E7671 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7E7671 is #81898E. Grayscale: #777777. Windows color (decimal): -8489359 or 7435902. OLE color: 7435902.
HSL color Cylindrical-coordinate representation of color #7E7671: hue angle of 23.08º degrees, saturation: 0.05, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #7E7671 is Cyan = 0, Magento = 0.06, Yellow = 0.10 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 126 | 118 | 113 | - |
| CMYK | 0 | 0.06 | 0.10 | 0.51 |
| HSL | 23.08º | 0.05% | 0.47% | - |
| HSV(B) | 23.08º | 0.1% | 0.49% | - |
| XYZ | 18.06 | 18.58 | 18.26 | - |
| YUV | 119.82 | 124.15 | 132.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 118 | 113 | 0 | 0.06 | 0.10 | 0.51 | 23.08 | 0.05 | 0.47 |
| Hex | 7E | 76 | 71 | 0 | 6 | A | 33 | 17 | 5 | 2F |
| Octal | 176 | 166 | 161 | 0 | 6 | 12 | 63 | 27 | 5 | 57 |
| Binary | 1111110 | 1110110 | 1110001 | 0 | 110 | 1010 | 110011 | 10111 | 101 | 101111 |
Color Harmonies of #7E7671
Complementary color
Monochromatic Colors of #7E7671
Black with #7E7671
Text Example
Text Example
White with #7E7671
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7E7671; }
p { color: rgb(126,118,113); }
H1.HeaderClassName
{
color: #7E7671;
}
.AnyTagClassName
{
color: #7E7671;
}
</style>
background-color css
<style>
a { background-color: #7E7671; }
a { background-color: rgb(126,118,113); }
div.DivClassName
{
background-color: #7E7671;
}
.BgClassName
{
background-color: #7E7671;
}
</style>
border-color css
<style>
span { border-color: #7E7671; }
span { border-color: rgb(126,118,113); }
td.TdClassName
{
border-color: #7E7671;
}
.TagClassName
{
border-color: #7E7671;
}
</style>