COLOR #7E567A

HEX: #7E567A RGB: (126,86,122)

Color info

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

RGB color model

#7E567A color RGB value is (126,86,122).

RGB: (126,86,122) (49%, 34%, 48%)

RGB channels and saturation

R 126 of 255 = 49%
G 86 of 255 = 34%
B 122 of 255 = 48%

126
86
122

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

Portions of RGB colors in percentages

R + G + B = 126 + 86 + 122 = 334 (100%)
R 126 of 334 ~ 37.72%
G 86 of 334 ~ 25.75%
B 122 of 334 ~ 36.53'%

%37.72
%25.75
%36.53

CMYK color model

#7E567A color CMYK value is (0,32,3,51).

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

CMYK: (0,32,3,51)
C0M32Y3K51 (0%, 32%, 3%, 51%)
(0.00 / 0.32 / 0.03 / 0.51)

CMYK percentages

%0
%31.75
%3.17
%50.59

Codes

Color #7E567A in popluar color models

7E 56 7A
RGB 126 86 122
HSL 306° 18.87% 41.57%
HSB/HSV 306° 31.75% 49.41%
CMYK 0.00% 31.75% 3.17%
50.59%

Color #7E567A in popluar number systems.

HEX 7E 56 7A
Decimal 126 86 122
Binary 1111110 1010110 1111010
Octal 176 126 172

Shades and tints

Shades of #7E567A

#7E567A
(126,86,122)
#734F6F
(115,79,111)
#684864
(104,72,100)
#5D4159
(93,65,89)
#523A4E
(82,58,78)
#473343
(71,51,67)
#3C2C38
(60,44,56)
#31252D
(49,37,45)
#261E22
(38,30,34)
#1B1717
(27,23,23)
#10100C
(16,16,12)
#000000
(0,0,0)

Tints of #7E567A

#7E567A
(126,86,122)
#896586
(137,101,134)
#947492
(148,116,146)
#9F839E
(159,131,158)
#AA92AA
(170,146,170)
#B5A1B6
(181,161,182)
#C0B0C2
(192,176,194)
#CBBFCE
(203,191,206)
#D6CEDA
(214,206,218)
#E1DDE6
(225,221,230)
#ECECF2
(236,236,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7E567A; }

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

This text font color is #7E567A.

Background Color

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

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

This div background color is #7E567A.

Border color

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

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

This div border color is #7E567A.

Opacity

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

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

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

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

This text has shadow with #7E567A color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #7E567A.

Preview

Color preview on black background

This text has color #7E567A on black background.


Color preview on white background

This text has color #7E567A on white background.


Black color preview on #7E567A background

This text has black color on #7E567A background.


White color preview on #7E567A background

This text has white color on #7E567A background.


Related colors

Complementary color

Complementary color for #hex is #81A985.


I love getcolorcode.com

Triadic colors

1 #7A7E56 and #567A7E with #7E567A are triadic colors.

2 #7A567E and #567E7A with #7E567A are triadic colors.