COLOR #7E877A

HEX: #7E877A
RGB: (126,135,122)

Color info

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

RGB color model

#7E877A color RGB value is (126,135,122).

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

RGB channels and saturation

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

126
135
122

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

Portions of RGB colors in percentages

R + G + B =
126 + 135 + 122 = 383 (100%)
R 126 of 383 ~ 32.9%
G 135 of 383 ~ 35.25%
B 122 of 383 ~ 31.85%

%32.9
%35.25
%31.85

CMYK color model

#7E877A color CMYK value is (7,0,10,47).

  • cyan value is 6.67%
  • magenta value is 0.00%
  • yellow value is 9.63%
  • key color value is 47.06%
CMYK:
(7,0,10,47)
C7M0Y10K47 
(7%,0%,10%,47%)
(0.07/0.00/0.10/0.47)	

CMYK percentages

%6.67
%0
%9.63
%47.06

Codes

Color #7E877A in popluar color models

7E877A
RGB126135122
HSL102°5.14%50.39%
HSB/HSV102°9.63%52.94%
CMYK6.67%0.00%9.63%
47.06%

Color #7E877A in popluar number systems.

HEX7E877A
Decimal126135122
Binary1111110100001111111010
Octal176207172

Shades and tints

Shades of #7E877A

#7E877A
(126,135,122)
#737B6F
(115,123,111)
#686F64
(104,111,100)
#5D6359
(93,99,89)
#52574E
(82,87,78)
#474B43
(71,75,67)
#3C3F38
(60,63,56)
#31332D
(49,51,45)
#262722
(38,39,34)
#1B1B17
(27,27,23)
#100F0C
(16,15,12)
#000000
(0,0,0)

Tints of #7E877A

#7E877A
(126,135,122)
#899186
(137,145,134)
#949B92
(148,155,146)
#9FA59E
(159,165,158)
#AAAFAA
(170,175,170)
#B5B9B6
(181,185,182)
#C0C3C2
(192,195,194)
#CBCDCE
(203,205,206)
#D6D7DA
(214,215,218)
#E1E1E6
(225,225,230)
#ECEBF2
(236,235,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7E877A; }

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

This text font color is #7E877A.


Background Color

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

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

This div background color is #7E877A.


Border color

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

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

This div border color is #7E877A.


Opacity

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

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

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

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

This text has shadow with #7E877A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7E877A on black background.


Color preview on white background

This text has color #7E877A on white background.



Black color preview on #7E877A background

This text has black color on #7E877A background.


White color preview on #7E877A background

This text has white color on #7E877A background.