Color Hex Logo

#7a896a Color Hex

#7A896A
(122,137,106)
0 Favorites   0 Comments

Color spaces of #7a896a

RGB 122137106
HSL0.250.130.48
HSV89°23°54°
CMYK 0.110.000.23   0.46
XYZ19.573223.069517.0569
Yxy23.06950.32790.3864
Hunter Lab48.0307-11.312512.5662
CIE-Lab55.1439-11.390114.8474

#7a896a color RGB value is (122,137,106).

#7a896a hex color red value is 122, green value is 137 and the blue value of its RGB is 106. Cylindrical-coordinate representations (also known as HSL) of color #7a896a hue: 0.25 , saturation: 0.13 and the lightness value of 7a896a is 0.48.

The process color (four color CMYK) of #7a896a color hex is 0.11, 0.00, 0.23, 0.46. Web safe color of #7a896a is #669966. Color #7a896a contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01111010 10001001 01101010
Octal 172 211 152
Decimal 122 137 106
Hex 7A 89 6A

RGB Percentages of Color #7a896a

%33.42
%37.53
%29.04

CMYK Percentages of Color #7a896a

%11
%0
%23
%46

Triadic Colors of #7a896a

#7a896a #6a7a89 #896a7a

Analogous Colors of #7a896a

#7a896a #6b896a #89896a

Monochromatic Colors of #7a896a

#7a896a

Complementary Color

#7a896a #796a89

#7a896a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7a896a Color Preview on White Background

Lorem ipsum dolor sit amet.

#7a896a Color CSS Codes

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

#7a896a Text Font Color

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

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


#7a896a Background Color

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

This div background color is #7a896a


#7a896a Border Color

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

This div border color is #7a896a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7a896a


Comments

No comments written yet.

Please login to write comment.