Shades of Americano #7C7874
Tints of Americano #7C7874
RGB
CMYK
RGB Variations
Color information
#7C7874 (or 0x7C7874) is known color: Americano. HEX triplet: 7C, 78 and 74. RGB value is (124,120,116). Sum of RGB (Red+Green+Blue) = 124+120+116=360 (47% of max value = 765). Red value is 124 (48.83% from 255 or 34.44% from 360); Green value is 120 (47.27% from 255 or 33.33% from 360); Blue value is 116 (45.70% from 255 or 32.22% from 360); Max value from RGB is 124 - color contains mainly: red. Hex color #7C7874 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7C7874 is #83878B. Grayscale: #787878. Windows color (decimal): -8619916 or 7633020. OLE color: 7633020.
HSL color Cylindrical-coordinate representation of color #7C7874: hue angle of 30º degrees, saturation: 0.03, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #7C7874 is Cyan = 0, Magento = 0.03, Yellow = 0.06 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 124 | 120 | 116 | - |
| CMYK | 0 | 0.03 | 0.06 | 0.51 |
| HSL | 30º | 0.03% | 0.47% | - |
| HSV(B) | 30º | 0.06% | 0.49% | - |
| XYZ | 18.18 | 18.98 | 19.23 | - |
| YUV | 120.74 | 125.33 | 130.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 120 | 116 | 0 | 0.03 | 0.06 | 0.51 | 30 | 0.03 | 0.47 |
| Hex | 7C | 78 | 74 | 0 | 3 | 6 | 33 | 1E | 3 | 2F |
| Octal | 174 | 170 | 164 | 0 | 3 | 6 | 63 | 36 | 3 | 57 |
| Binary | 1111100 | 1111000 | 1110100 | 0 | 11 | 110 | 110011 | 11110 | 11 | 101111 |
Color Harmonies of #7C7874
Complementary color
Monochromatic Colors of #7C7874
Black with #7C7874
Text Example
Text Example
White with #7C7874
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7C7874; }
p { color: rgb(124,120,116); }
H1.HeaderClassName
{
color: #7C7874;
}
.AnyTagClassName
{
color: #7C7874;
}
</style>
background-color css
<style>
a { background-color: #7C7874; }
a { background-color: rgb(124,120,116); }
div.DivClassName
{
background-color: #7C7874;
}
.BgClassName
{
background-color: #7C7874;
}
</style>
border-color css
<style>
span { border-color: #7C7874; }
span { border-color: rgb(124,120,116); }
td.TdClassName
{
border-color: #7C7874;
}
.TagClassName
{
border-color: #7C7874;
}
</style>