Shades of Americano #7F7B77
Tints of Americano #7F7B77
RGB
CMYK
RGB Variations
Color information
#7F7B77 (or 0x7F7B77) is known color: Americano. HEX triplet: 7F, 7B and 77. RGB value is (127,123,119). Sum of RGB (Red+Green+Blue) = 127+123+119=369 (48% of max value = 765). Red value is 127 (50% from 255 or 34.42% from 369); Green value is 123 (48.44% from 255 or 33.33% from 369); Blue value is 119 (46.88% from 255 or 32.25% from 369); Max value from RGB is 127 - color contains mainly: red. Hex color #7F7B77 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7F7B77 is #808488. Grayscale: #7B7B7B. Windows color (decimal): -8422537 or 7830399. OLE color: 7830399.
HSL color Cylindrical-coordinate representation of color #7F7B77: hue angle of 30º degrees, saturation: 0.03, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #7F7B77 is Cyan = 0, Magento = 0.03, Yellow = 0.06 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 127 | 123 | 119 | - |
| CMYK | 0 | 0.03 | 0.06 | 0.50 |
| HSL | 30º | 0.03% | 0.48% | - |
| HSV(B) | 30º | 0.06% | 0.5% | - |
| XYZ | 19.17 | 20.01 | 20.3 | - |
| YUV | 123.74 | 125.33 | 130.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 123 | 119 | 0 | 0.03 | 0.06 | 0.50 | 30 | 0.03 | 0.48 |
| Hex | 7F | 7B | 77 | 0 | 3 | 6 | 32 | 1E | 3 | 30 |
| Octal | 177 | 173 | 167 | 0 | 3 | 6 | 62 | 36 | 3 | 60 |
| Binary | 1111111 | 1111011 | 1110111 | 0 | 11 | 110 | 110010 | 11110 | 11 | 110000 |
Color Harmonies of #7F7B77
Complementary color
Monochromatic Colors of #7F7B77
Black with #7F7B77
Text Example
Text Example
White with #7F7B77
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7F7B77; }
p { color: rgb(127,123,119); }
H1.HeaderClassName
{
color: #7F7B77;
}
.AnyTagClassName
{
color: #7F7B77;
}
</style>
background-color css
<style>
a { background-color: #7F7B77; }
a { background-color: rgb(127,123,119); }
div.DivClassName
{
background-color: #7F7B77;
}
.BgClassName
{
background-color: #7F7B77;
}
</style>
border-color css
<style>
span { border-color: #7F7B77; }
span { border-color: rgb(127,123,119); }
td.TdClassName
{
border-color: #7F7B77;
}
.TagClassName
{
border-color: #7F7B77;
}
</style>