Color Hex Logo

#7a733c Color Hex

#7A733C
(122,115,60)
0 Favorites   0 Comments

Color spaces of #7a733c

RGB 12211560
HSL0.150.340.36
HSV53°51°48°
CMYK 0.000.060.51   0.52
XYZ14.972416.72536.7141
Yxy16.72530.38980.4354
Hunter Lab40.8966-6.219418.8938
CIE-Lab47.9120-5.447331.1788

#7a733c color RGB value is (122,115,60).

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

The process color (four color CMYK) of #7a733c color hex is 0.00, 0.06, 0.51, 0.52. Web safe color of #7a733c is #666633. Color #7a733c contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01111010 01110011 00111100
Octal 172 163 74
Decimal 122 115 60
Hex 7A 73 3C

RGB Percentages of Color #7a733c

%41.08
%38.72
%20.20

CMYK Percentages of Color #7a733c

%0
%6
%51
%52

Triadic Colors of #7a733c

#7a733c #3c7a73 #733c7a

Analogous Colors of #7a733c

#7a733c #627a3c #7a543c

Monochromatic Colors of #7a733c

#7a733c

Complementary Color

#7a733c #3c437a

#7a733c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7a733c Color Preview on White Background

Lorem ipsum dolor sit amet.

#7a733c Color CSS Codes

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

#7a733c Text Font Color

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

This sample text font color is #7a733c
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.


#7a733c Background Color

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

This div background color is #7a733c


#7a733c Border Color

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

This div border color is #7a733c


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(122,115,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 #7a733c">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7a733c


Comments

No comments written yet.

Please login to write comment.