COLOR #7E734D

HEX: #7E734D
RGB: (126,115,77)

Color info

#7E734D contains red, green and blue colors in about the same proportion. Web safe color of #7E734D is #666633 (or #663).

RGB color model

#7E734D color RGB value is (126,115,77).

  • red value is 126;
  • green value is 115;
  • blue value is 77.
RGB:
(126,115,77)
(49%,45%,30%)

RGB channels and saturation

R 126 of 255 = 49%
G 115 of 255 = 45%
B 77 of 255 = 30%

126
115
77

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

Portions of RGB colors in percentages

R + G + B =
126 + 115 + 77 = 318 (100%)
R 126 of 318 ~ 39.62%
G 115 of 318 ~ 36.16%
B 77 of 318 ~ 24.21%

%39.62
%36.16
%24.21

CMYK color model

#7E734D color CMYK value is (0,9,39,51).

  • cyan value is 0.00%
  • magenta value is 8.73%
  • yellow value is 38.89%
  • key color value is 50.59%
CMYK:
(0,9,39,51)
C0M9Y39K51 
(0%,9%,39%,51%)
(0.00/0.09/0.39/0.51)	

CMYK percentages

%0
%8.73
%38.89
%50.59

Codes

Color #7E734D in popluar color models

7E734D
RGB12611577
HSL47°24.14%39.80%
HSB/HSV47°38.89%49.41%
CMYK0.00%8.73%38.89%
50.59%

Color #7E734D in popluar number systems.

HEX7E734D
Decimal12611577
Binary111111011100111001101
Octal176163115

Shades and tints

Shades of #7E734D

#7E734D
(126,115,77)
#736946
(115,105,70)
#685F3F
(104,95,63)
#5D5538
(93,85,56)
#524B31
(82,75,49)
#47412A
(71,65,42)
#3C3723
(60,55,35)
#312D1C
(49,45,28)
#262315
(38,35,21)
#1B190E
(27,25,14)
#100F07
(16,15,7)
#000000
(0,0,0)

Tints of #7E734D

#7E734D
(126,115,77)
#897F5D
(137,127,93)
#948B6D
(148,139,109)
#9F977D
(159,151,125)
#AAA38D
(170,163,141)
#B5AF9D
(181,175,157)
#C0BBAD
(192,187,173)
#CBC7BD
(203,199,189)
#D6D3CD
(214,211,205)
#E1DFDD
(225,223,221)
#ECEBED
(236,235,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7E734D color. Also use rgb(126,115,77) instead hex code.

Text Font Color

.myTextColor { color: #7E734D; }

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

This text font color is #7E734D.


Background Color

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

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

This div background color is #7E734D.


Border color

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

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

This div border color is #7E734D.


Opacity

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

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

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

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

This text has shadow with #7E734D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7E734D on black background.


Color preview on white background

This text has color #7E734D on white background.



Black color preview on #7E734D background

This text has black color on #7E734D background.


White color preview on #7E734D background

This text has white color on #7E734D background.