COLOR #7E857E

HEX: #7E857E
RGB: (126,133,126)

Color info

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

RGB color model

#7E857E color RGB value is (126,133,126).

  • red value is 126;
  • green value is 133;
  • blue value is 126.
RGB:
(126,133,126)
(49%,52%,49%)

RGB channels and saturation

R 126 of 255 = 49%
G 133 of 255 = 52%
B 126 of 255 = 49%

126
133
126

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

Portions of RGB colors in percentages

R + G + B =
126 + 133 + 126 = 385 (100%)
R 126 of 385 ~ 32.73%
G 133 of 385 ~ 34.55%
B 126 of 385 ~ 32.73%

%32.73
%34.55
%32.73

CMYK color model

#7E857E color CMYK value is (5,0,5,48).

  • cyan value is 5.26%
  • magenta value is 0.00%
  • yellow value is 5.26%
  • key color value is 47.84%
CMYK:
(5,0,5,48)
C5M0Y5K48 
(5%,0%,5%,48%)
(0.05/0.00/0.05/0.48)	

CMYK percentages

%5.26
%0
%5.26
%47.84

Codes

Color #7E857E in popluar color models

7E857E
RGB126133126
HSL120°2.79%50.78%
HSB/HSV120°5.26%52.16%
CMYK5.26%0.00%5.26%
47.84%

Color #7E857E in popluar number systems.

HEX7E857E
Decimal126133126
Binary1111110100001011111110
Octal176205176

Shades and tints

Shades of #7E857E

#7E857E
(126,133,126)
#737973
(115,121,115)
#686D68
(104,109,104)
#5D615D
(93,97,93)
#525552
(82,85,82)
#474947
(71,73,71)
#3C3D3C
(60,61,60)
#313131
(49,49,49)
#262526
(38,37,38)
#1B191B
(27,25,27)
#100D10
(16,13,16)
#000000
(0,0,0)

Tints of #7E857E

#7E857E
(126,133,126)
#899089
(137,144,137)
#949B94
(148,155,148)
#9FA69F
(159,166,159)
#AAB1AA
(170,177,170)
#B5BCB5
(181,188,181)
#C0C7C0
(192,199,192)
#CBD2CB
(203,210,203)
#D6DDD6
(214,221,214)
#E1E8E1
(225,232,225)
#ECF3EC
(236,243,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7E857E; }

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

This text font color is #7E857E.


Background Color

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

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

This div background color is #7E857E.


Border color

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

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

This div border color is #7E857E.


Opacity

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

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

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

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

This text has shadow with #7E857E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7E857E on black background.


Color preview on white background

This text has color #7E857E on white background.



Black color preview on #7E857E background

This text has black color on #7E857E background.


White color preview on #7E857E background

This text has white color on #7E857E background.