COLOR #7E815F

HEX: #7E815F
RGB: (126,129,95)

Color info

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

RGB color model

#7E815F color RGB value is (126,129,95).

  • red value is 126;
  • green value is 129;
  • blue value is 95.
RGB:
(126,129,95)
(49%,51%,37%)

RGB channels and saturation

R 126 of 255 = 49%
G 129 of 255 = 51%
B 95 of 255 = 37%

126
129
95

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

Portions of RGB colors in percentages

R + G + B =
126 + 129 + 95 = 350 (100%)
R 126 of 350 ~ 36%
G 129 of 350 ~ 36.86%
B 95 of 350 ~ 27.14%

%36
%36.86
%27.14

CMYK color model

#7E815F color CMYK value is (2,0,26,49).

  • cyan value is 2.33%
  • magenta value is 0.00%
  • yellow value is 26.36%
  • key color value is 49.41%
CMYK:
(2,0,26,49)
C2M0Y26K49 
(2%,0%,26%,49%)
(0.02/0.00/0.26/0.49)	

CMYK percentages

%2.33
%0
%26.36
%49.41

Codes

Color #7E815F in popluar color models

7E815F
RGB12612995
HSL65°15.18%43.92%
HSB/HSV65°26.36%50.59%
CMYK2.33%0.00%26.36%
49.41%

Color #7E815F in popluar number systems.

HEX7E815F
Decimal12612995
Binary1111110100000011011111
Octal176201137

Shades and tints

Shades of #7E815F

#7E815F
(126,129,95)
#737657
(115,118,87)
#686B4F
(104,107,79)
#5D6047
(93,96,71)
#52553F
(82,85,63)
#474A37
(71,74,55)
#3C3F2F
(60,63,47)
#313427
(49,52,39)
#26291F
(38,41,31)
#1B1E17
(27,30,23)
#10130F
(16,19,15)
#000000
(0,0,0)

Tints of #7E815F

#7E815F
(126,129,95)
#898C6D
(137,140,109)
#94977B
(148,151,123)
#9FA289
(159,162,137)
#AAAD97
(170,173,151)
#B5B8A5
(181,184,165)
#C0C3B3
(192,195,179)
#CBCEC1
(203,206,193)
#D6D9CF
(214,217,207)
#E1E4DD
(225,228,221)
#ECEFEB
(236,239,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7E815F color. Also use rgb(126,129,95) instead hex code.

Text Font Color

.myTextColor { color: #7E815F; }

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

This text font color is #7E815F.


Background Color

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

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

This div background color is #7E815F.


Border color

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

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

This div border color is #7E815F.


Opacity

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

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

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

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

This text has shadow with #7E815F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7E815F on black background.


Color preview on white background

This text has color #7E815F on white background.



Black color preview on #7E815F background

This text has black color on #7E815F background.


White color preview on #7E815F background

This text has white color on #7E815F background.