COLOR #7E7964

HEX: #7E7964
RGB: (126,121,100)

Color info

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

RGB color model

#7E7964 color RGB value is (126,121,100).

  • red value is 126;
  • green value is 121;
  • blue value is 100.
RGB:
(126,121,100)
(49%,47%,39%)

RGB channels and saturation

R 126 of 255 = 49%
G 121 of 255 = 47%
B 100 of 255 = 39%

126
121
100

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

Portions of RGB colors in percentages

R + G + B =
126 + 121 + 100 = 347 (100%)
R 126 of 347 ~ 36.31%
G 121 of 347 ~ 34.87%
B 100 of 347 ~ 28.82%

%36.31
%34.87
%28.82

CMYK color model

#7E7964 color CMYK value is (0,4,21,51).

  • cyan value is 0.00%
  • magenta value is 3.97%
  • yellow value is 20.63%
  • key color value is 50.59%
CMYK:
(0,4,21,51)
C0M4Y21K51 
(0%,4%,21%,51%)
(0.00/0.04/0.21/0.51)	

CMYK percentages

%0
%3.97
%20.63
%50.59

Codes

Color #7E7964 in popluar color models

7E7964
RGB126121100
HSL48°11.50%44.31%
HSB/HSV48°20.63%49.41%
CMYK0.00%3.97%20.63%
50.59%

Color #7E7964 in popluar number systems.

HEX7E7964
Decimal126121100
Binary111111011110011100100
Octal176171144

Shades and tints

Shades of #7E7964

#7E7964
(126,121,100)
#736E5B
(115,110,91)
#686352
(104,99,82)
#5D5849
(93,88,73)
#524D40
(82,77,64)
#474237
(71,66,55)
#3C372E
(60,55,46)
#312C25
(49,44,37)
#26211C
(38,33,28)
#1B1613
(27,22,19)
#100B0A
(16,11,10)
#000000
(0,0,0)

Tints of #7E7964

#7E7964
(126,121,100)
#898572
(137,133,114)
#949180
(148,145,128)
#9F9D8E
(159,157,142)
#AAA99C
(170,169,156)
#B5B5AA
(181,181,170)
#C0C1B8
(192,193,184)
#CBCDC6
(203,205,198)
#D6D9D4
(214,217,212)
#E1E5E2
(225,229,226)
#ECF1F0
(236,241,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7E7964 color. Also use rgb(126,121,100) instead hex code.

Text Font Color

.myTextColor { color: #7E7964; }

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

This text font color is #7E7964.


Background Color

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

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

This div background color is #7E7964.


Border color

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

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

This div border color is #7E7964.


Opacity

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

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

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

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

This text has shadow with #7E7964 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7E7964 on black background.


Color preview on white background

This text has color #7E7964 on white background.



Black color preview on #7E7964 background

This text has black color on #7E7964 background.


White color preview on #7E7964 background

This text has white color on #7E7964 background.