Shades of Americano #7B7876
Tints of Americano #7B7876
RGB
CMYK
RGB Variations
Color information
#7B7876 (or 0x7B7876) is known color: Americano. HEX triplet: 7B, 78 and 76. RGB value is (123,120,118). Sum of RGB (Red+Green+Blue) = 123+120+118=361 (47% of max value = 765). Red value is 123 (48.44% from 255 or 34.07% from 361); Green value is 120 (47.27% from 255 or 33.24% from 361); Blue value is 118 (46.48% from 255 or 32.69% from 361); Max value from RGB is 123 - color contains mainly: red. Hex color #7B7876 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7B7876 is #848789. Grayscale: #787878. Windows color (decimal): -8685450 or 7764091. OLE color: 7764091.
HSL color Cylindrical-coordinate representation of color #7B7876: hue angle of 24º degrees, saturation: 0.02, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.04%. Process color model (Four color, CMYK) of #7B7876 is Cyan = 0, Magento = 0.02, Yellow = 0.04 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 123 | 120 | 118 | - |
| CMYK | 0 | 0.02 | 0.04 | 0.52 |
| HSL | 24º | 0.02% | 0.47% | - |
| HSV(B) | 24º | 0.04% | 0.48% | - |
| XYZ | 18.15 | 18.95 | 19.84 | - |
| YUV | 120.67 | 126.49 | 129.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 120 | 118 | 0 | 0.02 | 0.04 | 0.52 | 24 | 0.02 | 0.47 |
| Hex | 7B | 78 | 76 | 0 | 2 | 4 | 34 | 18 | 2 | 2F |
| Octal | 173 | 170 | 166 | 0 | 2 | 4 | 64 | 30 | 2 | 57 |
| Binary | 1111011 | 1111000 | 1110110 | 0 | 10 | 100 | 110100 | 11000 | 10 | 101111 |
Color Harmonies of #7B7876
Complementary color
Monochromatic Colors of #7B7876
Black with #7B7876
Text Example
Text Example
White with #7B7876
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7B7876; }
p { color: rgb(123,120,118); }
H1.HeaderClassName
{
color: #7B7876;
}
.AnyTagClassName
{
color: #7B7876;
}
</style>
background-color css
<style>
a { background-color: #7B7876; }
a { background-color: rgb(123,120,118); }
div.DivClassName
{
background-color: #7B7876;
}
.BgClassName
{
background-color: #7B7876;
}
</style>
border-color css
<style>
span { border-color: #7B7876; }
span { border-color: rgb(123,120,118); }
td.TdClassName
{
border-color: #7B7876;
}
.TagClassName
{
border-color: #7B7876;
}
</style>