COLOR #7E4F65

HEX: #7E4F65 RGB: (126,79,101)

Color info

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

RGB color model

#7E4F65 color RGB value is (126,79,101).

RGB: (126,79,101) (49%, 31%, 40%)

RGB channels and saturation

R 126 of 255 = 49%
G 79 of 255 = 31%
B 101 of 255 = 40%

126
79
101

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

Portions of RGB colors in percentages

R + G + B = 126 + 79 + 101 = 306 (100%)
R 126 of 306 ~ 41.18%
G 79 of 306 ~ 25.82%
B 101 of 306 ~ 33.01'%

%41.18
%25.82
%33.01

CMYK color model

#7E4F65 color CMYK value is (0,37,20,51).

  • cyan value is 0.00%
  • magenta value is 37.30%
  • yellow value is 19.84%
  • key color value is 50.59%

CMYK: (0,37,20,51)
C0M37Y20K51 (0%, 37%, 20%, 51%)
(0.00 / 0.37 / 0.20 / 0.51)

CMYK percentages

%0
%37.3
%19.84
%50.59

Codes

Color #7E4F65 in popluar color models

7E 4F 65
RGB 126 79 101
HSL 332° 22.93% 40.20%
HSB/HSV 332° 37.30% 49.41%
CMYK 0.00% 37.30% 19.84%
50.59%

Color #7E4F65 in popluar number systems.

HEX 7E 4F 65
Decimal 126 79 101
Binary 1111110 1001111 1100101
Octal 176 117 145

Shades and tints

Shades of #7E4F65

#7E4F65
(126,79,101)
#73485C
(115,72,92)
#684153
(104,65,83)
#5D3A4A
(93,58,74)
#523341
(82,51,65)
#472C38
(71,44,56)
#3C252F
(60,37,47)
#311E26
(49,30,38)
#26171D
(38,23,29)
#1B1014
(27,16,20)
#10090B
(16,9,11)
#000000
(0,0,0)

Tints of #7E4F65

#7E4F65
(126,79,101)
#895F73
(137,95,115)
#946F81
(148,111,129)
#9F7F8F
(159,127,143)
#AA8F9D
(170,143,157)
#B59FAB
(181,159,171)
#C0AFB9
(192,175,185)
#CBBFC7
(203,191,199)
#D6CFD5
(214,207,213)
#E1DFE3
(225,223,227)
#ECEFF1
(236,239,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7E4F65; }

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

This text font color is #7E4F65.

Background Color

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

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

This div background color is #7E4F65.

Border color

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

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

This div border color is #7E4F65.

Opacity

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

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

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

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

This text has shadow with #7E4F65 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #7E4F65.

Preview

Color preview on black background

This text has color #7E4F65 on black background.


Color preview on white background

This text has color #7E4F65 on white background.


Black color preview on #7E4F65 background

This text has black color on #7E4F65 background.


White color preview on #7E4F65 background

This text has white color on #7E4F65 background.


Related colors

Complementary color

Complementary color for #hex is #81B09A.


I love getcolorcode.com

Triadic colors

1 #657E4F and #4F657E with #7E4F65 are triadic colors.

2 #654F7E and #4F7E65 with #7E4F65 are triadic colors.