COLOR #7E5572

HEX: #7E5572 RGB: (126,85,114)

Color info

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

RGB color model

#7E5572 color RGB value is (126,85,114).

RGB: (126,85,114) (49%, 33%, 45%)

RGB channels and saturation

R 126 of 255 = 49%
G 85 of 255 = 33%
B 114 of 255 = 45%

126
85
114

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

Portions of RGB colors in percentages

R + G + B = 126 + 85 + 114 = 325 (100%)
R 126 of 325 ~ 38.77%
G 85 of 325 ~ 26.15%
B 114 of 325 ~ 35.08'%

%38.77
%26.15
%35.08

CMYK color model

#7E5572 color CMYK value is (0,33,10,51).

  • cyan value is 0.00%
  • magenta value is 32.54%
  • yellow value is 9.52%
  • key color value is 50.59%

CMYK: (0,33,10,51)
C0M33Y10K51 (0%, 33%, 10%, 51%)
(0.00 / 0.33 / 0.10 / 0.51)

CMYK percentages

%0
%32.54
%9.52
%50.59

Codes

Color #7E5572 in popluar color models

7E 55 72
RGB 126 85 114
HSL 318° 19.43% 41.37%
HSB/HSV 318° 32.54% 49.41%
CMYK 0.00% 32.54% 9.52%
50.59%

Color #7E5572 in popluar number systems.

HEX 7E 55 72
Decimal 126 85 114
Binary 1111110 1010101 1110010
Octal 176 125 162

Shades and tints

Shades of #7E5572

#7E5572
(126,85,114)
#734E68
(115,78,104)
#68475E
(104,71,94)
#5D4054
(93,64,84)
#52394A
(82,57,74)
#473240
(71,50,64)
#3C2B36
(60,43,54)
#31242C
(49,36,44)
#261D22
(38,29,34)
#1B1618
(27,22,24)
#100F0E
(16,15,14)
#000000
(0,0,0)

Tints of #7E5572

#7E5572
(126,85,114)
#89647E
(137,100,126)
#94738A
(148,115,138)
#9F8296
(159,130,150)
#AA91A2
(170,145,162)
#B5A0AE
(181,160,174)
#C0AFBA
(192,175,186)
#CBBEC6
(203,190,198)
#D6CDD2
(214,205,210)
#E1DCDE
(225,220,222)
#ECEBEA
(236,235,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7E5572; }

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

This text font color is #7E5572.

Background Color

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

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

This div background color is #7E5572.

Border color

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

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

This div border color is #7E5572.

Opacity

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

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

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

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

This text has shadow with #7E5572 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #7E5572.

Preview

Color preview on black background

This text has color #7E5572 on black background.


Color preview on white background

This text has color #7E5572 on white background.


Black color preview on #7E5572 background

This text has black color on #7E5572 background.


White color preview on #7E5572 background

This text has white color on #7E5572 background.


Related colors

Complementary color

Complementary color for #hex is #81AA8D.


I love getcolorcode.com

Triadic colors

1 #727E55 and #55727E with #7E5572 are triadic colors.

2 #72557E and #557E72 with #7E5572 are triadic colors.