COLOR #7E5C73

HEX: #7E5C73
RGB: (126,92,115)

Color info

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

RGB color model

#7E5C73 color RGB value is (126,92,115).

  • red value is 126;
  • green value is 92;
  • blue value is 115.
RGB:
(126,92,115)
(49%,36%,45%)

RGB channels and saturation

R 126 of 255 = 49%
G 92 of 255 = 36%
B 115 of 255 = 45%

126
92
115

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

Portions of RGB colors in percentages

R + G + B =
126 + 92 + 115 = 333 (100%)
R 126 of 333 ~ 37.84%
G 92 of 333 ~ 27.63%
B 115 of 333 ~ 34.53%

%37.84
%27.63
%34.53

CMYK color model

#7E5C73 color CMYK value is (0,27,9,51).

  • cyan value is 0.00%
  • magenta value is 26.98%
  • yellow value is 8.73%
  • key color value is 50.59%
CMYK:
(0,27,9,51)
C0M27Y9K51 
(0%,27%,9%,51%)
(0.00/0.27/0.09/0.51)	

CMYK percentages

%0
%26.98
%8.73
%50.59

Codes

Color #7E5C73 in popluar color models

7E5C73
RGB12692115
HSL319°15.60%42.75%
HSB/HSV319°26.98%49.41%
CMYK0.00%26.98%8.73%
50.59%

Color #7E5C73 in popluar number systems.

HEX7E5C73
Decimal12692115
Binary111111010111001110011
Octal176134163

Shades and tints

Shades of #7E5C73

#7E5C73
(126,92,115)
#735469
(115,84,105)
#684C5F
(104,76,95)
#5D4455
(93,68,85)
#523C4B
(82,60,75)
#473441
(71,52,65)
#3C2C37
(60,44,55)
#31242D
(49,36,45)
#261C23
(38,28,35)
#1B1419
(27,20,25)
#100C0F
(16,12,15)
#000000
(0,0,0)

Tints of #7E5C73

#7E5C73
(126,92,115)
#896A7F
(137,106,127)
#94788B
(148,120,139)
#9F8697
(159,134,151)
#AA94A3
(170,148,163)
#B5A2AF
(181,162,175)
#C0B0BB
(192,176,187)
#CBBEC7
(203,190,199)
#D6CCD3
(214,204,211)
#E1DADF
(225,218,223)
#ECE8EB
(236,232,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7E5C73 color. Also use rgb(126,92,115) instead hex code.

Text Font Color

.myTextColor { color: #7E5C73; }

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

This text font color is #7E5C73.


Background Color

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

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

This div background color is #7E5C73.


Border color

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

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

This div border color is #7E5C73.


Opacity

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

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

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

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

This text has shadow with #7E5C73 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7E5C73 on black background.


Color preview on white background

This text has color #7E5C73 on white background.



Black color preview on #7E5C73 background

This text has black color on #7E5C73 background.


White color preview on #7E5C73 background

This text has white color on #7E5C73 background.