COLOR #7E9679

HEX: #7E9679 RGB: (126,150,121)

Color info

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

RGB color model

#7E9679 color RGB value is (126,150,121).

RGB: (126,150,121) (49%, 59%, 47%)

RGB channels and saturation

R 126 of 255 = 49%
G 150 of 255 = 59%
B 121 of 255 = 47%

126
150
121

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

Portions of RGB colors in percentages

R + G + B = 126 + 150 + 121 = 397 (100%)
R 126 of 397 ~ 31.74%
G 150 of 397 ~ 37.78%
B 121 of 397 ~ 30.48'%

%31.74
%37.78
%30.48

CMYK color model

#7E9679 color CMYK value is (16,0,19,41).

  • cyan value is 16.00%
  • magenta value is 0.00%
  • yellow value is 19.33%
  • key color value is 41.18%

CMYK: (16,0,19,41)
C16M0Y19K41 (16%, 0%, 19%, 41%)
(0.16 / 0.00 / 0.19 / 0.41)

CMYK percentages

%16
%0
%19.33
%41.18

Codes

Color #7E9679 in popluar color models

7E 96 79
RGB 126 150 121
HSL 110° 12.13% 53.14%
HSB/HSV 110° 19.33% 58.82%
CMYK 16.00% 0.00% 19.33%
41.18%

Color #7E9679 in popluar number systems.

HEX 7E 96 79
Decimal 126 150 121
Binary 1111110 10010110 1111001
Octal 176 226 171

Shades and tints

Shades of #7E9679

#7E9679
(126,150,121)
#73896E
(115,137,110)
#687C63
(104,124,99)
#5D6F58
(93,111,88)
#52624D
(82,98,77)
#475542
(71,85,66)
#3C4837
(60,72,55)
#313B2C
(49,59,44)
#262E21
(38,46,33)
#1B2116
(27,33,22)
#10140B
(16,20,11)
#000000
(0,0,0)

Tints of #7E9679

#7E9679
(126,150,121)
#899F85
(137,159,133)
#94A891
(148,168,145)
#9FB19D
(159,177,157)
#AABAA9
(170,186,169)
#B5C3B5
(181,195,181)
#C0CCC1
(192,204,193)
#CBD5CD
(203,213,205)
#D6DED9
(214,222,217)
#E1E7E5
(225,231,229)
#ECF0F1
(236,240,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7E9679 color. Also use rgb(126,150,121) instead hex code.

Text Font Color

.myTextColor { color: #7E9679; }

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

This text font color is #7E9679.

Background Color

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

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

This div background color is #7E9679.

Border color

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

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

This div border color is #7E9679.

Opacity

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

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

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

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

This text has shadow with #7E9679 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #7E9679.

Preview

Color preview on black background

This text has color #7E9679 on black background.


Color preview on white background

This text has color #7E9679 on white background.


Black color preview on #7E9679 background

This text has black color on #7E9679 background.


White color preview on #7E9679 background

This text has white color on #7E9679 background.


Related colors

Complementary color

Complementary color for #hex is #816986.


I love getcolorcode.com

Triadic colors

1 #797E96 and #96797E with #7E9679 are triadic colors.

2 #79967E and #967E79 with #7E9679 are triadic colors.