COLOR #7A8E75

HEX: #7A8E75
RGB: (122,142,117)

Color info

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

RGB color model

#7A8E75 color RGB value is (122,142,117).

  • red value is 122;
  • green value is 142;
  • blue value is 117.
RGB:
(122,142,117)
(48%,56%,46%)

RGB channels and saturation

R 122 of 255 = 48%
G 142 of 255 = 56%
B 117 of 255 = 46%

122
142
117

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

Portions of RGB colors in percentages

R + G + B =
122 + 142 + 117 = 381 (100%)
R 122 of 381 ~ 32.02%
G 142 of 381 ~ 37.27%
B 117 of 381 ~ 30.71%

%32.02
%37.27
%30.71

CMYK color model

#7A8E75 color CMYK value is (14,0,18,44).

  • cyan value is 14.08%
  • magenta value is 0.00%
  • yellow value is 17.61%
  • key color value is 44.31%
CMYK:
(14,0,18,44)
C14M0Y18K44 
(14%,0%,18%,44%)
(0.14/0.00/0.18/0.44)	

CMYK percentages

%14.08
%0
%17.61
%44.31

Codes

Color #7A8E75 in popluar color models

7A8E75
RGB122142117
HSL108°9.96%50.78%
HSB/HSV108°17.61%55.69%
CMYK14.08%0.00%17.61%
44.31%

Color #7A8E75 in popluar number systems.

HEX7A8E75
Decimal122142117
Binary1111010100011101110101
Octal172216165

Shades and tints

Shades of #7A8E75

#7A8E75
(122,142,117)
#6F826B
(111,130,107)
#647661
(100,118,97)
#596A57
(89,106,87)
#4E5E4D
(78,94,77)
#435243
(67,82,67)
#384639
(56,70,57)
#2D3A2F
(45,58,47)
#222E25
(34,46,37)
#17221B
(23,34,27)
#0C1611
(12,22,17)
#000000
(0,0,0)

Tints of #7A8E75

#7A8E75
(122,142,117)
#869881
(134,152,129)
#92A28D
(146,162,141)
#9EAC99
(158,172,153)
#AAB6A5
(170,182,165)
#B6C0B1
(182,192,177)
#C2CABD
(194,202,189)
#CED4C9
(206,212,201)
#DADED5
(218,222,213)
#E6E8E1
(230,232,225)
#F2F2ED
(242,242,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7A8E75 color. Also use rgb(122,142,117) instead hex code.

Text Font Color

.myTextColor { color: #7A8E75; }

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

This text font color is #7A8E75.


Background Color

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

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

This div background color is #7A8E75.


Border color

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

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

This div border color is #7A8E75.


Opacity

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

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

Text with #7A8E75 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 #7A8E75;}

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

This text has shadow with #7A8E75 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7A8E75 on black background.


Color preview on white background

This text has color #7A8E75 on white background.



Black color preview on #7A8E75 background

This text has black color on #7A8E75 background.


White color preview on #7A8E75 background

This text has white color on #7A8E75 background.