Color Hex Logo

#7a8355 Color Hex

#7A8355
(122,131,85)
0 Favorites   0 Comments

Color spaces of #7a8355

RGB 12213185
HSL0.200.210.42
HSV72°35°51°
CMYK 0.070.000.35   0.49
XYZ17.782021.026111.7156
Yxy21.02610.35200.4162
Hunter Lab45.8542-11.023616.9496
CIE-Lab52.9780-11.351223.8019

#7a8355 color RGB value is (122,131,85).

#7a8355 hex color red value is 122, green value is 131 and the blue value of its RGB is 85. Cylindrical-coordinate representations (also known as HSL) of color #7a8355 hue: 0.20 , saturation: 0.21 and the lightness value of 7a8355 is 0.42.

The process color (four color CMYK) of #7a8355 color hex is 0.07, 0.00, 0.35, 0.49. Web safe color of #7a8355 is #669966. Color #7a8355 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01111010 10000011 01010101
Octal 172 203 125
Decimal 122 131 85
Hex 7A 83 55

RGB Percentages of Color #7a8355

%36.09
%38.76
%25.15

CMYK Percentages of Color #7a8355

%7
%0
%35
%49

Triadic Colors of #7a8355

#7a8355 #557a83 #83557a

Analogous Colors of #7a8355

#7a8355 #638355 #837555

Monochromatic Colors of #7a8355

#7a8355

Complementary Color

#7a8355 #5e5583

#7a8355 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7a8355 Color Preview on White Background

Lorem ipsum dolor sit amet.

#7a8355 Color CSS Codes

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

#7a8355 Text Font Color

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

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


#7a8355 Background Color

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

This div background color is #7a8355


#7a8355 Border Color

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

This div border color is #7a8355


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7a8355


Comments

No comments written yet.

Please login to write comment.