#7C7772

Color #7C7772 Americano (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Americano #7C7772

Tints of Americano #7C7772

Color information

#7C7772 (or 0x7C7772) is unknown color: approx Americano. HEX triplet: 7C, 77 and 72. RGB value is (124,119,114). Sum of RGB (Red+Green+Blue) = 124+119+114=357 (47% of max value = 765). Red value is 124 (48.83% from 255 or 34.73% from 357); Green value is 119 (46.88% from 255 or 33.33% from 357); Blue value is 114 (44.92% from 255 or 31.93% from 357); Max value from RGB is 124 - color contains mainly: red. Hex color #7C7772 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7C7772 is #83888D. Grayscale: #777777. Windows color (decimal): -8620174 or 7501692. OLE color: 7501692.

HSL color Cylindrical-coordinate representation of color #7C7772: hue angle of 30º degrees, saturation: 0.04, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #7C7772 is Cyan = 0, Magento = 0.04, Yellow = 0.08 and Black (K on CMYK) = 0.51.

Color convert

RGB124119114-
CMYK00.040.080.51
HSL30º4.2%46.67%-
HSV(B)30º8.06%48.63%-
XYZ17.9518.6918.58-
YUV119.92124.66130.91-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 124 (48.83% from 255) = 34.73%
GREEN value IS 119 (46.88% from 255) = 33.33%
BLUE value IS 114 (44.92% from 255) = 31.93%
R=34.73%
G=33.33%
B=31.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.08
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal12411911400.040.080.51304.246.67
Hex7C7772048331e42f
Octal17416716204106336457
Binary1111100111011111100100100100011001111110100101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7C7772

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7C7772; }

 p { color: rgb(124,119,114); }

 H1.HeaderClassName
 {
   color: #7C7772;
 }
 .AnyTagClassName
 {
   color: #7C7772;
 }
</style>
background-color css

<style>
 a { background-color: #7C7772; }

 a { background-color: rgb(124,119,114); }

 div.DivClassName
 {
   background-color: #7C7772;
 }
 .BgClassName
 {
   background-color: #7C7772;
 }
</style>
border-color css

<style>
 span { border-color: #7C7772; }

 span { border-color: rgb(124,119,114); }

 td.TdClassName
 {
   border-color: #7C7772;
 }
 .TagClassName
 {
   border-color: #7C7772;
 }
</style>