COLOR #7E764F

HEX: #7E764F
RGB: (126,118,79)

Color info

#7E764F contains red, green and blue colors in about the same proportion. Web safe color of #7E764F is #666666 (or #666).

RGB color model

#7E764F color RGB value is (126,118,79).

  • red value is 126;
  • green value is 118;
  • blue value is 79.
RGB:
(126,118,79)
(49%,46%,31%)

RGB channels and saturation

R 126 of 255 = 49%
G 118 of 255 = 46%
B 79 of 255 = 31%

126
118
79

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

Portions of RGB colors in percentages

R + G + B =
126 + 118 + 79 = 323 (100%)
R 126 of 323 ~ 39.01%
G 118 of 323 ~ 36.53%
B 79 of 323 ~ 24.46%

%39.01
%36.53
%24.46

CMYK color model

#7E764F color CMYK value is (0,6,37,51).

  • cyan value is 0.00%
  • magenta value is 6.35%
  • yellow value is 37.30%
  • key color value is 50.59%
CMYK:
(0,6,37,51)
C0M6Y37K51 
(0%,6%,37%,51%)
(0.00/0.06/0.37/0.51)	

CMYK percentages

%0
%6.35
%37.3
%50.59

Codes

Color #7E764F in popluar color models

7E764F
RGB12611879
HSL50°22.93%40.20%
HSB/HSV50°37.30%49.41%
CMYK0.00%6.35%37.30%
50.59%

Color #7E764F in popluar number systems.

HEX7E764F
Decimal12611879
Binary111111011101101001111
Octal176166117

Shades and tints

Shades of #7E764F

#7E764F
(126,118,79)
#736C48
(115,108,72)
#686241
(104,98,65)
#5D583A
(93,88,58)
#524E33
(82,78,51)
#47442C
(71,68,44)
#3C3A25
(60,58,37)
#31301E
(49,48,30)
#262617
(38,38,23)
#1B1C10
(27,28,16)
#101209
(16,18,9)
#000000
(0,0,0)

Tints of #7E764F

#7E764F
(126,118,79)
#89825F
(137,130,95)
#948E6F
(148,142,111)
#9F9A7F
(159,154,127)
#AAA68F
(170,166,143)
#B5B29F
(181,178,159)
#C0BEAF
(192,190,175)
#CBCABF
(203,202,191)
#D6D6CF
(214,214,207)
#E1E2DF
(225,226,223)
#ECEEEF
(236,238,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7E764F color. Also use rgb(126,118,79) instead hex code.

Text Font Color

.myTextColor { color: #7E764F; }

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

This text font color is #7E764F.


Background Color

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

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

This div background color is #7E764F.


Border color

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

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

This div border color is #7E764F.


Opacity

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

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

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

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

This text has shadow with #7E764F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7E764F on black background.


Color preview on white background

This text has color #7E764F on white background.



Black color preview on #7E764F background

This text has black color on #7E764F background.


White color preview on #7E764F background

This text has white color on #7E764F background.