COLOR #7E827D

HEX: #7E827D RGB: (126,130,125)

Color info

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

RGB color model

#7E827D color RGB value is (126,130,125).

RGB: (126,130,125) (49%, 51%, 49%)

RGB channels and saturation

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

126
130
125

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

Portions of RGB colors in percentages

R + G + B = 126 + 130 + 125 = 381 (100%)
R 126 of 381 ~ 33.07%
G 130 of 381 ~ 34.12%
B 125 of 381 ~ 32.81'%

%33.07
%34.12
%32.81

CMYK color model

#7E827D color CMYK value is (3,0,4,49).

  • cyan value is 3.08%
  • magenta value is 0.00%
  • yellow value is 3.85%
  • key color value is 49.02%

CMYK: (3,0,4,49)
C3M0Y4K49 (3%, 0%, 4%, 49%)
(0.03 / 0.00 / 0.04 / 0.49)

CMYK percentages

%3.08
%0
%3.85
%49.02

Codes

Color #7E827D in popluar color models

7E 82 7D
RGB 126 130 125
HSL 108° 1.96% 50.00%
HSB/HSV 108° 3.85% 50.98%
CMYK 3.08% 0.00% 3.85%
49.02%

Color #7E827D in popluar number systems.

HEX 7E 82 7D
Decimal 126 130 125
Binary 1111110 10000010 1111101
Octal 176 202 175

Shades and tints

Shades of #7E827D

#7E827D
(126,130,125)
#737772
(115,119,114)
#686C67
(104,108,103)
#5D615C
(93,97,92)
#525651
(82,86,81)
#474B46
(71,75,70)
#3C403B
(60,64,59)
#313530
(49,53,48)
#262A25
(38,42,37)
#1B1F1A
(27,31,26)
#10140F
(16,20,15)
#000000
(0,0,0)

Tints of #7E827D

#7E827D
(126,130,125)
#898D88
(137,141,136)
#949893
(148,152,147)
#9FA39E
(159,163,158)
#AAAEA9
(170,174,169)
#B5B9B4
(181,185,180)
#C0C4BF
(192,196,191)
#CBCFCA
(203,207,202)
#D6DAD5
(214,218,213)
#E1E5E0
(225,229,224)
#ECF0EB
(236,240,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7E827D; }

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

This text font color is #7E827D.

Background Color

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

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

This div background color is #7E827D.

Border color

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

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

This div border color is #7E827D.

Opacity

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

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

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

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

This text has shadow with #7E827D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #7E827D.

Preview

Color preview on black background

This text has color #7E827D on black background.


Color preview on white background

This text has color #7E827D on white background.


Black color preview on #7E827D background

This text has black color on #7E827D background.


White color preview on #7E827D background

This text has white color on #7E827D background.


Related colors

Complementary color

Complementary color for #hex is #817D82.


I love getcolorcode.com

Triadic colors

1 #7D7E82 and #827D7E with #7E827D are triadic colors.

2 #7D827E and #827E7D with #7E827D are triadic colors.