COLOR #7E836A

HEX: #7E836A RGB: (126,131,106)

Color info

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

RGB color model

#7E836A color RGB value is (126,131,106).

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

RGB channels and saturation

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

126
131
106

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

Portions of RGB colors in percentages

R + G + B = 126 + 131 + 106 = 363 (100%)
R 126 of 363 ~ 34.71%
G 131 of 363 ~ 36.09%
B 106 of 363 ~ 29.2'%

%34.71
%36.09
%29.2

CMYK color model

#7E836A color CMYK value is (4,0,19,49).

  • cyan value is 3.82%
  • magenta value is 0.00%
  • yellow value is 19.08%
  • key color value is 48.63%
CMYK: (4,0,19,49) C4M0Y19K49 (4%,0%,19%,49%) (0.04/0.00/0.19/0.49) 

CMYK percentages

%3.82
%0
%19.08
%48.63

Codes

Color #7E836A in popluar color models

7E 83 6A
RGB 126 131 106
HSL 72° 10.55% 46.47%
HSB/HSV 72° 19.08% 51.37%
CMYK 3.82% 0.00% 19.08%
48.63%

Color #7E836A in popluar number systems.

HEX 7E 83 6A
Decimal 126 131 106
Binary 1111110 10000011 1101010
Octal 176 203 152

Shades and tints

Shades of #7E836A

#7E836A
(126,131,106)
#737861
(115,120,97)
#686D58
(104,109,88)
#5D624F
(93,98,79)
#525746
(82,87,70)
#474C3D
(71,76,61)
#3C4134
(60,65,52)
#31362B
(49,54,43)
#262B22
(38,43,34)
#1B2019
(27,32,25)
#101510
(16,21,16)
#000000
(0,0,0)

Tints of #7E836A

#7E836A
(126,131,106)
#898E77
(137,142,119)
#949984
(148,153,132)
#9FA491
(159,164,145)
#AAAF9E
(170,175,158)
#B5BAAB
(181,186,171)
#C0C5B8
(192,197,184)
#CBD0C5
(203,208,197)
#D6DBD2
(214,219,210)
#E1E6DF
(225,230,223)
#ECF1EC
(236,241,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7E836A; }

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

This text font color is #7E836A.

Background Color

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

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

This div background color is #7E836A.

Border color

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

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

This div border color is #7E836A.

Opacity

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

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

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

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

This text has shadow with #7E836A color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #7E836A.

Preview

Color preview on black background

This text has color #7E836A on black background.


Color preview on white background

This text has color #7E836A on white background.


Black color preview on #7E836A background

This text has black color on #7E836A background.


White color preview on #7E836A background

This text has white color on #7E836A background.


Related colors

Complementary color

Complementary color for #hex is #817C95.


I love getcolorcode.com

Triadic colors

1 #6A7E83 and #836A7E with #7E836A are triadic colors.

2 #6A837E and #837E6A with #7E836A are triadic colors.