COLOR #7E597A

HEX: #7E597A RGB: (126,89,122)

Color info

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

RGB color model

#7E597A color RGB value is (126,89,122).

RGB: (126,89,122) (49%, 35%, 48%)

RGB channels and saturation

R 126 of 255 = 49%
G 89 of 255 = 35%
B 122 of 255 = 48%

126
89
122

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

Portions of RGB colors in percentages

R + G + B = 126 + 89 + 122 = 337 (100%)
R 126 of 337 ~ 37.39%
G 89 of 337 ~ 26.41%
B 122 of 337 ~ 36.2'%

%37.39
%26.41
%36.2

CMYK color model

#7E597A color CMYK value is (0,29,3,51).

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

CMYK: (0,29,3,51)
C0M29Y3K51 (0%, 29%, 3%, 51%)
(0.00 / 0.29 / 0.03 / 0.51)

CMYK percentages

%0
%29.37
%3.17
%50.59

Codes

Color #7E597A in popluar color models

7E 59 7A
RGB 126 89 122
HSL 306° 17.21% 42.16%
HSB/HSV 306° 29.37% 49.41%
CMYK 0.00% 29.37% 3.17%
50.59%

Color #7E597A in popluar number systems.

HEX 7E 59 7A
Decimal 126 89 122
Binary 1111110 1011001 1111010
Octal 176 131 172

Shades and tints

Shades of #7E597A

#7E597A
(126,89,122)
#73516F
(115,81,111)
#684964
(104,73,100)
#5D4159
(93,65,89)
#52394E
(82,57,78)
#473143
(71,49,67)
#3C2938
(60,41,56)
#31212D
(49,33,45)
#261922
(38,25,34)
#1B1117
(27,17,23)
#10090C
(16,9,12)
#000000
(0,0,0)

Tints of #7E597A

#7E597A
(126,89,122)
#896886
(137,104,134)
#947792
(148,119,146)
#9F869E
(159,134,158)
#AA95AA
(170,149,170)
#B5A4B6
(181,164,182)
#C0B3C2
(192,179,194)
#CBC2CE
(203,194,206)
#D6D1DA
(214,209,218)
#E1E0E6
(225,224,230)
#ECEFF2
(236,239,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7E597A; }

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

This text font color is #7E597A.

Background Color

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

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

This div background color is #7E597A.

Border color

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

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

This div border color is #7E597A.

Opacity

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

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

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

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

This text has shadow with #7E597A color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #7E597A.

Preview

Color preview on black background

This text has color #7E597A on black background.


Color preview on white background

This text has color #7E597A on white background.


Black color preview on #7E597A background

This text has black color on #7E597A background.


White color preview on #7E597A background

This text has white color on #7E597A background.


Related colors

Complementary color

Complementary color for #hex is #81A685.


I love getcolorcode.com

Triadic colors

1 #7A7E59 and #597A7E with #7E597A are triadic colors.

2 #7A597E and #597E7A with #7E597A are triadic colors.