COLOR #7E884E

HEX: #7E884E
RGB: (126,136,78)

Color info

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

RGB color model

#7E884E color RGB value is (126,136,78).

  • red value is 126;
  • green value is 136;
  • blue value is 78.
RGB:
(126,136,78)
(49%,53%,31%)

RGB channels and saturation

R 126 of 255 = 49%
G 136 of 255 = 53%
B 78 of 255 = 31%

126
136
78

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

Portions of RGB colors in percentages

R + G + B =
126 + 136 + 78 = 340 (100%)
R 126 of 340 ~ 37.06%
G 136 of 340 ~ 40%
B 78 of 340 ~ 22.94%

%37.06
%40
%22.94

CMYK color model

#7E884E color CMYK value is (7,0,43,47).

  • cyan value is 7.35%
  • magenta value is 0.00%
  • yellow value is 42.65%
  • key color value is 46.67%
CMYK:
(7,0,43,47)
C7M0Y43K47 
(7%,0%,43%,47%)
(0.07/0.00/0.43/0.47)	

CMYK percentages

%7.35
%0
%42.65
%46.67

Codes

Color #7E884E in popluar color models

7E884E
RGB12613678
HSL70°27.10%41.96%
HSB/HSV70°42.65%53.33%
CMYK7.35%0.00%42.65%
46.67%

Color #7E884E in popluar number systems.

HEX7E884E
Decimal12613678
Binary1111110100010001001110
Octal176210116

Shades and tints

Shades of #7E884E

#7E884E
(126,136,78)
#737C47
(115,124,71)
#687040
(104,112,64)
#5D6439
(93,100,57)
#525832
(82,88,50)
#474C2B
(71,76,43)
#3C4024
(60,64,36)
#31341D
(49,52,29)
#262816
(38,40,22)
#1B1C0F
(27,28,15)
#101008
(16,16,8)
#000000
(0,0,0)

Tints of #7E884E

#7E884E
(126,136,78)
#89925E
(137,146,94)
#949C6E
(148,156,110)
#9FA67E
(159,166,126)
#AAB08E
(170,176,142)
#B5BA9E
(181,186,158)
#C0C4AE
(192,196,174)
#CBCEBE
(203,206,190)
#D6D8CE
(214,216,206)
#E1E2DE
(225,226,222)
#ECECEE
(236,236,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7E884E color. Also use rgb(126,136,78) instead hex code.

Text Font Color

.myTextColor { color: #7E884E; }

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

This text font color is #7E884E.


Background Color

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

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

This div background color is #7E884E.


Border color

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

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

This div border color is #7E884E.


Opacity

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

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

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

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

This text has shadow with #7E884E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7E884E on black background.


Color preview on white background

This text has color #7E884E on white background.



Black color preview on #7E884E background

This text has black color on #7E884E background.


White color preview on #7E884E background

This text has white color on #7E884E background.