COLOR #7E874D

HEX: #7E874D RGB: (126,135,77)

Color info

#7E874D contains red, green and blue colors in about the same proportion. Web safe color of #7E874D is #669933 (or #693).

RGB color model

#7E874D color RGB value is (126,135,77).

RGB: (126,135,77) (49%, 53%, 30%)

RGB channels and saturation

R 126 of 255 = 49%
G 135 of 255 = 53%
B 77 of 255 = 30%

126
135
77

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

Portions of RGB colors in percentages

R + G + B = 126 + 135 + 77 = 338 (100%)
R 126 of 338 ~ 37.28%
G 135 of 338 ~ 39.94%
B 77 of 338 ~ 22.78'%

%37.28
%39.94
%22.78

CMYK color model

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

  • cyan value is 6.67%
  • magenta value is 0.00%
  • yellow value is 42.96%
  • key color value is 47.06%

CMYK: (7,0,43,47)
C7M0Y43K47 (7%, 0%, 43%, 47%)
(0.07 / 0.00 / 0.43 / 0.47)

CMYK percentages

%6.67
%0
%42.96
%47.06

Codes

Color #7E874D in popluar color models

7E 87 4D
RGB 126 135 77
HSL 69° 27.36% 41.57%
HSB/HSV 69° 42.96% 52.94%
CMYK 6.67% 0.00% 42.96%
47.06%

Color #7E874D in popluar number systems.

HEX 7E 87 4D
Decimal 126 135 77
Binary 1111110 10000111 1001101
Octal 176 207 115

Shades and tints

Shades of #7E874D

#7E874D
(126,135,77)
#737B46
(115,123,70)
#686F3F
(104,111,63)
#5D6338
(93,99,56)
#525731
(82,87,49)
#474B2A
(71,75,42)
#3C3F23
(60,63,35)
#31331C
(49,51,28)
#262715
(38,39,21)
#1B1B0E
(27,27,14)
#100F07
(16,15,7)
#000000
(0,0,0)

Tints of #7E874D

#7E874D
(126,135,77)
#89915D
(137,145,93)
#949B6D
(148,155,109)
#9FA57D
(159,165,125)
#AAAF8D
(170,175,141)
#B5B99D
(181,185,157)
#C0C3AD
(192,195,173)
#CBCDBD
(203,205,189)
#D6D7CD
(214,215,205)
#E1E1DD
(225,225,221)
#ECEBED
(236,235,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7E874D color. Also use rgb(126,135,77) instead hex code.

Text Font Color

.myTextColor { color: #7E874D; }

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

This text font color is #7E874D.

Background Color

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

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

This div background color is #7E874D.

Border color

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

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

This div border color is #7E874D.

Opacity

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

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

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

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

This text has shadow with #7E874D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #7E874D.

Preview

Color preview on black background

This text has color #7E874D on black background.


Color preview on white background

This text has color #7E874D on white background.


Black color preview on #7E874D background

This text has black color on #7E874D background.


White color preview on #7E874D background

This text has white color on #7E874D background.


Related colors

Complementary color

Complementary color for #hex is #8178B2.


I love getcolorcode.com

Triadic colors

1 #4D7E87 and #874D7E with #7E874D are triadic colors.

2 #4D877E and #877E4D with #7E874D are triadic colors.