COLOR #7E5165

HEX: #7E5165
RGB: (126,81,101)

Color info

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

RGB color model

#7E5165 color RGB value is (126,81,101).

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

RGB channels and saturation

R 126 of 255 = 49%
G 81 of 255 = 32%
B 101 of 255 = 40%

126
81
101

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

Portions of RGB colors in percentages

R + G + B =
126 + 81 + 101 = 308 (100%)
R 126 of 308 ~ 40.91%
G 81 of 308 ~ 26.3%
B 101 of 308 ~ 32.79%

%40.91
%26.3
%32.79

CMYK color model

#7E5165 color CMYK value is (0,36,20,51).

  • cyan value is 0.00%
  • magenta value is 35.71%
  • yellow value is 19.84%
  • key color value is 50.59%
CMYK:
(0,36,20,51)
C0M36Y20K51 
(0%,36%,20%,51%)
(0.00/0.36/0.20/0.51)	

CMYK percentages

%0
%35.71
%19.84
%50.59

Codes

Color #7E5165 in popluar color models

7E5165
RGB12681101
HSL333°21.74%40.59%
HSB/HSV333°35.71%49.41%
CMYK0.00%35.71%19.84%
50.59%

Color #7E5165 in popluar number systems.

HEX7E5165
Decimal12681101
Binary111111010100011100101
Octal176121145

Shades and tints

Shades of #7E5165

#7E5165
(126,81,101)
#734A5C
(115,74,92)
#684353
(104,67,83)
#5D3C4A
(93,60,74)
#523541
(82,53,65)
#472E38
(71,46,56)
#3C272F
(60,39,47)
#312026
(49,32,38)
#26191D
(38,25,29)
#1B1214
(27,18,20)
#100B0B
(16,11,11)
#000000
(0,0,0)

Tints of #7E5165

#7E5165
(126,81,101)
#896073
(137,96,115)
#946F81
(148,111,129)
#9F7E8F
(159,126,143)
#AA8D9D
(170,141,157)
#B59CAB
(181,156,171)
#C0ABB9
(192,171,185)
#CBBAC7
(203,186,199)
#D6C9D5
(214,201,213)
#E1D8E3
(225,216,227)
#ECE7F1
(236,231,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7E5165; }

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

This text font color is #7E5165.


Background Color

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

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

This div background color is #7E5165.


Border color

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

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

This div border color is #7E5165.


Opacity

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

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

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

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

This text has shadow with #7E5165 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7E5165 on black background.


Color preview on white background

This text has color #7E5165 on white background.



Black color preview on #7E5165 background

This text has black color on #7E5165 background.


White color preview on #7E5165 background

This text has white color on #7E5165 background.