COLOR #7E4F5E

HEX: #7E4F5E
RGB: (126,79,94)

Color info

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

RGB color model

#7E4F5E color RGB value is (126,79,94).

  • red value is 126;
  • green value is 79;
  • blue value is 94.
RGB:
(126,79,94)
(49%,31%,37%)

RGB channels and saturation

R 126 of 255 = 49%
G 79 of 255 = 31%
B 94 of 255 = 37%

126
79
94

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

Portions of RGB colors in percentages

R + G + B =
126 + 79 + 94 = 299 (100%)
R 126 of 299 ~ 42.14%
G 79 of 299 ~ 26.42%
B 94 of 299 ~ 31.44%

%42.14
%26.42
%31.44

CMYK color model

#7E4F5E color CMYK value is (0,37,25,51).

  • cyan value is 0.00%
  • magenta value is 37.30%
  • yellow value is 25.40%
  • key color value is 50.59%
CMYK:
(0,37,25,51)
C0M37Y25K51 
(0%,37%,25%,51%)
(0.00/0.37/0.25/0.51)	

CMYK percentages

%0
%37.3
%25.4
%50.59

Codes

Color #7E4F5E in popluar color models

7E4F5E
RGB1267994
HSL341°22.93%40.20%
HSB/HSV341°37.30%49.41%
CMYK0.00%37.30%25.40%
50.59%

Color #7E4F5E in popluar number systems.

HEX7E4F5E
Decimal1267994
Binary111111010011111011110
Octal176117136

Shades and tints

Shades of #7E4F5E

#7E4F5E
(126,79,94)
#734856
(115,72,86)
#68414E
(104,65,78)
#5D3A46
(93,58,70)
#52333E
(82,51,62)
#472C36
(71,44,54)
#3C252E
(60,37,46)
#311E26
(49,30,38)
#26171E
(38,23,30)
#1B1016
(27,16,22)
#10090E
(16,9,14)
#000000
(0,0,0)

Tints of #7E4F5E

#7E4F5E
(126,79,94)
#895F6C
(137,95,108)
#946F7A
(148,111,122)
#9F7F88
(159,127,136)
#AA8F96
(170,143,150)
#B59FA4
(181,159,164)
#C0AFB2
(192,175,178)
#CBBFC0
(203,191,192)
#D6CFCE
(214,207,206)
#E1DFDC
(225,223,220)
#ECEFEA
(236,239,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7E4F5E color. Also use rgb(126,79,94) instead hex code.

Text Font Color

.myTextColor { color: #7E4F5E; }

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

This text font color is #7E4F5E.


Background Color

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

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

This div background color is #7E4F5E.


Border color

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

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

This div border color is #7E4F5E.


Opacity

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

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

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

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

This text has shadow with #7E4F5E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7E4F5E on black background.


Color preview on white background

This text has color #7E4F5E on white background.



Black color preview on #7E4F5E background

This text has black color on #7E4F5E background.


White color preview on #7E4F5E background

This text has white color on #7E4F5E background.