COLOR #7E7841

HEX: #7E7841 RGB: (126,120,65)

Color info

#7E7841 contains mainly red and green colors. Web safe color of #7E7841 is #666633 (or #663).

RGB color model

#7E7841 color RGB value is (126,120,65).

RGB: (126,120,65) (49%, 47%, 25%)

RGB channels and saturation

R 126 of 255 = 49%
G 120 of 255 = 47%
B 65 of 255 = 25%

126
120
65

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

Portions of RGB colors in percentages

R + G + B = 126 + 120 + 65 = 311 (100%)
R 126 of 311 ~ 40.51%
G 120 of 311 ~ 38.59%
B 65 of 311 ~ 20.9'%

%40.51
%38.59
%20.9

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 4.76%
  • yellow value is 48.41%
  • key color value is 50.59%
CMYK: (0,5,48,51) C0M5Y48K51 (0%,5%,48%,51%) (0.00/0.05/0.48/0.51) 

CMYK percentages

%0
%4.76
%48.41
%50.59

Codes

Color #7E7841 in popluar color models

7E 78 41
RGB 126 120 65
HSL 54° 31.94% 37.45%
HSB/HSV 54° 48.41% 49.41%
CMYK 0.00% 4.76% 48.41%
50.59%

Color #7E7841 in popluar number systems.

HEX 7E 78 41
Decimal 126 120 65
Binary 1111110 1111000 1000001
Octal 176 170 101

Shades and tints

Shades of #7E7841

#7E7841
(126,120,65)
#736E3C
(115,110,60)
#686437
(104,100,55)
#5D5A32
(93,90,50)
#52502D
(82,80,45)
#474628
(71,70,40)
#3C3C23
(60,60,35)
#31321E
(49,50,30)
#262819
(38,40,25)
#1B1E14
(27,30,20)
#10140F
(16,20,15)
#000000
(0,0,0)

Tints of #7E7841

#7E7841
(126,120,65)
#898452
(137,132,82)
#949063
(148,144,99)
#9F9C74
(159,156,116)
#AAA885
(170,168,133)
#B5B496
(181,180,150)
#C0C0A7
(192,192,167)
#CBCCB8
(203,204,184)
#D6D8C9
(214,216,201)
#E1E4DA
(225,228,218)
#ECF0EB
(236,240,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7E7841 color. Also use rgb(126,120,65) instead hex code.

Text Font Color

.myTextColor { color: #7E7841; }

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

This text font color is #7E7841.

Background Color

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

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

This div background color is #7E7841.

Border color

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

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

This div border color is #7E7841.

Opacity

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

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

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

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

This text has shadow with #7E7841 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #7E7841.

Preview

Color preview on black background

This text has color #7E7841 on black background.


Color preview on white background

This text has color #7E7841 on white background.


Black color preview on #7E7841 background

This text has black color on #7E7841 background.


White color preview on #7E7841 background

This text has white color on #7E7841 background.


Related colors

Complementary color

Complementary color for #hex is #8187BE.


I love getcolorcode.com

Triadic colors

1 #417E78 and #78417E with #7E7841 are triadic colors.

2 #41787E and #787E41 with #7E7841 are triadic colors.