COLOR #7E856F

HEX: #7E856F
RGB: (126,133,111)

Color info

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

RGB color model

#7E856F color RGB value is (126,133,111).

  • red value is 126;
  • green value is 133;
  • blue value is 111.
RGB:
(126,133,111)
(49%,52%,44%)

RGB channels and saturation

R 126 of 255 = 49%
G 133 of 255 = 52%
B 111 of 255 = 44%

126
133
111

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

Portions of RGB colors in percentages

R + G + B =
126 + 133 + 111 = 370 (100%)
R 126 of 370 ~ 34.05%
G 133 of 370 ~ 35.95%
B 111 of 370 ~ 30%

%34.05
%35.95
%30

CMYK color model

#7E856F color CMYK value is (5,0,17,48).

  • cyan value is 5.26%
  • magenta value is 0.00%
  • yellow value is 16.54%
  • key color value is 47.84%
CMYK:
(5,0,17,48)
C5M0Y17K48 
(5%,0%,17%,48%)
(0.05/0.00/0.17/0.48)	

CMYK percentages

%5.26
%0
%16.54
%47.84

Codes

Color #7E856F in popluar color models

7E856F
RGB126133111
HSL79°9.02%47.84%
HSB/HSV79°16.54%52.16%
CMYK5.26%0.00%16.54%
47.84%

Color #7E856F in popluar number systems.

HEX7E856F
Decimal126133111
Binary1111110100001011101111
Octal176205157

Shades and tints

Shades of #7E856F

#7E856F
(126,133,111)
#737965
(115,121,101)
#686D5B
(104,109,91)
#5D6151
(93,97,81)
#525547
(82,85,71)
#47493D
(71,73,61)
#3C3D33
(60,61,51)
#313129
(49,49,41)
#26251F
(38,37,31)
#1B1915
(27,25,21)
#100D0B
(16,13,11)
#000000
(0,0,0)

Tints of #7E856F

#7E856F
(126,133,111)
#89907C
(137,144,124)
#949B89
(148,155,137)
#9FA696
(159,166,150)
#AAB1A3
(170,177,163)
#B5BCB0
(181,188,176)
#C0C7BD
(192,199,189)
#CBD2CA
(203,210,202)
#D6DDD7
(214,221,215)
#E1E8E4
(225,232,228)
#ECF3F1
(236,243,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7E856F color. Also use rgb(126,133,111) instead hex code.

Text Font Color

.myTextColor { color: #7E856F; }

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

This text font color is #7E856F.


Background Color

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

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

This div background color is #7E856F.


Border color

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

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

This div border color is #7E856F.


Opacity

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

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

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

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

This text has shadow with #7E856F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7E856F on black background.


Color preview on white background

This text has color #7E856F on white background.



Black color preview on #7E856F background

This text has black color on #7E856F background.


White color preview on #7E856F background

This text has white color on #7E856F background.