COLOR #7E5685

HEX: #7E5685 RGB: (126,86,133)

Color info

#7E5685 contains red, green and blue colors in about the same proportion. Web safe color of #7E5685 is #666699 (or #669).

RGB color model

#7E5685 color RGB value is (126,86,133).

RGB: (126,86,133) (49%, 34%, 52%)

RGB channels and saturation

R 126 of 255 = 49%
G 86 of 255 = 34%
B 133 of 255 = 52%

126
86
133

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

Portions of RGB colors in percentages

R + G + B = 126 + 86 + 133 = 345 (100%)
R 126 of 345 ~ 36.52%
G 86 of 345 ~ 24.93%
B 133 of 345 ~ 38.55'%

%36.52
%24.93
%38.55

CMYK color model

#7E5685 color CMYK value is (5,35,0,48).

  • cyan value is 5.26%
  • magenta value is 35.34%
  • yellow value is 0.00%
  • key color value is 47.84%

CMYK: (5,35,0,48)
C5M35Y0K48 (5%, 35%, 0%, 48%)
(0.05 / 0.35 / 0.00 / 0.48)

CMYK percentages

%5.26
%35.34
%0
%47.84

Codes

Color #7E5685 in popluar color models

7E 56 85
RGB 126 86 133
HSL 291° 21.46% 42.94%
HSB/HSV 291° 35.34% 52.16%
CMYK 5.26% 35.34% 0.00%
47.84%

Color #7E5685 in popluar number systems.

HEX 7E 56 85
Decimal 126 86 133
Binary 1111110 1010110 10000101
Octal 176 126 205

Shades and tints

Shades of #7E5685

#7E5685
(126,86,133)
#734F79
(115,79,121)
#68486D
(104,72,109)
#5D4161
(93,65,97)
#523A55
(82,58,85)
#473349
(71,51,73)
#3C2C3D
(60,44,61)
#312531
(49,37,49)
#261E25
(38,30,37)
#1B1719
(27,23,25)
#10100D
(16,16,13)
#000000
(0,0,0)

Tints of #7E5685

#7E5685
(126,86,133)
#896590
(137,101,144)
#94749B
(148,116,155)
#9F83A6
(159,131,166)
#AA92B1
(170,146,177)
#B5A1BC
(181,161,188)
#C0B0C7
(192,176,199)
#CBBFD2
(203,191,210)
#D6CEDD
(214,206,221)
#E1DDE8
(225,221,232)
#ECECF3
(236,236,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7E5685 color. Also use rgb(126,86,133) instead hex code.

Text Font Color

.myTextColor { color: #7E5685; }

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

This text font color is #7E5685.

Background Color

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

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

This div background color is #7E5685.

Border color

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

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

This div border color is #7E5685.

Opacity

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

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

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

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

This text has shadow with #7E5685 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #7E5685.

Preview

Color preview on black background

This text has color #7E5685 on black background.


Color preview on white background

This text has color #7E5685 on white background.


Black color preview on #7E5685 background

This text has black color on #7E5685 background.


White color preview on #7E5685 background

This text has white color on #7E5685 background.


Related colors

Complementary color

Complementary color for #hex is #81A97A.


I love getcolorcode.com

Triadic colors

1 #857E56 and #56857E with #7E5685 are triadic colors.

2 #85567E and #567E85 with #7E5685 are triadic colors.