COLOR #7E715F

HEX: #7E715F RGB: (126,113,95)

Color info

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

RGB color model

#7E715F color RGB value is (126,113,95).

RGB: (126,113,95) (49%, 44%, 37%)

RGB channels and saturation

R 126 of 255 = 49%
G 113 of 255 = 44%
B 95 of 255 = 37%

126
113
95

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

Portions of RGB colors in percentages

R + G + B = 126 + 113 + 95 = 334 (100%)
R 126 of 334 ~ 37.72%
G 113 of 334 ~ 33.83%
B 95 of 334 ~ 28.44'%

%37.72
%33.83
%28.44

CMYK color model

#7E715F color CMYK value is (0,10,25,51).

  • cyan value is 0.00%
  • magenta value is 10.32%
  • yellow value is 24.60%
  • key color value is 50.59%

CMYK: (0,10,25,51)
C0M10Y25K51 (0%, 10%, 25%, 51%)
(0.00 / 0.10 / 0.25 / 0.51)

CMYK percentages

%0
%10.32
%24.6
%50.59

Codes

Color #7E715F in popluar color models

7E 71 5F
RGB 126 113 95
HSL 35° 14.03% 43.33%
HSB/HSV 35° 24.60% 49.41%
CMYK 0.00% 10.32% 24.60%
50.59%

Color #7E715F in popluar number systems.

HEX 7E 71 5F
Decimal 126 113 95
Binary 1111110 1110001 1011111
Octal 176 161 137

Shades and tints

Shades of #7E715F

#7E715F
(126,113,95)
#736757
(115,103,87)
#685D4F
(104,93,79)
#5D5347
(93,83,71)
#52493F
(82,73,63)
#473F37
(71,63,55)
#3C352F
(60,53,47)
#312B27
(49,43,39)
#26211F
(38,33,31)
#1B1717
(27,23,23)
#100D0F
(16,13,15)
#000000
(0,0,0)

Tints of #7E715F

#7E715F
(126,113,95)
#897D6D
(137,125,109)
#94897B
(148,137,123)
#9F9589
(159,149,137)
#AAA197
(170,161,151)
#B5ADA5
(181,173,165)
#C0B9B3
(192,185,179)
#CBC5C1
(203,197,193)
#D6D1CF
(214,209,207)
#E1DDDD
(225,221,221)
#ECE9EB
(236,233,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7E715F color. Also use rgb(126,113,95) instead hex code.

Text Font Color

.myTextColor { color: #7E715F; }

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

This text font color is #7E715F.

Background Color

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

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

This div background color is #7E715F.

Border color

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

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

This div border color is #7E715F.

Opacity

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

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

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

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

This text has shadow with #7E715F color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #7E715F.

Preview

Color preview on black background

This text has color #7E715F on black background.


Color preview on white background

This text has color #7E715F on white background.


Black color preview on #7E715F background

This text has black color on #7E715F background.


White color preview on #7E715F background

This text has white color on #7E715F background.


Related colors

Complementary color

Complementary color for #hex is #818EA0.


I love getcolorcode.com

Triadic colors

1 #5F7E71 and #715F7E with #7E715F are triadic colors.

2 #5F717E and #717E5F with #7E715F are triadic colors.