COLOR #7E4C5F

HEX: #7E4C5F
RGB: (126,76,95)

Color info

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

RGB color model

#7E4C5F color RGB value is (126,76,95).

  • red value is 126;
  • green value is 76;
  • blue value is 95.
RGB:
(126,76,95)
(49%,30%,37%)

RGB channels and saturation

R 126 of 255 = 49%
G 76 of 255 = 30%
B 95 of 255 = 37%

126
76
95

R + G + B ~ 39%. #7E4C5F is quite dark color.

Portions of RGB colors in percentages

R + G + B =
126 + 76 + 95 = 297 (100%)
R 126 of 297 ~ 42.42%
G 76 of 297 ~ 25.59%
B 95 of 297 ~ 31.99%

%42.42
%25.59
%31.99

CMYK color model

#7E4C5F color CMYK value is (0,40,25,51).

  • cyan value is 0.00%
  • magenta value is 39.68%
  • yellow value is 24.60%
  • key color value is 50.59%
CMYK:
(0,40,25,51)
C0M40Y25K51 
(0%,40%,25%,51%)
(0.00/0.40/0.25/0.51)	

CMYK percentages

%0
%39.68
%24.6
%50.59

Codes

Color #7E4C5F in popluar color models

7E4C5F
RGB1267695
HSL337°24.75%39.61%
HSB/HSV337°39.68%49.41%
CMYK0.00%39.68%24.60%
50.59%

Color #7E4C5F in popluar number systems.

HEX7E4C5F
Decimal1267695
Binary111111010011001011111
Octal176114137

Shades and tints

Shades of #7E4C5F

#7E4C5F
(126,76,95)
#734657
(115,70,87)
#68404F
(104,64,79)
#5D3A47
(93,58,71)
#52343F
(82,52,63)
#472E37
(71,46,55)
#3C282F
(60,40,47)
#312227
(49,34,39)
#261C1F
(38,28,31)
#1B1617
(27,22,23)
#10100F
(16,16,15)
#000000
(0,0,0)

Tints of #7E4C5F

#7E4C5F
(126,76,95)
#895C6D
(137,92,109)
#946C7B
(148,108,123)
#9F7C89
(159,124,137)
#AA8C97
(170,140,151)
#B59CA5
(181,156,165)
#C0ACB3
(192,172,179)
#CBBCC1
(203,188,193)
#D6CCCF
(214,204,207)
#E1DCDD
(225,220,221)
#ECECEB
(236,236,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7E4C5F; }

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

This text font color is #7E4C5F.


Background Color

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

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

This div background color is #7E4C5F.


Border color

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

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

This div border color is #7E4C5F.


Opacity

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

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

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

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

This text has shadow with #7E4C5F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7E4C5F on black background.


Color preview on white background

This text has color #7E4C5F on white background.



Black color preview on #7E4C5F background

This text has black color on #7E4C5F background.


White color preview on #7E4C5F background

This text has white color on #7E4C5F background.