COLOR #7E5C77

HEX: #7E5C77 RGB: (126,92,119)

Color info

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

RGB color model

#7E5C77 color RGB value is (126,92,119).

RGB: (126,92,119) (49%, 36%, 47%)

RGB channels and saturation

R 126 of 255 = 49%
G 92 of 255 = 36%
B 119 of 255 = 47%

126
92
119

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

Portions of RGB colors in percentages

R + G + B = 126 + 92 + 119 = 337 (100%)
R 126 of 337 ~ 37.39%
G 92 of 337 ~ 27.3%
B 119 of 337 ~ 35.31'%

%37.39
%27.3
%35.31

CMYK color model

#7E5C77 color CMYK value is (0,27,6,51).

  • cyan value is 0.00%
  • magenta value is 26.98%
  • yellow value is 5.56%
  • key color value is 50.59%

CMYK: (0,27,6,51)
C0M27Y6K51 (0%, 27%, 6%, 51%)
(0.00 / 0.27 / 0.06 / 0.51)

CMYK percentages

%0
%26.98
%5.56
%50.59

Codes

Color #7E5C77 in popluar color models

7E 5C 77
RGB 126 92 119
HSL 312° 15.60% 42.75%
HSB/HSV 312° 26.98% 49.41%
CMYK 0.00% 26.98% 5.56%
50.59%

Color #7E5C77 in popluar number systems.

HEX 7E 5C 77
Decimal 126 92 119
Binary 1111110 1011100 1110111
Octal 176 134 167

Shades and tints

Shades of #7E5C77

#7E5C77
(126,92,119)
#73546D
(115,84,109)
#684C63
(104,76,99)
#5D4459
(93,68,89)
#523C4F
(82,60,79)
#473445
(71,52,69)
#3C2C3B
(60,44,59)
#312431
(49,36,49)
#261C27
(38,28,39)
#1B141D
(27,20,29)
#100C13
(16,12,19)
#000000
(0,0,0)

Tints of #7E5C77

#7E5C77
(126,92,119)
#896A83
(137,106,131)
#94788F
(148,120,143)
#9F869B
(159,134,155)
#AA94A7
(170,148,167)
#B5A2B3
(181,162,179)
#C0B0BF
(192,176,191)
#CBBECB
(203,190,203)
#D6CCD7
(214,204,215)
#E1DAE3
(225,218,227)
#ECE8EF
(236,232,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7E5C77 color. Also use rgb(126,92,119) instead hex code.

Text Font Color

.myTextColor { color: #7E5C77; }

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

This text font color is #7E5C77.

Background Color

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

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

This div background color is #7E5C77.

Border color

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

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

This div border color is #7E5C77.

Opacity

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

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

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

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

This text has shadow with #7E5C77 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #7E5C77.

Preview

Color preview on black background

This text has color #7E5C77 on black background.


Color preview on white background

This text has color #7E5C77 on white background.


Black color preview on #7E5C77 background

This text has black color on #7E5C77 background.


White color preview on #7E5C77 background

This text has white color on #7E5C77 background.


Related colors

Complementary color

Complementary color for #hex is #81A388.


I love getcolorcode.com

Triadic colors

1 #777E5C and #5C777E with #7E5C77 are triadic colors.

2 #775C7E and #5C7E77 with #7E5C77 are triadic colors.