COLOR #7E495C

HEX: #7E495C RGB: (126,73,92)

Color info

#7E495C contains red, green and blue colors in about the same proportion. Web safe color of #7E495C is #663366 (or #636).

RGB color model

#7E495C color RGB value is (126,73,92).

RGB: (126,73,92) (49%, 29%, 36%)

RGB channels and saturation

R 126 of 255 = 49%
G 73 of 255 = 29%
B 92 of 255 = 36%

126
73
92

R + G + B ~ 38%. #7E495C is quite dark color.

Portions of RGB colors in percentages

R + G + B = 126 + 73 + 92 = 291 (100%)
R 126 of 291 ~ 43.3%
G 73 of 291 ~ 25.09%
B 92 of 291 ~ 31.62'%

%43.3
%25.09
%31.62

CMYK color model

#7E495C color CMYK value is (0,42,27,51).

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

CMYK: (0,42,27,51)
C0M42Y27K51 (0%, 42%, 27%, 51%)
(0.00 / 0.42 / 0.27 / 0.51)

CMYK percentages

%0
%42.06
%26.98
%50.59

Codes

Color #7E495C in popluar color models

7E 49 5C
RGB 126 73 92
HSL 338° 26.63% 39.02%
HSB/HSV 338° 42.06% 49.41%
CMYK 0.00% 42.06% 26.98%
50.59%

Color #7E495C in popluar number systems.

HEX 7E 49 5C
Decimal 126 73 92
Binary 1111110 1001001 1011100
Octal 176 111 134

Shades and tints

Shades of #7E495C

#7E495C
(126,73,92)
#734354
(115,67,84)
#683D4C
(104,61,76)
#5D3744
(93,55,68)
#52313C
(82,49,60)
#472B34
(71,43,52)
#3C252C
(60,37,44)
#311F24
(49,31,36)
#26191C
(38,25,28)
#1B1314
(27,19,20)
#100D0C
(16,13,12)
#000000
(0,0,0)

Tints of #7E495C

#7E495C
(126,73,92)
#89596A
(137,89,106)
#946978
(148,105,120)
#9F7986
(159,121,134)
#AA8994
(170,137,148)
#B599A2
(181,153,162)
#C0A9B0
(192,169,176)
#CBB9BE
(203,185,190)
#D6C9CC
(214,201,204)
#E1D9DA
(225,217,218)
#ECE9E8
(236,233,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7E495C; }

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

This text font color is #7E495C.

Background Color

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

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

This div background color is #7E495C.

Border color

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

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

This div border color is #7E495C.

Opacity

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

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

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

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

This text has shadow with #7E495C color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #7E495C.

Preview

Color preview on black background

This text has color #7E495C on black background.


Color preview on white background

This text has color #7E495C on white background.


Black color preview on #7E495C background

This text has black color on #7E495C background.


White color preview on #7E495C background

This text has white color on #7E495C background.


Related colors

Complementary color

Complementary color for #hex is #81B6A3.


I love getcolorcode.com

Triadic colors

1 #5C7E49 and #495C7E with #7E495C are triadic colors.

2 #5C497E and #497E5C with #7E495C are triadic colors.