COLOR #7E5576

HEX: #7E5576
RGB: (126,85,118)

Color info

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

RGB color model

#7E5576 color RGB value is (126,85,118).

  • red value is 126;
  • green value is 85;
  • blue value is 118.
RGB:
(126,85,118)
(49%,33%,46%)

RGB channels and saturation

R 126 of 255 = 49%
G 85 of 255 = 33%
B 118 of 255 = 46%

126
85
118

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

Portions of RGB colors in percentages

R + G + B =
126 + 85 + 118 = 329 (100%)
R 126 of 329 ~ 38.3%
G 85 of 329 ~ 25.84%
B 118 of 329 ~ 35.87%

%38.3
%25.84
%35.87

CMYK color model

#7E5576 color CMYK value is (0,33,6,51).

  • cyan value is 0.00%
  • magenta value is 32.54%
  • yellow value is 6.35%
  • key color value is 50.59%
CMYK:
(0,33,6,51)
C0M33Y6K51 
(0%,33%,6%,51%)
(0.00/0.33/0.06/0.51)	

CMYK percentages

%0
%32.54
%6.35
%50.59

Codes

Color #7E5576 in popluar color models

7E5576
RGB12685118
HSL312°19.43%41.37%
HSB/HSV312°32.54%49.41%
CMYK0.00%32.54%6.35%
50.59%

Color #7E5576 in popluar number systems.

HEX7E5576
Decimal12685118
Binary111111010101011110110
Octal176125166

Shades and tints

Shades of #7E5576

#7E5576
(126,85,118)
#734E6C
(115,78,108)
#684762
(104,71,98)
#5D4058
(93,64,88)
#52394E
(82,57,78)
#473244
(71,50,68)
#3C2B3A
(60,43,58)
#312430
(49,36,48)
#261D26
(38,29,38)
#1B161C
(27,22,28)
#100F12
(16,15,18)
#000000
(0,0,0)

Tints of #7E5576

#7E5576
(126,85,118)
#896482
(137,100,130)
#94738E
(148,115,142)
#9F829A
(159,130,154)
#AA91A6
(170,145,166)
#B5A0B2
(181,160,178)
#C0AFBE
(192,175,190)
#CBBECA
(203,190,202)
#D6CDD6
(214,205,214)
#E1DCE2
(225,220,226)
#ECEBEE
(236,235,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7E5576 color. Also use rgb(126,85,118) instead hex code.

Text Font Color

.myTextColor { color: #7E5576; }

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

This text font color is #7E5576.


Background Color

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

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

This div background color is #7E5576.


Border color

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

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

This div border color is #7E5576.


Opacity

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

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

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

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

This text has shadow with #7E5576 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7E5576 on black background.


Color preview on white background

This text has color #7E5576 on white background.



Black color preview on #7E5576 background

This text has black color on #7E5576 background.


White color preview on #7E5576 background

This text has white color on #7E5576 background.