COLOR #7E877B

HEX: #7E877B
RGB: (126,135,123)

Color info

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

RGB color model

#7E877B color RGB value is (126,135,123).

  • red value is 126;
  • green value is 135;
  • blue value is 123.
RGB:
(126,135,123)
(49%,53%,48%)

RGB channels and saturation

R 126 of 255 = 49%
G 135 of 255 = 53%
B 123 of 255 = 48%

126
135
123

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

Portions of RGB colors in percentages

R + G + B =
126 + 135 + 123 = 384 (100%)
R 126 of 384 ~ 32.81%
G 135 of 384 ~ 35.16%
B 123 of 384 ~ 32.03%

%32.81
%35.16
%32.03

CMYK color model

#7E877B color CMYK value is (7,0,9,47).

  • cyan value is 6.67%
  • magenta value is 0.00%
  • yellow value is 8.89%
  • key color value is 47.06%
CMYK:
(7,0,9,47)
C7M0Y9K47 
(7%,0%,9%,47%)
(0.07/0.00/0.09/0.47)	

CMYK percentages

%6.67
%0
%8.89
%47.06

Codes

Color #7E877B in popluar color models

7E877B
RGB126135123
HSL105°4.76%50.59%
HSB/HSV105°8.89%52.94%
CMYK6.67%0.00%8.89%
47.06%

Color #7E877B in popluar number systems.

HEX7E877B
Decimal126135123
Binary1111110100001111111011
Octal176207173

Shades and tints

Shades of #7E877B

#7E877B
(126,135,123)
#737B70
(115,123,112)
#686F65
(104,111,101)
#5D635A
(93,99,90)
#52574F
(82,87,79)
#474B44
(71,75,68)
#3C3F39
(60,63,57)
#31332E
(49,51,46)
#262723
(38,39,35)
#1B1B18
(27,27,24)
#100F0D
(16,15,13)
#000000
(0,0,0)

Tints of #7E877B

#7E877B
(126,135,123)
#899187
(137,145,135)
#949B93
(148,155,147)
#9FA59F
(159,165,159)
#AAAFAB
(170,175,171)
#B5B9B7
(181,185,183)
#C0C3C3
(192,195,195)
#CBCDCF
(203,205,207)
#D6D7DB
(214,215,219)
#E1E1E7
(225,225,231)
#ECEBF3
(236,235,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7E877B color. Also use rgb(126,135,123) instead hex code.

Text Font Color

.myTextColor { color: #7E877B; }

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

This text font color is #7E877B.


Background Color

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

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

This div background color is #7E877B.


Border color

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

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

This div border color is #7E877B.


Opacity

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

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

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

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

This text has shadow with #7E877B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7E877B on black background.


Color preview on white background

This text has color #7E877B on white background.



Black color preview on #7E877B background

This text has black color on #7E877B background.


White color preview on #7E877B background

This text has white color on #7E877B background.