Color Hex Logo

#7a835c Color Hex

#7A835C
(122,131,92)
0 Favorites   0 Comments

Color spaces of #7a835c

RGB 12213192
HSL0.210.170.44
HSV74°30°51°
CMYK 0.070.000.30   0.49
XYZ18.074121.142913.2536
Yxy21.14290.34450.4029
Hunter Lab45.9814-10.303715.0973
CIE-Lab53.1055-10.343420.0290

#7a835c color RGB value is (122,131,92).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01111010 10000011 01011100
Octal 172 203 134
Decimal 122 131 92
Hex 7A 83 5C

RGB Percentages of Color #7a835c

%35.36
%37.97
%26.67

CMYK Percentages of Color #7a835c

%7
%0
%30
%49

Triadic Colors of #7a835c

#7a835c #5c7a83 #835c7a

Analogous Colors of #7a835c

#7a835c #67835c #83795c

Monochromatic Colors of #7a835c

#7a835c

Complementary Color

#7a835c #655c83

#7a835c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7a835c Color Preview on White Background

Lorem ipsum dolor sit amet.

#7a835c Color CSS Codes

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

#7a835c Text Font Color

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

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


#7a835c Background Color

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

This div background color is #7a835c


#7a835c Border Color

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

This div border color is #7a835c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7a835c


Comments

No comments written yet.

Please login to write comment.