#7A5A3C

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

Shades of Shingle Fawn #7A5A3C

Tints of Shingle Fawn #7A5A3C

Color information

#7A5A3C (or 0x7A5A3C) is unknown color: approx Shingle Fawn. HEX triplet: 7A, 5A and 3C. RGB value is (122,90,60). Sum of RGB (Red+Green+Blue) = 122+90+60=272 (36% of max value = 765). Red value is 122 (48.05% from 255 or 44.85% from 272); Green value is 90 (35.55% from 255 or 33.09% from 272); Blue value is 60 (23.83% from 255 or 22.06% from 272); Max value from RGB is 122 - color contains mainly: red. Hex color #7A5A3C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #7A5A3C is #85A5C3. Grayscale: #606060. Windows color (decimal): -8758724 or 3955322. OLE color: 3955322.

HSL color Cylindrical-coordinate representation of color #7A5A3C: hue angle of 29.03º degrees, saturation: 0.34, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #7A5A3C is Cyan = 0, Magento = 0.26, Yellow = 0.51 and Black (K on CMYK) = 0.52.

Color convert

RGB1229060-
CMYK00.260.510.52
HSL29.03º34.07%35.69%-
HSV(B)29.03º50.82%47.84%-
XYZ12.511.785.89-
YUV96.15107.6146.44-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 44.85%
GREEN value IS 90 (35.55% from 255) = 33.09%
BLUE value IS 60 (23.83% from 255) = 22.06%
R=44.85%
G=33.09%
B=22.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.51
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal122906000.260.510.5229.0334.0735.69
Hex7A5A3C01A33341d2224
Octal172132740326364354244
Binary1111010101101011110001101011001111010011101100010100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7A5A3C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(122,90,60); }

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

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

 a { background-color: rgb(122,90,60); }

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

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

 span { border-color: rgb(122,90,60); }

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