COLOR #7A8B5E

HEX: #7A8B5E
RGB: (122,139,94)

Color info

#7A8B5E contains red, green and blue colors in about the same proportion. Web safe color of #7A8B5E is #669966 (or #696).

RGB color model

#7A8B5E color RGB value is (122,139,94).

  • red value is 122;
  • green value is 139;
  • blue value is 94.
RGB:
(122,139,94)
(48%,55%,37%)

RGB channels and saturation

R 122 of 255 = 48%
G 139 of 255 = 55%
B 94 of 255 = 37%

122
139
94

R + G + B ~ 47%. #7A8B5E is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
122 + 139 + 94 = 355 (100%)
R 122 of 355 ~ 34.37%
G 139 of 355 ~ 39.15%
B 94 of 355 ~ 26.48%

%34.37
%39.15
%26.48

CMYK color model

#7A8B5E color CMYK value is (12,0,32,45).

  • cyan value is 12.23%
  • magenta value is 0.00%
  • yellow value is 32.37%
  • key color value is 45.49%
CMYK:
(12,0,32,45)
C12M0Y32K45 
(12%,0%,32%,45%)
(0.12/0.00/0.32/0.45)	

CMYK percentages

%12.23
%0
%32.37
%45.49

Codes

Color #7A8B5E in popluar color models

7A8B5E
RGB12213994
HSL83°19.31%45.69%
HSB/HSV83°32.37%54.51%
CMYK12.23%0.00%32.37%
45.49%

Color #7A8B5E in popluar number systems.

HEX7A8B5E
Decimal12213994
Binary1111010100010111011110
Octal172213136

Shades and tints

Shades of #7A8B5E

#7A8B5E
(122,139,94)
#6F7F56
(111,127,86)
#64734E
(100,115,78)
#596746
(89,103,70)
#4E5B3E
(78,91,62)
#434F36
(67,79,54)
#38432E
(56,67,46)
#2D3726
(45,55,38)
#222B1E
(34,43,30)
#171F16
(23,31,22)
#0C130E
(12,19,14)
#000000
(0,0,0)

Tints of #7A8B5E

#7A8B5E
(122,139,94)
#86956C
(134,149,108)
#929F7A
(146,159,122)
#9EA988
(158,169,136)
#AAB396
(170,179,150)
#B6BDA4
(182,189,164)
#C2C7B2
(194,199,178)
#CED1C0
(206,209,192)
#DADBCE
(218,219,206)
#E6E5DC
(230,229,220)
#F2EFEA
(242,239,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7A8B5E color. Also use rgb(122,139,94) instead hex code.

Text Font Color

.myTextColor { color: #7A8B5E; }

<p style="color:#7A8B5E">This sample text font color is #7A8B5E.</p>

This text font color is #7A8B5E.


Background Color

.myBgColor { background-color: #7A8B5E; }

<div style="background-color:#7A8B5E">Inner text</div>

This div background color is #7A8B5E.


Border color

.myBorderColor { border: 1px solid #7A8B5E; }

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

This div border color is #7A8B5E.


Opacity

.myOpacity80 { color: #7A8B5E; opacity: 0.8; }

<p style="color:#7A8B5E;opacity:0.8;">80%</p>

Text with #7A8B5E color and opacity 100% | 80% | 50% | 30%.

Background with opacity value 100%.

Background with opacity value 80%.

Background with opacity value 50%.

Background with opacity value 30%.

Text shadow color

.textShadow {text-shadow: 3px 3px 1px #7A8B5E;}

<p style="text-shadow: 3px 3px 1px #7A8B5E">Text here.</p>

This text has shadow with #7A8B5E color.

.textShadow {text-shadow: 3px 3px 1px #7A8B5E, 3px 3px 1px red;}

<p style="text-shadow: 3px 3px 1px #7A8B5E, 5px 5px 20px red">Text here.</p>

This text has shadow with #7A8B5E primary color and red secondary color.


Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#7A8B5E, Direction=45, Strength=4)}

<p style="filter: Shadow(Color=#7A8B5E, Direction=45, Strength=4)">Text</p>

This text has shadow with #7A8B5E and red colors in old Internet Explorer.


Div box shadow color

/* css code */
.divShadow
{
  -moz-box-shadow:	1px 1px 3px 2px #7A8B5E;
  -webkit-box-shadow:	1px 1px 3px 2px #7A8B5E;
  box-shadow:		1px 1px 3px 2px #7A8B5E;
}

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #7A8B5E;
-webkit-box-shadow: 1px 1px 3px 2px #7A8B5E;
box-shadow:1px 1px 3px 2px #7A8B5E;">
Div content here</div>
This div box has shadow with color #7A8B5E.

Preview

Color preview on black background

This text has color #7A8B5E on black background.


Color preview on white background

This text has color #7A8B5E on white background.



Black color preview on #7A8B5E background

This text has black color on #7A8B5E background.


White color preview on #7A8B5E background

This text has white color on #7A8B5E background.