COLOR #7E826A

HEX: #7E826A RGB: (126,130,106)

Color info

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

RGB color model

#7E826A color RGB value is (126,130,106).

RGB: (126,130,106) (49%, 51%, 42%)

RGB channels and saturation

R 126 of 255 = 49%
G 130 of 255 = 51%
B 106 of 255 = 42%

126
130
106

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

Portions of RGB colors in percentages

R + G + B = 126 + 130 + 106 = 362 (100%)
R 126 of 362 ~ 34.81%
G 130 of 362 ~ 35.91%
B 106 of 362 ~ 29.28'%

%34.81
%35.91
%29.28

CMYK color model

#7E826A color CMYK value is (3,0,18,49).

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

CMYK: (3,0,18,49)
C3M0Y18K49 (3%, 0%, 18%, 49%)
(0.03 / 0.00 / 0.18 / 0.49)

CMYK percentages

%3.08
%0
%18.46
%49.02

Codes

Color #7E826A in popluar color models

7E 82 6A
RGB 126 130 106
HSL 70° 10.17% 46.27%
HSB/HSV 70° 18.46% 50.98%
CMYK 3.08% 0.00% 18.46%
49.02%

Color #7E826A in popluar number systems.

HEX 7E 82 6A
Decimal 126 130 106
Binary 1111110 10000010 1101010
Octal 176 202 152

Shades and tints

Shades of #7E826A

#7E826A
(126,130,106)
#737761
(115,119,97)
#686C58
(104,108,88)
#5D614F
(93,97,79)
#525646
(82,86,70)
#474B3D
(71,75,61)
#3C4034
(60,64,52)
#31352B
(49,53,43)
#262A22
(38,42,34)
#1B1F19
(27,31,25)
#101410
(16,20,16)
#000000
(0,0,0)

Tints of #7E826A

#7E826A
(126,130,106)
#898D77
(137,141,119)
#949884
(148,152,132)
#9FA391
(159,163,145)
#AAAE9E
(170,174,158)
#B5B9AB
(181,185,171)
#C0C4B8
(192,196,184)
#CBCFC5
(203,207,197)
#D6DAD2
(214,218,210)
#E1E5DF
(225,229,223)
#ECF0EC
(236,240,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7E826A; }

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

This text font color is #7E826A.

Background Color

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

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

This div background color is #7E826A.

Border color

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

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

This div border color is #7E826A.

Opacity

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

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

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

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

This text has shadow with #7E826A color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #7E826A.

Preview

Color preview on black background

This text has color #7E826A on black background.


Color preview on white background

This text has color #7E826A on white background.


Black color preview on #7E826A background

This text has black color on #7E826A background.


White color preview on #7E826A background

This text has white color on #7E826A background.


Related colors

Complementary color

Complementary color for #hex is #817D95.


I love getcolorcode.com

Triadic colors

1 #6A7E82 and #826A7E with #7E826A are triadic colors.

2 #6A827E and #827E6A with #7E826A are triadic colors.