COLOR #7E817D

HEX: #7E817D
RGB: (126,129,125)

Color info

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

RGB color model

#7E817D color RGB value is (126,129,125).

  • red value is 126;
  • green value is 129;
  • blue value is 125.
RGB:
(126,129,125)
(49%,51%,49%)

RGB channels and saturation

R 126 of 255 = 49%
G 129 of 255 = 51%
B 125 of 255 = 49%

126
129
125

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

Portions of RGB colors in percentages

R + G + B =
126 + 129 + 125 = 380 (100%)
R 126 of 380 ~ 33.16%
G 129 of 380 ~ 33.95%
B 125 of 380 ~ 32.89%

%33.16
%33.95
%32.89

CMYK color model

#7E817D color CMYK value is (2,0,3,49).

  • cyan value is 2.33%
  • magenta value is 0.00%
  • yellow value is 3.10%
  • key color value is 49.41%
CMYK:
(2,0,3,49)
C2M0Y3K49 
(2%,0%,3%,49%)
(0.02/0.00/0.03/0.49)	

CMYK percentages

%2.33
%0
%3.1
%49.41

Codes

Color #7E817D in popluar color models

7E817D
RGB126129125
HSL105°1.57%49.80%
HSB/HSV105°3.10%50.59%
CMYK2.33%0.00%3.10%
49.41%

Color #7E817D in popluar number systems.

HEX7E817D
Decimal126129125
Binary1111110100000011111101
Octal176201175

Shades and tints

Shades of #7E817D

#7E817D
(126,129,125)
#737672
(115,118,114)
#686B67
(104,107,103)
#5D605C
(93,96,92)
#525551
(82,85,81)
#474A46
(71,74,70)
#3C3F3B
(60,63,59)
#313430
(49,52,48)
#262925
(38,41,37)
#1B1E1A
(27,30,26)
#10130F
(16,19,15)
#000000
(0,0,0)

Tints of #7E817D

#7E817D
(126,129,125)
#898C88
(137,140,136)
#949793
(148,151,147)
#9FA29E
(159,162,158)
#AAADA9
(170,173,169)
#B5B8B4
(181,184,180)
#C0C3BF
(192,195,191)
#CBCECA
(203,206,202)
#D6D9D5
(214,217,213)
#E1E4E0
(225,228,224)
#ECEFEB
(236,239,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7E817D; }

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

This text font color is #7E817D.


Background Color

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

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

This div background color is #7E817D.


Border color

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

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

This div border color is #7E817D.


Opacity

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

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

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

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

This text has shadow with #7E817D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7E817D on black background.


Color preview on white background

This text has color #7E817D on white background.



Black color preview on #7E817D background

This text has black color on #7E817D background.


White color preview on #7E817D background

This text has white color on #7E817D background.