COLOR #7E856A

HEX: #7E856A
RGB: (126,133,106)

Color info

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

RGB color model

#7E856A color RGB value is (126,133,106).

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

RGB channels and saturation

R 126 of 255 = 49%
G 133 of 255 = 52%
B 106 of 255 = 42%

126
133
106

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

Portions of RGB colors in percentages

R + G + B =
126 + 133 + 106 = 365 (100%)
R 126 of 365 ~ 34.52%
G 133 of 365 ~ 36.44%
B 106 of 365 ~ 29.04%

%34.52
%36.44
%29.04

CMYK color model

#7E856A color CMYK value is (5,0,20,48).

  • cyan value is 5.26%
  • magenta value is 0.00%
  • yellow value is 20.30%
  • key color value is 47.84%
CMYK:
(5,0,20,48)
C5M0Y20K48 
(5%,0%,20%,48%)
(0.05/0.00/0.20/0.48)	

CMYK percentages

%5.26
%0
%20.3
%47.84

Codes

Color #7E856A in popluar color models

7E856A
RGB126133106
HSL76°11.30%46.86%
HSB/HSV76°20.30%52.16%
CMYK5.26%0.00%20.30%
47.84%

Color #7E856A in popluar number systems.

HEX7E856A
Decimal126133106
Binary1111110100001011101010
Octal176205152

Shades and tints

Shades of #7E856A

#7E856A
(126,133,106)
#737961
(115,121,97)
#686D58
(104,109,88)
#5D614F
(93,97,79)
#525546
(82,85,70)
#47493D
(71,73,61)
#3C3D34
(60,61,52)
#31312B
(49,49,43)
#262522
(38,37,34)
#1B1919
(27,25,25)
#100D10
(16,13,16)
#000000
(0,0,0)

Tints of #7E856A

#7E856A
(126,133,106)
#899077
(137,144,119)
#949B84
(148,155,132)
#9FA691
(159,166,145)
#AAB19E
(170,177,158)
#B5BCAB
(181,188,171)
#C0C7B8
(192,199,184)
#CBD2C5
(203,210,197)
#D6DDD2
(214,221,210)
#E1E8DF
(225,232,223)
#ECF3EC
(236,243,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7E856A; }

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

This text font color is #7E856A.


Background Color

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

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

This div background color is #7E856A.


Border color

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

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

This div border color is #7E856A.


Opacity

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

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

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

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

This text has shadow with #7E856A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7E856A on black background.


Color preview on white background

This text has color #7E856A on white background.



Black color preview on #7E856A background

This text has black color on #7E856A background.


White color preview on #7E856A background

This text has white color on #7E856A background.