COLOR #7E5B7C

HEX: #7E5B7C
RGB: (126,91,124)

Color info

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

RGB color model

#7E5B7C color RGB value is (126,91,124).

  • red value is 126;
  • green value is 91;
  • blue value is 124.
RGB:
(126,91,124)
(49%,36%,49%)

RGB channels and saturation

R 126 of 255 = 49%
G 91 of 255 = 36%
B 124 of 255 = 49%

126
91
124

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

Portions of RGB colors in percentages

R + G + B =
126 + 91 + 124 = 341 (100%)
R 126 of 341 ~ 36.95%
G 91 of 341 ~ 26.69%
B 124 of 341 ~ 36.36%

%36.95
%26.69
%36.36

CMYK color model

#7E5B7C color CMYK value is (0,28,2,51).

  • cyan value is 0.00%
  • magenta value is 27.78%
  • yellow value is 1.59%
  • key color value is 50.59%
CMYK:
(0,28,2,51)
C0M28Y2K51 
(0%,28%,2%,51%)
(0.00/0.28/0.02/0.51)	

CMYK percentages

%0
%27.78
%1.59
%50.59

Codes

Color #7E5B7C in popluar color models

7E5B7C
RGB12691124
HSL303°16.13%42.55%
HSB/HSV303°27.78%49.41%
CMYK0.00%27.78%1.59%
50.59%

Color #7E5B7C in popluar number systems.

HEX7E5B7C
Decimal12691124
Binary111111010110111111100
Octal176133174

Shades and tints

Shades of #7E5B7C

#7E5B7C
(126,91,124)
#735371
(115,83,113)
#684B66
(104,75,102)
#5D435B
(93,67,91)
#523B50
(82,59,80)
#473345
(71,51,69)
#3C2B3A
(60,43,58)
#31232F
(49,35,47)
#261B24
(38,27,36)
#1B1319
(27,19,25)
#100B0E
(16,11,14)
#000000
(0,0,0)

Tints of #7E5B7C

#7E5B7C
(126,91,124)
#896987
(137,105,135)
#947792
(148,119,146)
#9F859D
(159,133,157)
#AA93A8
(170,147,168)
#B5A1B3
(181,161,179)
#C0AFBE
(192,175,190)
#CBBDC9
(203,189,201)
#D6CBD4
(214,203,212)
#E1D9DF
(225,217,223)
#ECE7EA
(236,231,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7E5B7C color. Also use rgb(126,91,124) instead hex code.

Text Font Color

.myTextColor { color: #7E5B7C; }

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

This text font color is #7E5B7C.


Background Color

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

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

This div background color is #7E5B7C.


Border color

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

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

This div border color is #7E5B7C.


Opacity

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

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

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

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

This text has shadow with #7E5B7C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7E5B7C on black background.


Color preview on white background

This text has color #7E5B7C on white background.



Black color preview on #7E5B7C background

This text has black color on #7E5B7C background.


White color preview on #7E5B7C background

This text has white color on #7E5B7C background.