COLOR #7E5966

HEX: #7E5966 RGB: (126,89,102)

Color info

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

RGB color model

#7E5966 color RGB value is (126,89,102).

RGB: (126,89,102) (49%, 35%, 40%)

RGB channels and saturation

R 126 of 255 = 49%
G 89 of 255 = 35%
B 102 of 255 = 40%

126
89
102

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

Portions of RGB colors in percentages

R + G + B = 126 + 89 + 102 = 317 (100%)
R 126 of 317 ~ 39.75%
G 89 of 317 ~ 28.08%
B 102 of 317 ~ 32.18'%

%39.75
%28.08
%32.18

CMYK color model

#7E5966 color CMYK value is (0,29,19,51).

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

CMYK: (0,29,19,51)
C0M29Y19K51 (0%, 29%, 19%, 51%)
(0.00 / 0.29 / 0.19 / 0.51)

CMYK percentages

%0
%29.37
%19.05
%50.59

Codes

Color #7E5966 in popluar color models

7E 59 66
RGB 126 89 102
HSL 339° 17.21% 42.16%
HSB/HSV 339° 29.37% 49.41%
CMYK 0.00% 29.37% 19.05%
50.59%

Color #7E5966 in popluar number systems.

HEX 7E 59 66
Decimal 126 89 102
Binary 1111110 1011001 1100110
Octal 176 131 146

Shades and tints

Shades of #7E5966

#7E5966
(126,89,102)
#73515D
(115,81,93)
#684954
(104,73,84)
#5D414B
(93,65,75)
#523942
(82,57,66)
#473139
(71,49,57)
#3C2930
(60,41,48)
#312127
(49,33,39)
#26191E
(38,25,30)
#1B1115
(27,17,21)
#10090C
(16,9,12)
#000000
(0,0,0)

Tints of #7E5966

#7E5966
(126,89,102)
#896873
(137,104,115)
#947780
(148,119,128)
#9F868D
(159,134,141)
#AA959A
(170,149,154)
#B5A4A7
(181,164,167)
#C0B3B4
(192,179,180)
#CBC2C1
(203,194,193)
#D6D1CE
(214,209,206)
#E1E0DB
(225,224,219)
#ECEFE8
(236,239,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7E5966; }

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

This text font color is #7E5966.

Background Color

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

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

This div background color is #7E5966.

Border color

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

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

This div border color is #7E5966.

Opacity

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

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

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

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

This text has shadow with #7E5966 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #7E5966.

Preview

Color preview on black background

This text has color #7E5966 on black background.


Color preview on white background

This text has color #7E5966 on white background.


Black color preview on #7E5966 background

This text has black color on #7E5966 background.


White color preview on #7E5966 background

This text has white color on #7E5966 background.


Related colors

Complementary color

Complementary color for #hex is #81A699.


I love getcolorcode.com

Triadic colors

1 #667E59 and #59667E with #7E5966 are triadic colors.

2 #66597E and #597E66 with #7E5966 are triadic colors.