COLOR #7E5D5E

HEX: #7E5D5E RGB: (126,93,94)

Color info

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

RGB color model

#7E5D5E color RGB value is (126,93,94).

RGB: (126,93,94) (49%, 36%, 37%)

RGB channels and saturation

R 126 of 255 = 49%
G 93 of 255 = 36%
B 94 of 255 = 37%

126
93
94

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

Portions of RGB colors in percentages

R + G + B = 126 + 93 + 94 = 313 (100%)
R 126 of 313 ~ 40.26%
G 93 of 313 ~ 29.71%
B 94 of 313 ~ 30.03'%

%40.26
%29.71
%30.03

CMYK color model

#7E5D5E color CMYK value is (0,26,25,51).

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

CMYK: (0,26,25,51)
C0M26Y25K51 (0%, 26%, 25%, 51%)
(0.00 / 0.26 / 0.25 / 0.51)

CMYK percentages

%0
%26.19
%25.4
%50.59

Codes

Color #7E5D5E in popluar color models

7E 5D 5E
RGB 126 93 94
HSL 358° 15.07% 42.94%
HSB/HSV 358° 26.19% 49.41%
CMYK 0.00% 26.19% 25.40%
50.59%

Color #7E5D5E in popluar number systems.

HEX 7E 5D 5E
Decimal 126 93 94
Binary 1111110 1011101 1011110
Octal 176 135 136

Shades and tints

Shades of #7E5D5E

#7E5D5E
(126,93,94)
#735556
(115,85,86)
#684D4E
(104,77,78)
#5D4546
(93,69,70)
#523D3E
(82,61,62)
#473536
(71,53,54)
#3C2D2E
(60,45,46)
#312526
(49,37,38)
#261D1E
(38,29,30)
#1B1516
(27,21,22)
#100D0E
(16,13,14)
#000000
(0,0,0)

Tints of #7E5D5E

#7E5D5E
(126,93,94)
#896B6C
(137,107,108)
#94797A
(148,121,122)
#9F8788
(159,135,136)
#AA9596
(170,149,150)
#B5A3A4
(181,163,164)
#C0B1B2
(192,177,178)
#CBBFC0
(203,191,192)
#D6CDCE
(214,205,206)
#E1DBDC
(225,219,220)
#ECE9EA
(236,233,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7E5D5E; }

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

This text font color is #7E5D5E.

Background Color

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

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

This div background color is #7E5D5E.

Border color

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

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

This div border color is #7E5D5E.

Opacity

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

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

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

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

This text has shadow with #7E5D5E color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #7E5D5E.

Preview

Color preview on black background

This text has color #7E5D5E on black background.


Color preview on white background

This text has color #7E5D5E on white background.


Black color preview on #7E5D5E background

This text has black color on #7E5D5E background.


White color preview on #7E5D5E background

This text has white color on #7E5D5E background.


Related colors

Complementary color

Complementary color for #hex is #81A2A1.


I love getcolorcode.com

Triadic colors

1 #5E7E5D and #5D5E7E with #7E5D5E are triadic colors.

2 #5E5D7E and #5D7E5E with #7E5D5E are triadic colors.