COLOR #7E5A5F

HEX: #7E5A5F
RGB: (126,90,95)

Color info

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

RGB color model

#7E5A5F color RGB value is (126,90,95).

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

RGB channels and saturation

R 126 of 255 = 49%
G 90 of 255 = 35%
B 95 of 255 = 37%

126
90
95

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

Portions of RGB colors in percentages

R + G + B =
126 + 90 + 95 = 311 (100%)
R 126 of 311 ~ 40.51%
G 90 of 311 ~ 28.94%
B 95 of 311 ~ 30.55%

%40.51
%28.94
%30.55

CMYK color model

#7E5A5F color CMYK value is (0,29,25,51).

  • cyan value is 0.00%
  • magenta value is 28.57%
  • yellow value is 24.60%
  • key color value is 50.59%
CMYK:
(0,29,25,51)
C0M29Y25K51 
(0%,29%,25%,51%)
(0.00/0.29/0.25/0.51)	

CMYK percentages

%0
%28.57
%24.6
%50.59

Codes

Color #7E5A5F in popluar color models

7E5A5F
RGB1269095
HSL352°16.67%42.35%
HSB/HSV352°28.57%49.41%
CMYK0.00%28.57%24.60%
50.59%

Color #7E5A5F in popluar number systems.

HEX7E5A5F
Decimal1269095
Binary111111010110101011111
Octal176132137

Shades and tints

Shades of #7E5A5F

#7E5A5F
(126,90,95)
#735257
(115,82,87)
#684A4F
(104,74,79)
#5D4247
(93,66,71)
#523A3F
(82,58,63)
#473237
(71,50,55)
#3C2A2F
(60,42,47)
#312227
(49,34,39)
#261A1F
(38,26,31)
#1B1217
(27,18,23)
#100A0F
(16,10,15)
#000000
(0,0,0)

Tints of #7E5A5F

#7E5A5F
(126,90,95)
#89696D
(137,105,109)
#94787B
(148,120,123)
#9F8789
(159,135,137)
#AA9697
(170,150,151)
#B5A5A5
(181,165,165)
#C0B4B3
(192,180,179)
#CBC3C1
(203,195,193)
#D6D2CF
(214,210,207)
#E1E1DD
(225,225,221)
#ECF0EB
(236,240,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7E5A5F; }

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

This text font color is #7E5A5F.


Background Color

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

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

This div background color is #7E5A5F.


Border color

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

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

This div border color is #7E5A5F.


Opacity

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

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

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

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

This text has shadow with #7E5A5F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7E5A5F on black background.


Color preview on white background

This text has color #7E5A5F on white background.



Black color preview on #7E5A5F background

This text has black color on #7E5A5F background.


White color preview on #7E5A5F background

This text has white color on #7E5A5F background.