Color Hex Logo

#7a8c5a Color Hex

#7A8C5A
(122,140,90)
0 Favorites   0 Comments

Color spaces of #7a8c5a

RGB 12214090
HSL0.230.220.45
HSV82°36°55°
CMYK 0.130.000.36   0.45
XYZ19.249623.631913.2197
Yxy23.63190.34310.4212
Hunter Lab48.6127-14.389917.9056
CIE-Lab55.7173-15.498324.6167

#7a8c5a color RGB value is (122,140,90).

#7a8c5a hex color red value is 122, green value is 140 and the blue value of its RGB is 90. Cylindrical-coordinate representations (also known as HSL) of color #7a8c5a hue: 0.23 , saturation: 0.22 and the lightness value of 7a8c5a is 0.45.

The process color (four color CMYK) of #7a8c5a color hex is 0.13, 0.00, 0.36, 0.45. Web safe color of #7a8c5a is #669966. Color #7a8c5a contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01111010 10001100 01011010
Octal 172 214 132
Decimal 122 140 90
Hex 7A 8C 5A

RGB Percentages of Color #7a8c5a

%34.66
%39.77
%25.57

CMYK Percentages of Color #7a8c5a

%13
%0
%36
%45

Triadic Colors of #7a8c5a

#7a8c5a #5a7a8c #8c5a7a

Analogous Colors of #7a8c5a

#7a8c5a #618c5a #8c855a

Monochromatic Colors of #7a8c5a

#7a8c5a

Complementary Color

#7a8c5a #6c5a8c

#7a8c5a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7a8c5a Color Preview on White Background

Lorem ipsum dolor sit amet.

#7a8c5a Color CSS Codes

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

#7a8c5a Text Font Color

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

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


#7a8c5a Background Color

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

This div background color is #7a8c5a


#7a8c5a Border Color

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

This div border color is #7a8c5a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7a8c5a


Comments

No comments written yet.

Please login to write comment.