COLOR #7E4D65

HEX: #7E4D65
RGB: (126,77,101)

Color info

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

RGB color model

#7E4D65 color RGB value is (126,77,101).

  • red value is 126;
  • green value is 77;
  • blue value is 101.
RGB:
(126,77,101)
(49%,30%,40%)

RGB channels and saturation

R 126 of 255 = 49%
G 77 of 255 = 30%
B 101 of 255 = 40%

126
77
101

R + G + B ~ 40%. #7E4D65 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
126 + 77 + 101 = 304 (100%)
R 126 of 304 ~ 41.45%
G 77 of 304 ~ 25.33%
B 101 of 304 ~ 33.22%

%41.45
%25.33
%33.22

CMYK color model

#7E4D65 color CMYK value is (0,39,20,51).

  • cyan value is 0.00%
  • magenta value is 38.89%
  • yellow value is 19.84%
  • key color value is 50.59%
CMYK:
(0,39,20,51)
C0M39Y20K51 
(0%,39%,20%,51%)
(0.00/0.39/0.20/0.51)	

CMYK percentages

%0
%38.89
%19.84
%50.59

Codes

Color #7E4D65 in popluar color models

7E4D65
RGB12677101
HSL331°24.14%39.80%
HSB/HSV331°38.89%49.41%
CMYK0.00%38.89%19.84%
50.59%

Color #7E4D65 in popluar number systems.

HEX7E4D65
Decimal12677101
Binary111111010011011100101
Octal176115145

Shades and tints

Shades of #7E4D65

#7E4D65
(126,77,101)
#73465C
(115,70,92)
#683F53
(104,63,83)
#5D384A
(93,56,74)
#523141
(82,49,65)
#472A38
(71,42,56)
#3C232F
(60,35,47)
#311C26
(49,28,38)
#26151D
(38,21,29)
#1B0E14
(27,14,20)
#10070B
(16,7,11)
#000000
(0,0,0)

Tints of #7E4D65

#7E4D65
(126,77,101)
#895D73
(137,93,115)
#946D81
(148,109,129)
#9F7D8F
(159,125,143)
#AA8D9D
(170,141,157)
#B59DAB
(181,157,171)
#C0ADB9
(192,173,185)
#CBBDC7
(203,189,199)
#D6CDD5
(214,205,213)
#E1DDE3
(225,221,227)
#ECEDF1
(236,237,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7E4D65 color. Also use rgb(126,77,101) instead hex code.

Text Font Color

.myTextColor { color: #7E4D65; }

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

This text font color is #7E4D65.


Background Color

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

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

This div background color is #7E4D65.


Border color

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

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

This div border color is #7E4D65.


Opacity

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

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

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

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

This text has shadow with #7E4D65 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7E4D65 on black background.


Color preview on white background

This text has color #7E4D65 on white background.



Black color preview on #7E4D65 background

This text has black color on #7E4D65 background.


White color preview on #7E4D65 background

This text has white color on #7E4D65 background.