COLOR #7E4C5C

HEX: #7E4C5C RGB: (126,76,92)

Color info

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

RGB color model

#7E4C5C color RGB value is (126,76,92).

RGB: (126,76,92) (49%, 30%, 36%)

RGB channels and saturation

R 126 of 255 = 49%
G 76 of 255 = 30%
B 92 of 255 = 36%

126
76
92

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

Portions of RGB colors in percentages

R + G + B = 126 + 76 + 92 = 294 (100%)
R 126 of 294 ~ 42.86%
G 76 of 294 ~ 25.85%
B 92 of 294 ~ 31.29'%

%42.86
%25.85
%31.29

CMYK color model

#7E4C5C color CMYK value is (0,40,27,51).

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

CMYK: (0,40,27,51)
C0M40Y27K51 (0%, 40%, 27%, 51%)
(0.00 / 0.40 / 0.27 / 0.51)

CMYK percentages

%0
%39.68
%26.98
%50.59

Codes

Color #7E4C5C in popluar color models

7E 4C 5C
RGB 126 76 92
HSL 341° 24.75% 39.61%
HSB/HSV 341° 39.68% 49.41%
CMYK 0.00% 39.68% 26.98%
50.59%

Color #7E4C5C in popluar number systems.

HEX 7E 4C 5C
Decimal 126 76 92
Binary 1111110 1001100 1011100
Octal 176 114 134

Shades and tints

Shades of #7E4C5C

#7E4C5C
(126,76,92)
#734654
(115,70,84)
#68404C
(104,64,76)
#5D3A44
(93,58,68)
#52343C
(82,52,60)
#472E34
(71,46,52)
#3C282C
(60,40,44)
#312224
(49,34,36)
#261C1C
(38,28,28)
#1B1614
(27,22,20)
#10100C
(16,16,12)
#000000
(0,0,0)

Tints of #7E4C5C

#7E4C5C
(126,76,92)
#895C6A
(137,92,106)
#946C78
(148,108,120)
#9F7C86
(159,124,134)
#AA8C94
(170,140,148)
#B59CA2
(181,156,162)
#C0ACB0
(192,172,176)
#CBBCBE
(203,188,190)
#D6CCCC
(214,204,204)
#E1DCDA
(225,220,218)
#ECECE8
(236,236,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7E4C5C; }

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

This text font color is #7E4C5C.

Background Color

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

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

This div background color is #7E4C5C.

Border color

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

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

This div border color is #7E4C5C.

Opacity

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

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

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

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

This text has shadow with #7E4C5C color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #7E4C5C.

Preview

Color preview on black background

This text has color #7E4C5C on black background.


Color preview on white background

This text has color #7E4C5C on white background.


Black color preview on #7E4C5C background

This text has black color on #7E4C5C background.


White color preview on #7E4C5C background

This text has white color on #7E4C5C background.


Related colors

Complementary color

Complementary color for #hex is #81B3A3.


I love getcolorcode.com

Triadic colors

1 #5C7E4C and #4C5C7E with #7E4C5C are triadic colors.

2 #5C4C7E and #4C7E5C with #7E4C5C are triadic colors.