color codes Logo

#7a743c color codes

#7A743C
(122,116,60)
0 Favorites   0 Comments

Color spaces of #7a743c

RGB 12211660
HSL0.150.340.36
HSV54°51°48°
CMYK 0.000.050.51   0.52
XYZ15.087016.95466.7524
Yxy16.95460.38890.4370
Hunter Lab41.1760-6.655019.1003
CIE-Lab48.2028-6.013331.5302

#7a743c color RGB value is (122,116,60).

#7a743c hex color red value is 122, green value is 116 and the blue value of its RGB is 60. Cylindrical-coordinate representations (also known as HSL) of color #7a743c hue: 0.15 , saturation: 0.34 and the lightness value of 7a743c is 0.36.

The process color (four color CMYK) of #7a743c color code is 0.00, 0.05, 0.51, 0.52. Web safe color of #7a743c is #666633. Color #7a743c contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01111010 01110100 00111100
Octal 172 164 74
Decimal 122 116 60
Hex 7A 74 3C

RGB Percentages of Color #7a743c

%40.94
%38.93
%20.13

CMYK Percentages of Color #7a743c

%0
%5
%51
%52

Triadic Colors of #7a743c

#7a743c #3c7a74 #743c7a

Analogous Colors of #7a743c

#7a743c #617a3c #7a553c

Monochromatic Colors of #7a743c

#7a743c

Complementary Color

#7a743c #3c427a

#7a743c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7a743c Color Preview on White Background

Lorem ipsum dolor sit amet.

#7a743c Color CSS Codes

.mybgcolor {background-color:#7a743c; } 
.myforecolor {color:#7a743c; }
.mybordercolor {border:3px solid #7a743c; }

#7a743c Text Font Color

<p style="color:#7a743c">Text here</p>

This sample text font color is #7a743c
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.


#7a743c Background Color

<div style="background-color:#7a743c">
Div content here</div>

This div background color is #7a743c


#7a743c Border Color

<div style="border:3px solid #7a743c">
Div here</div>

This div border color is #7a743c


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(122,116,60, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #7a743c; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #7a743c;
  -webkit-box-shadow: 1px 1px 3px 2px #7a743c;
  box-shadow:         1px 1px 3px 2px #7a743c; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(122,116,60, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #7a743c">Text here</p>

This text has shadow with hex values.


Div Box Shadow

<div style="-moz-box-shadow: 1px 1px 3px 2px #7a743c;
  -webkit-box-shadow: 1px 1px 3px 2px #7a743c;
  box-shadow:         1px 1px 3px 2px #7a743c;">
Div content here</div>

This div box has shadow with color #7a743c

#7a743c Color Palettes


Comments

No comments written yet.

Please login to write comment.