Color Hex Logo

#7a7b3e Color Hex

#7A7B3E
(122,123,62)
0 Favorites   0 Comments

Color spaces of #7a7b3e

RGB 12212362
HSL0.170.330.36
HSV61°50°48°
CMYK 0.010.000.50   0.52
XYZ15.978518.65137.3153
Yxy18.65130.38090.4447
Hunter Lab43.1872-9.535620.1881
CIE-Lab50.2767-9.722132.9646

#7a7b3e color RGB value is (122,123,62).

#7a7b3e hex color red value is 122, green value is 123 and the blue value of its RGB is 62. Cylindrical-coordinate representations (also known as HSL) of color #7a7b3e hue: 0.17 , saturation: 0.33 and the lightness value of 7a7b3e is 0.36.

The process color (four color CMYK) of #7a7b3e color hex is 0.01, 0.00, 0.50, 0.52. Web safe color of #7a7b3e is #666633. Color #7a7b3e contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01111010 01111011 00111110
Octal 172 173 76
Decimal 122 123 62
Hex 7A 7B 3E

RGB Percentages of Color #7a7b3e

%39.74
%40.07
%20.20

CMYK Percentages of Color #7a7b3e

%1
%0
%50
%52

Triadic Colors of #7a7b3e

#7a7b3e #3e7a7b #7b3e7a

Analogous Colors of #7a7b3e

#7a7b3e #5c7b3e #7b5e3e

Monochromatic Colors of #7a7b3e

#7a7b3e

Complementary Color

#7a7b3e #3f3e7b

#7a7b3e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7a7b3e Color Preview on White Background

Lorem ipsum dolor sit amet.

#7a7b3e Color CSS Codes

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

#7a7b3e Text Font Color

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

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


#7a7b3e Background Color

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

This div background color is #7a7b3e


#7a7b3e Border Color

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

This div border color is #7a7b3e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7a7b3e


Comments

No comments written yet.

Please login to write comment.