COLOR #7E9772

HEX: #7E9772 RGB: (126,151,114)

Color info

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

RGB color model

#7E9772 color RGB value is (126,151,114).

RGB: (126,151,114) (49%, 59%, 45%)

RGB channels and saturation

R 126 of 255 = 49%
G 151 of 255 = 59%
B 114 of 255 = 45%

126
151
114

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

Portions of RGB colors in percentages

R + G + B = 126 + 151 + 114 = 391 (100%)
R 126 of 391 ~ 32.23%
G 151 of 391 ~ 38.62%
B 114 of 391 ~ 29.16'%

%32.23
%38.62
%29.16

CMYK color model

#7E9772 color CMYK value is (17,0,25,41).

  • cyan value is 16.56%
  • magenta value is 0.00%
  • yellow value is 24.50%
  • key color value is 40.78%

CMYK: (17,0,25,41)
C17M0Y25K41 (17%, 0%, 25%, 41%)
(0.17 / 0.00 / 0.25 / 0.41)

CMYK percentages

%16.56
%0
%24.5
%40.78

Codes

Color #7E9772 in popluar color models

7E 97 72
RGB 126 151 114
HSL 101° 15.10% 51.96%
HSB/HSV 101° 24.50% 59.22%
CMYK 16.56% 0.00% 24.50%
40.78%

Color #7E9772 in popluar number systems.

HEX 7E 97 72
Decimal 126 151 114
Binary 1111110 10010111 1110010
Octal 176 227 162

Shades and tints

Shades of #7E9772

#7E9772
(126,151,114)
#738A68
(115,138,104)
#687D5E
(104,125,94)
#5D7054
(93,112,84)
#52634A
(82,99,74)
#475640
(71,86,64)
#3C4936
(60,73,54)
#313C2C
(49,60,44)
#262F22
(38,47,34)
#1B2218
(27,34,24)
#10150E
(16,21,14)
#000000
(0,0,0)

Tints of #7E9772

#7E9772
(126,151,114)
#89A07E
(137,160,126)
#94A98A
(148,169,138)
#9FB296
(159,178,150)
#AABBA2
(170,187,162)
#B5C4AE
(181,196,174)
#C0CDBA
(192,205,186)
#CBD6C6
(203,214,198)
#D6DFD2
(214,223,210)
#E1E8DE
(225,232,222)
#ECF1EA
(236,241,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7E9772 color. Also use rgb(126,151,114) instead hex code.

Text Font Color

.myTextColor { color: #7E9772; }

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

This text font color is #7E9772.

Background Color

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

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

This div background color is #7E9772.

Border color

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

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

This div border color is #7E9772.

Opacity

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

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

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

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

This text has shadow with #7E9772 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #7E9772.

Preview

Color preview on black background

This text has color #7E9772 on black background.


Color preview on white background

This text has color #7E9772 on white background.


Black color preview on #7E9772 background

This text has black color on #7E9772 background.


White color preview on #7E9772 background

This text has white color on #7E9772 background.


Related colors

Complementary color

Complementary color for #hex is #81688D.


I love getcolorcode.com

Triadic colors

1 #727E97 and #97727E with #7E9772 are triadic colors.

2 #72977E and #977E72 with #7E9772 are triadic colors.