COLOR #7E567B

HEX: #7E567B RGB: (126,86,123)

Color info

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

RGB color model

#7E567B color RGB value is (126,86,123).

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

RGB channels and saturation

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

126
86
123

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

Portions of RGB colors in percentages

R + G + B = 126 + 86 + 123 = 335 (100%)
R 126 of 335 ~ 37.61%
G 86 of 335 ~ 25.67%
B 123 of 335 ~ 36.72'%

%37.61
%25.67
%36.72

CMYK color model

#7E567B color CMYK value is (0,32,2,51).

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

CMYK: (0,32,2,51)
C0M32Y2K51 (0%, 32%, 2%, 51%)
(0.00 / 0.32 / 0.02 / 0.51)

CMYK percentages

%0
%31.75
%2.38
%50.59

Codes

Color #7E567B in popluar color models

7E 56 7B
RGB 126 86 123
HSL 305° 18.87% 41.57%
HSB/HSV 305° 31.75% 49.41%
CMYK 0.00% 31.75% 2.38%
50.59%

Color #7E567B in popluar number systems.

HEX 7E 56 7B
Decimal 126 86 123
Binary 1111110 1010110 1111011
Octal 176 126 173

Shades and tints

Shades of #7E567B

#7E567B
(126,86,123)
#734F70
(115,79,112)
#684865
(104,72,101)
#5D415A
(93,65,90)
#523A4F
(82,58,79)
#473344
(71,51,68)
#3C2C39
(60,44,57)
#31252E
(49,37,46)
#261E23
(38,30,35)
#1B1718
(27,23,24)
#10100D
(16,16,13)
#000000
(0,0,0)

Tints of #7E567B

#7E567B
(126,86,123)
#896587
(137,101,135)
#947493
(148,116,147)
#9F839F
(159,131,159)
#AA92AB
(170,146,171)
#B5A1B7
(181,161,183)
#C0B0C3
(192,176,195)
#CBBFCF
(203,191,207)
#D6CEDB
(214,206,219)
#E1DDE7
(225,221,231)
#ECECF3
(236,236,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7E567B; }

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

This text font color is #7E567B.

Background Color

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

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

This div background color is #7E567B.

Border color

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

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

This div border color is #7E567B.

Opacity

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

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

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

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

This text has shadow with #7E567B color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #7E567B.

Preview

Color preview on black background

This text has color #7E567B on black background.


Color preview on white background

This text has color #7E567B on white background.


Black color preview on #7E567B background

This text has black color on #7E567B background.


White color preview on #7E567B background

This text has white color on #7E567B background.


Related colors

Complementary color

Complementary color for #hex is #81A984.


I love getcolorcode.com

Triadic colors

1 #7B7E56 and #567B7E with #7E567B are triadic colors.

2 #7B567E and #567E7B with #7E567B are triadic colors.