COLOR #7E557A

HEX: #7E557A RGB: (126,85,122)

Color info

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

RGB color model

#7E557A color RGB value is (126,85,122).

RGB: (126,85,122) (49%, 33%, 48%)

RGB channels and saturation

R 126 of 255 = 49%
G 85 of 255 = 33%
B 122 of 255 = 48%

126
85
122

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

Portions of RGB colors in percentages

R + G + B = 126 + 85 + 122 = 333 (100%)
R 126 of 333 ~ 37.84%
G 85 of 333 ~ 25.53%
B 122 of 333 ~ 36.64'%

%37.84
%25.53
%36.64

CMYK color model

#7E557A color CMYK value is (0,33,3,51).

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

CMYK: (0,33,3,51)
C0M33Y3K51 (0%, 33%, 3%, 51%)
(0.00 / 0.33 / 0.03 / 0.51)

CMYK percentages

%0
%32.54
%3.17
%50.59

Codes

Color #7E557A in popluar color models

7E 55 7A
RGB 126 85 122
HSL 306° 19.43% 41.37%
HSB/HSV 306° 32.54% 49.41%
CMYK 0.00% 32.54% 3.17%
50.59%

Color #7E557A in popluar number systems.

HEX 7E 55 7A
Decimal 126 85 122
Binary 1111110 1010101 1111010
Octal 176 125 172

Shades and tints

Shades of #7E557A

#7E557A
(126,85,122)
#734E6F
(115,78,111)
#684764
(104,71,100)
#5D4059
(93,64,89)
#52394E
(82,57,78)
#473243
(71,50,67)
#3C2B38
(60,43,56)
#31242D
(49,36,45)
#261D22
(38,29,34)
#1B1617
(27,22,23)
#100F0C
(16,15,12)
#000000
(0,0,0)

Tints of #7E557A

#7E557A
(126,85,122)
#896486
(137,100,134)
#947392
(148,115,146)
#9F829E
(159,130,158)
#AA91AA
(170,145,170)
#B5A0B6
(181,160,182)
#C0AFC2
(192,175,194)
#CBBECE
(203,190,206)
#D6CDDA
(214,205,218)
#E1DCE6
(225,220,230)
#ECEBF2
(236,235,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7E557A; }

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

This text font color is #7E557A.

Background Color

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

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

This div background color is #7E557A.

Border color

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

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

This div border color is #7E557A.

Opacity

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

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

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

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

This text has shadow with #7E557A color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #7E557A.

Preview

Color preview on black background

This text has color #7E557A on black background.


Color preview on white background

This text has color #7E557A on white background.


Black color preview on #7E557A background

This text has black color on #7E557A background.


White color preview on #7E557A background

This text has white color on #7E557A background.


Related colors

Complementary color

Complementary color for #hex is #81AA85.


I love getcolorcode.com

Triadic colors

1 #7A7E55 and #557A7E with #7E557A are triadic colors.

2 #7A557E and #557E7A with #7E557A are triadic colors.