#7A7572

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

Shades of Americano #7A7572

Tints of Americano #7A7572

Color information

#7A7572 (or 0x7A7572) is unknown color: approx Americano. HEX triplet: 7A, 75 and 72. RGB value is (122,117,114). Sum of RGB (Red+Green+Blue) = 122+117+114=353 (46% of max value = 765). Red value is 122 (48.05% from 255 or 34.56% from 353); Green value is 117 (46.09% from 255 or 33.14% from 353); Blue value is 114 (44.92% from 255 or 32.29% from 353); Max value from RGB is 122 - color contains mainly: red. Hex color #7A7572 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7A7572 is #858A8D. Grayscale: #767676. Windows color (decimal): -8751758 or 7501178. OLE color: 7501178.

HSL color Cylindrical-coordinate representation of color #7A7572: hue angle of 22.5º degrees, saturation: 0.03, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #7A7572 is Cyan = 0, Magento = 0.04, Yellow = 0.07 and Black (K on CMYK) = 0.52.

Color convert

RGB122117114-
CMYK00.040.070.52
HSL22.5º3.39%46.27%-
HSV(B)22.5º6.56%47.84%-
XYZ17.4218.0818.49-
YUV118.15125.66130.74-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 34.56%
GREEN value IS 117 (46.09% from 255) = 33.14%
BLUE value IS 114 (44.92% from 255) = 32.29%
R=34.56%
G=33.14%
B=32.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.07
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal12211711400.040.070.5222.53.3946.27
Hex7A7572047341732e
Octal1721651620476427356
Binary11110101110101111001001001111101001011111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7A7572

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(122,117,114); }

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

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

 a { background-color: rgb(122,117,114); }

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

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

 span { border-color: rgb(122,117,114); }

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