COLOR #7E5D5F

HEX: #7E5D5F
RGB: (126,93,95)

Color info

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

RGB color model

#7E5D5F color RGB value is (126,93,95).

  • red value is 126;
  • green value is 93;
  • blue value is 95.
RGB:
(126,93,95)
(49%,36%,37%)

RGB channels and saturation

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

126
93
95

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

Portions of RGB colors in percentages

R + G + B =
126 + 93 + 95 = 314 (100%)
R 126 of 314 ~ 40.13%
G 93 of 314 ~ 29.62%
B 95 of 314 ~ 30.25%

%40.13
%29.62
%30.25

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 26.19%
  • yellow value is 24.60%
  • 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
%24.6
%50.59

Codes

Color #7E5D5F in popluar color models

7E5D5F
RGB1269395
HSL356°15.07%42.94%
HSB/HSV356°26.19%49.41%
CMYK0.00%26.19%24.60%
50.59%

Color #7E5D5F in popluar number systems.

HEX7E5D5F
Decimal1269395
Binary111111010111011011111
Octal176135137

Shades and tints

Shades of #7E5D5F

#7E5D5F
(126,93,95)
#735557
(115,85,87)
#684D4F
(104,77,79)
#5D4547
(93,69,71)
#523D3F
(82,61,63)
#473537
(71,53,55)
#3C2D2F
(60,45,47)
#312527
(49,37,39)
#261D1F
(38,29,31)
#1B1517
(27,21,23)
#100D0F
(16,13,15)
#000000
(0,0,0)

Tints of #7E5D5F

#7E5D5F
(126,93,95)
#896B6D
(137,107,109)
#94797B
(148,121,123)
#9F8789
(159,135,137)
#AA9597
(170,149,151)
#B5A3A5
(181,163,165)
#C0B1B3
(192,177,179)
#CBBFC1
(203,191,193)
#D6CDCF
(214,205,207)
#E1DBDD
(225,219,221)
#ECE9EB
(236,233,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7E5D5F; }

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

This text font color is #7E5D5F.


Background Color

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

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

This div background color is #7E5D5F.


Border color

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

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

This div border color is #7E5D5F.


Opacity

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

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

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

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

This text has shadow with #7E5D5F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7E5D5F on black background.


Color preview on white background

This text has color #7E5D5F on white background.



Black color preview on #7E5D5F background

This text has black color on #7E5D5F background.


White color preview on #7E5D5F background

This text has white color on #7E5D5F background.