Shades of Americano #7F756F
Tints of Americano #7F756F
RGB
CMYK
RGB Variations
Color information
#7F756F (or 0x7F756F) is known color: Americano. HEX triplet: 7F, 75 and 6F. RGB value is (127,117,111). Sum of RGB (Red+Green+Blue) = 127+117+111=355 (47% of max value = 765). Red value is 127 (50% from 255 or 35.77% from 355); Green value is 117 (46.09% from 255 or 32.96% from 355); Blue value is 111 (43.75% from 255 or 31.27% from 355); Max value from RGB is 127 - color contains mainly: red. Hex color #7F756F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7F756F is #808A90. Grayscale: #777777. Windows color (decimal): -8424081 or 7304575. OLE color: 7304575.
HSL color Cylindrical-coordinate representation of color #7F756F: hue angle of 22.5º degrees, saturation: 0.07, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #7F756F is Cyan = 0, Magento = 0.08, Yellow = 0.13 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 127 | 117 | 111 | - |
| CMYK | 0 | 0.08 | 0.13 | 0.50 |
| HSL | 22.5º | 0.07% | 0.47% | - |
| HSV(B) | 22.5º | 0.13% | 0.5% | - |
| XYZ | 17.98 | 18.38 | 17.64 | - |
| YUV | 119.31 | 123.31 | 133.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 117 | 111 | 0 | 0.08 | 0.13 | 0.50 | 22.5 | 0.07 | 0.47 |
| Hex | 7F | 75 | 6F | 0 | 8 | D | 32 | 16 | 7 | 2F |
| Octal | 177 | 165 | 157 | 0 | 10 | 15 | 62 | 26 | 7 | 57 |
| Binary | 1111111 | 1110101 | 1101111 | 0 | 1000 | 1101 | 110010 | 10110 | 111 | 101111 |
Color Harmonies of #7F756F
Complementary color
Monochromatic Colors of #7F756F
Black with #7F756F
Text Example
Text Example
White with #7F756F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7F756F; }
p { color: rgb(127,117,111); }
H1.HeaderClassName
{
color: #7F756F;
}
.AnyTagClassName
{
color: #7F756F;
}
</style>
background-color css
<style>
a { background-color: #7F756F; }
a { background-color: rgb(127,117,111); }
div.DivClassName
{
background-color: #7F756F;
}
.BgClassName
{
background-color: #7F756F;
}
</style>
border-color css
<style>
span { border-color: #7F756F; }
span { border-color: rgb(127,117,111); }
td.TdClassName
{
border-color: #7F756F;
}
.TagClassName
{
border-color: #7F756F;
}
</style>