COLOR #7E9577

HEX: #7E9577
RGB: (126,149,119)

Color info

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

RGB color model

#7E9577 color RGB value is (126,149,119).

  • red value is 126;
  • green value is 149;
  • blue value is 119.
RGB:
(126,149,119)
(49%,58%,47%)

RGB channels and saturation

R 126 of 255 = 49%
G 149 of 255 = 58%
B 119 of 255 = 47%

126
149
119

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

Portions of RGB colors in percentages

R + G + B =
126 + 149 + 119 = 394 (100%)
R 126 of 394 ~ 31.98%
G 149 of 394 ~ 37.82%
B 119 of 394 ~ 30.2%

%31.98
%37.82
%30.2

CMYK color model

#7E9577 color CMYK value is (15,0,20,42).

  • cyan value is 15.44%
  • magenta value is 0.00%
  • yellow value is 20.13%
  • key color value is 41.57%
CMYK:
(15,0,20,42)
C15M0Y20K42 
(15%,0%,20%,42%)
(0.15/0.00/0.20/0.42)	

CMYK percentages

%15.44
%0
%20.13
%41.57

Codes

Color #7E9577 in popluar color models

7E9577
RGB126149119
HSL106°12.40%52.55%
HSB/HSV106°20.13%58.43%
CMYK15.44%0.00%20.13%
41.57%

Color #7E9577 in popluar number systems.

HEX7E9577
Decimal126149119
Binary1111110100101011110111
Octal176225167

Shades and tints

Shades of #7E9577

#7E9577
(126,149,119)
#73886D
(115,136,109)
#687B63
(104,123,99)
#5D6E59
(93,110,89)
#52614F
(82,97,79)
#475445
(71,84,69)
#3C473B
(60,71,59)
#313A31
(49,58,49)
#262D27
(38,45,39)
#1B201D
(27,32,29)
#101313
(16,19,19)
#000000
(0,0,0)

Tints of #7E9577

#7E9577
(126,149,119)
#899E83
(137,158,131)
#94A78F
(148,167,143)
#9FB09B
(159,176,155)
#AAB9A7
(170,185,167)
#B5C2B3
(181,194,179)
#C0CBBF
(192,203,191)
#CBD4CB
(203,212,203)
#D6DDD7
(214,221,215)
#E1E6E3
(225,230,227)
#ECEFEF
(236,239,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7E9577 color. Also use rgb(126,149,119) instead hex code.

Text Font Color

.myTextColor { color: #7E9577; }

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

This text font color is #7E9577.


Background Color

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

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

This div background color is #7E9577.


Border color

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

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

This div border color is #7E9577.


Opacity

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

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

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

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

This text has shadow with #7E9577 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7E9577 on black background.


Color preview on white background

This text has color #7E9577 on white background.



Black color preview on #7E9577 background

This text has black color on #7E9577 background.


White color preview on #7E9577 background

This text has white color on #7E9577 background.