Shades of Americano #7D7671
Tints of Americano #7D7671
RGB
CMYK
RGB Variations
Color information
#7D7671 (or 0x7D7671) is known color: Americano. HEX triplet: 7D, 76 and 71. RGB value is (125,118,113). Sum of RGB (Red+Green+Blue) = 125+118+113=356 (47% of max value = 765). Red value is 125 (49.22% from 255 or 35.11% from 356); Green value is 118 (46.48% from 255 or 33.15% from 356); Blue value is 113 (44.53% from 255 or 31.74% from 356); Max value from RGB is 125 - color contains mainly: red. Hex color #7D7671 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7D7671 is #82898E. Grayscale: #777777. Windows color (decimal): -8554895 or 7435901. OLE color: 7435901.
HSL color Cylindrical-coordinate representation of color #7D7671: hue angle of 25º 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 #7D7671 is Cyan = 0, Magento = 0.06, Yellow = 0.10 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 125 | 118 | 113 | - |
| CMYK | 0 | 0.06 | 0.10 | 0.51 |
| HSL | 25º | 0.05% | 0.47% | - |
| HSV(B) | 25º | 0.1% | 0.49% | - |
| XYZ | 17.92 | 18.51 | 18.25 | - |
| YUV | 119.52 | 124.32 | 131.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 118 | 113 | 0 | 0.06 | 0.10 | 0.51 | 25 | 0.05 | 0.47 |
| Hex | 7D | 76 | 71 | 0 | 6 | A | 33 | 19 | 5 | 2F |
| Octal | 175 | 166 | 161 | 0 | 6 | 12 | 63 | 31 | 5 | 57 |
| Binary | 1111101 | 1110110 | 1110001 | 0 | 110 | 1010 | 110011 | 11001 | 101 | 101111 |
Color Harmonies of #7D7671
Complementary color
Monochromatic Colors of #7D7671
Black with #7D7671
Text Example
Text Example
White with #7D7671
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7D7671; }
p { color: rgb(125,118,113); }
H1.HeaderClassName
{
color: #7D7671;
}
.AnyTagClassName
{
color: #7D7671;
}
</style>
background-color css
<style>
a { background-color: #7D7671; }
a { background-color: rgb(125,118,113); }
div.DivClassName
{
background-color: #7D7671;
}
.BgClassName
{
background-color: #7D7671;
}
</style>
border-color css
<style>
span { border-color: #7D7671; }
span { border-color: rgb(125,118,113); }
td.TdClassName
{
border-color: #7D7671;
}
.TagClassName
{
border-color: #7D7671;
}
</style>