COLOR #7E734E

HEX: #7E734E RGB: (126,115,78)

Color info

#7E734E contains red, green and blue colors in about the same proportion. Web safe color of #7E734E is #666666 (or #666).

RGB color model

#7E734E color RGB value is (126,115,78).

RGB: (126,115,78) (49%, 45%, 31%)

RGB channels and saturation

R 126 of 255 = 49%
G 115 of 255 = 45%
B 78 of 255 = 31%

126
115
78

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

Portions of RGB colors in percentages

R + G + B = 126 + 115 + 78 = 319 (100%)
R 126 of 319 ~ 39.5%
G 115 of 319 ~ 36.05%
B 78 of 319 ~ 24.45'%

%39.5
%36.05
%24.45

CMYK color model

#7E734E color CMYK value is (0,9,38,51).

  • cyan value is 0.00%
  • magenta value is 8.73%
  • yellow value is 38.10%
  • key color value is 50.59%

CMYK: (0,9,38,51)
C0M9Y38K51 (0%, 9%, 38%, 51%)
(0.00 / 0.09 / 0.38 / 0.51)

CMYK percentages

%0
%8.73
%38.1
%50.59

Codes

Color #7E734E in popluar color models

7E 73 4E
RGB 126 115 78
HSL 46° 23.53% 40.00%
HSB/HSV 46° 38.10% 49.41%
CMYK 0.00% 8.73% 38.10%
50.59%

Color #7E734E in popluar number systems.

HEX 7E 73 4E
Decimal 126 115 78
Binary 1111110 1110011 1001110
Octal 176 163 116

Shades and tints

Shades of #7E734E

#7E734E
(126,115,78)
#736947
(115,105,71)
#685F40
(104,95,64)
#5D5539
(93,85,57)
#524B32
(82,75,50)
#47412B
(71,65,43)
#3C3724
(60,55,36)
#312D1D
(49,45,29)
#262316
(38,35,22)
#1B190F
(27,25,15)
#100F08
(16,15,8)
#000000
(0,0,0)

Tints of #7E734E

#7E734E
(126,115,78)
#897F5E
(137,127,94)
#948B6E
(148,139,110)
#9F977E
(159,151,126)
#AAA38E
(170,163,142)
#B5AF9E
(181,175,158)
#C0BBAE
(192,187,174)
#CBC7BE
(203,199,190)
#D6D3CE
(214,211,206)
#E1DFDE
(225,223,222)
#ECEBEE
(236,235,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7E734E; }

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

This text font color is #7E734E.

Background Color

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

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

This div background color is #7E734E.

Border color

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

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

This div border color is #7E734E.

Opacity

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

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

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

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

This text has shadow with #7E734E color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #7E734E.

Preview

Color preview on black background

This text has color #7E734E on black background.


Color preview on white background

This text has color #7E734E on white background.


Black color preview on #7E734E background

This text has black color on #7E734E background.


White color preview on #7E734E background

This text has white color on #7E734E background.


Related colors

Complementary color

Complementary color for #hex is #818CB1.


I love getcolorcode.com

Triadic colors

1 #4E7E73 and #734E7E with #7E734E are triadic colors.

2 #4E737E and #737E4E with #7E734E are triadic colors.