COLOR #7E4A4F

HEX: #7E4A4F
RGB: (126,74,79)

Color info

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

RGB color model

#7E4A4F color RGB value is (126,74,79).

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

RGB channels and saturation

R 126 of 255 = 49%
G 74 of 255 = 29%
B 79 of 255 = 31%

126
74
79

R + G + B ~ 36%. #7E4A4F is quite dark color.

Portions of RGB colors in percentages

R + G + B =
126 + 74 + 79 = 279 (100%)
R 126 of 279 ~ 45.16%
G 74 of 279 ~ 26.52%
B 79 of 279 ~ 28.32%

%45.16
%26.52
%28.32

CMYK color model

#7E4A4F color CMYK value is (0,41,37,51).

  • cyan value is 0.00%
  • magenta value is 41.27%
  • yellow value is 37.30%
  • key color value is 50.59%
CMYK:
(0,41,37,51)
C0M41Y37K51 
(0%,41%,37%,51%)
(0.00/0.41/0.37/0.51)	

CMYK percentages

%0
%41.27
%37.3
%50.59

Codes

Color #7E4A4F in popluar color models

7E4A4F
RGB1267479
HSL354°26.00%39.22%
HSB/HSV354°41.27%49.41%
CMYK0.00%41.27%37.30%
50.59%

Color #7E4A4F in popluar number systems.

HEX7E4A4F
Decimal1267479
Binary111111010010101001111
Octal176112117

Shades and tints

Shades of #7E4A4F

#7E4A4F
(126,74,79)
#734448
(115,68,72)
#683E41
(104,62,65)
#5D383A
(93,56,58)
#523233
(82,50,51)
#472C2C
(71,44,44)
#3C2625
(60,38,37)
#31201E
(49,32,30)
#261A17
(38,26,23)
#1B1410
(27,20,16)
#100E09
(16,14,9)
#000000
(0,0,0)

Tints of #7E4A4F

#7E4A4F
(126,74,79)
#895A5F
(137,90,95)
#946A6F
(148,106,111)
#9F7A7F
(159,122,127)
#AA8A8F
(170,138,143)
#B59A9F
(181,154,159)
#C0AAAF
(192,170,175)
#CBBABF
(203,186,191)
#D6CACF
(214,202,207)
#E1DADF
(225,218,223)
#ECEAEF
(236,234,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7E4A4F; }

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

This text font color is #7E4A4F.


Background Color

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

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

This div background color is #7E4A4F.


Border color

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

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

This div border color is #7E4A4F.


Opacity

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

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

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

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

This text has shadow with #7E4A4F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7E4A4F on black background.


Color preview on white background

This text has color #7E4A4F on white background.



Black color preview on #7E4A4F background

This text has black color on #7E4A4F background.


White color preview on #7E4A4F background

This text has white color on #7E4A4F background.