COLOR #7E5D4E

HEX: #7E5D4E RGB: (126,93,78)

Color info

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

RGB color model

#7E5D4E color RGB value is (126,93,78).

RGB: (126,93,78) (49%, 36%, 31%)

RGB channels and saturation

R 126 of 255 = 49%
G 93 of 255 = 36%
B 78 of 255 = 31%

126
93
78

R + G + B ~ 39%. #7E5D4E is quite dark color.

Portions of RGB colors in percentages

R + G + B = 126 + 93 + 78 = 297 (100%)
R 126 of 297 ~ 42.42%
G 93 of 297 ~ 31.31%
B 78 of 297 ~ 26.26'%

%42.42
%31.31
%26.26

CMYK color model

#7E5D4E color CMYK value is (0,26,38,51).

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

CMYK: (0,26,38,51)
C0M26Y38K51 (0%, 26%, 38%, 51%)
(0.00 / 0.26 / 0.38 / 0.51)

CMYK percentages

%0
%26.19
%38.1
%50.59

Codes

Color #7E5D4E in popluar color models

7E 5D 4E
RGB 126 93 78
HSL 19° 23.53% 40.00%
HSB/HSV 19° 38.10% 49.41%
CMYK 0.00% 26.19% 38.10%
50.59%

Color #7E5D4E in popluar number systems.

HEX 7E 5D 4E
Decimal 126 93 78
Binary 1111110 1011101 1001110
Octal 176 135 116

Shades and tints

Shades of #7E5D4E

#7E5D4E
(126,93,78)
#735547
(115,85,71)
#684D40
(104,77,64)
#5D4539
(93,69,57)
#523D32
(82,61,50)
#47352B
(71,53,43)
#3C2D24
(60,45,36)
#31251D
(49,37,29)
#261D16
(38,29,22)
#1B150F
(27,21,15)
#100D08
(16,13,8)
#000000
(0,0,0)

Tints of #7E5D4E

#7E5D4E
(126,93,78)
#896B5E
(137,107,94)
#94796E
(148,121,110)
#9F877E
(159,135,126)
#AA958E
(170,149,142)
#B5A39E
(181,163,158)
#C0B1AE
(192,177,174)
#CBBFBE
(203,191,190)
#D6CDCE
(214,205,206)
#E1DBDE
(225,219,222)
#ECE9EE
(236,233,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7E5D4E; }

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

This text font color is #7E5D4E.

Background Color

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

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

This div background color is #7E5D4E.

Border color

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

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

This div border color is #7E5D4E.

Opacity

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

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

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

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

This text has shadow with #7E5D4E color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #7E5D4E.

Preview

Color preview on black background

This text has color #7E5D4E on black background.


Color preview on white background

This text has color #7E5D4E on white background.


Black color preview on #7E5D4E background

This text has black color on #7E5D4E background.


White color preview on #7E5D4E background

This text has white color on #7E5D4E background.


Related colors

Complementary color

Complementary color for #hex is #81A2B1.


I love getcolorcode.com

Triadic colors

1 #4E7E5D and #5D4E7E with #7E5D4E are triadic colors.

2 #4E5D7E and #5D7E4E with #7E5D4E are triadic colors.