Color Hex Logo

#7a7138 Color Hex

#7A7138
(122,113,56)
0 Favorites   0 Comments

Color spaces of #7a7138

RGB 12211356
HSL0.140.370.35
HSV52°54°48°
CMYK 0.000.070.54   0.52
XYZ14.645016.23346.1029
Yxy16.23340.39600.4390
Hunter Lab40.2907-5.626919.2227
CIE-Lab47.2792-4.702532.5621

#7a7138 color RGB value is (122,113,56).

#7a7138 hex color red value is 122, green value is 113 and the blue value of its RGB is 56. Cylindrical-coordinate representations (also known as HSL) of color #7a7138 hue: 0.14 , saturation: 0.37 and the lightness value of 7a7138 is 0.35.

The process color (four color CMYK) of #7a7138 color hex is 0.00, 0.07, 0.54, 0.52. Web safe color of #7a7138 is #666633. Color #7a7138 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01111010 01110001 00111000
Octal 172 161 70
Decimal 122 113 56
Hex 7A 71 38

RGB Percentages of Color #7a7138

%41.92
%38.83
%19.24

CMYK Percentages of Color #7a7138

%0
%7
%54
%52

Triadic Colors of #7a7138

#7a7138 #387a71 #71387a

Analogous Colors of #7a7138

#7a7138 #627a38 #7a5038

Monochromatic Colors of #7a7138

#7a7138

Complementary Color

#7a7138 #38417a

#7a7138 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7a7138 Color Preview on White Background

Lorem ipsum dolor sit amet.

#7a7138 Color CSS Codes

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

#7a7138 Text Font Color

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

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


#7a7138 Background Color

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

This div background color is #7a7138


#7a7138 Border Color

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

This div border color is #7a7138


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7a7138


Comments

No comments written yet.

Please login to write comment.