COLOR #7E857F

HEX: #7E857F
RGB: (126,133,127)

Color info

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

RGB color model

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

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

RGB channels and saturation

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

126
133
127

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

Portions of RGB colors in percentages

R + G + B =
126 + 133 + 127 = 386 (100%)
R 126 of 386 ~ 32.64%
G 133 of 386 ~ 34.46%
B 127 of 386 ~ 32.9%

%32.64
%34.46
%32.9

CMYK color model

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

  • cyan value is 5.26%
  • magenta value is 0.00%
  • yellow value is 4.51%
  • 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
%4.51
%47.84

Codes

Color #7E857F in popluar color models

7E857F
RGB126133127
HSL129°2.79%50.78%
HSB/HSV129°5.26%52.16%
CMYK5.26%0.00%4.51%
47.84%

Color #7E857F in popluar number systems.

HEX7E857F
Decimal126133127
Binary1111110100001011111111
Octal176205177

Shades and tints

Shades of #7E857F

#7E857F
(126,133,127)
#737974
(115,121,116)
#686D69
(104,109,105)
#5D615E
(93,97,94)
#525553
(82,85,83)
#474948
(71,73,72)
#3C3D3D
(60,61,61)
#313132
(49,49,50)
#262527
(38,37,39)
#1B191C
(27,25,28)
#100D11
(16,13,17)
#000000
(0,0,0)

Tints of #7E857F

#7E857F
(126,133,127)
#89908A
(137,144,138)
#949B95
(148,155,149)
#9FA6A0
(159,166,160)
#AAB1AB
(170,177,171)
#B5BCB6
(181,188,182)
#C0C7C1
(192,199,193)
#CBD2CC
(203,210,204)
#D6DDD7
(214,221,215)
#E1E8E2
(225,232,226)
#ECF3ED
(236,243,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7E857F; }

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

This text font color is #7E857F.


Background Color

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

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

This div background color is #7E857F.


Border color

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

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

This div border color is #7E857F.


Opacity

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

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

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

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

This text has shadow with #7E857F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7E857F on black background.


Color preview on white background

This text has color #7E857F on white background.



Black color preview on #7E857F background

This text has black color on #7E857F background.


White color preview on #7E857F background

This text has white color on #7E857F background.