Color Hex Logo

#7a8b6a Color Hex

#7A8B6A
(122,139,106)
0 Favorites   0 Comments

Color spaces of #7a8b6a

RGB 122139106
HSL0.250.130.48
HSV91°24°55°
CMYK 0.120.000.24   0.45
XYZ19.860223.643417.1526
Yxy23.64340.32740.3898
Hunter Lab48.6245-12.186213.1222
CIE-Lab55.7290-12.476015.6550

#7a8b6a color RGB value is (122,139,106).

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

The process color (four color CMYK) of #7a8b6a color hex is 0.12, 0.00, 0.24, 0.45. Web safe color of #7a8b6a is #669966. Color #7a8b6a contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01111010 10001011 01101010
Octal 172 213 152
Decimal 122 139 106
Hex 7A 8B 6A

RGB Percentages of Color #7a8b6a

%33.24
%37.87
%28.88

CMYK Percentages of Color #7a8b6a

%12
%0
%24
%45

Triadic Colors of #7a8b6a

#7a8b6a #6a7a8b #8b6a7a

Analogous Colors of #7a8b6a

#7a8b6a #6a8b6b #8b8b6a

Monochromatic Colors of #7a8b6a

#7a8b6a

Complementary Color

#7a8b6a #7b6a8b

#7a8b6a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7a8b6a Color Preview on White Background

Lorem ipsum dolor sit amet.

#7a8b6a Color CSS Codes

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

#7a8b6a Text Font Color

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

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


#7a8b6a Background Color

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

This div background color is #7a8b6a


#7a8b6a Border Color

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

This div border color is #7a8b6a


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(122,139,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 #7a8b6a">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7a8b6a

#7a8b6a Color Palettes


Comments

No comments written yet.

Please login to write comment.