COLOR #7E5868

HEX: #7E5868
RGB: (126,88,104)

Color info

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

RGB color model

#7E5868 color RGB value is (126,88,104).

  • red value is 126;
  • green value is 88;
  • blue value is 104.
RGB:
(126,88,104)
(49%,35%,41%)

RGB channels and saturation

R 126 of 255 = 49%
G 88 of 255 = 35%
B 104 of 255 = 41%

126
88
104

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

Portions of RGB colors in percentages

R + G + B =
126 + 88 + 104 = 318 (100%)
R 126 of 318 ~ 39.62%
G 88 of 318 ~ 27.67%
B 104 of 318 ~ 32.7%

%39.62
%27.67
%32.7

CMYK color model

#7E5868 color CMYK value is (0,30,17,51).

  • cyan value is 0.00%
  • magenta value is 30.16%
  • yellow value is 17.46%
  • key color value is 50.59%
CMYK:
(0,30,17,51)
C0M30Y17K51 
(0%,30%,17%,51%)
(0.00/0.30/0.17/0.51)	

CMYK percentages

%0
%30.16
%17.46
%50.59

Codes

Color #7E5868 in popluar color models

7E5868
RGB12688104
HSL335°17.76%41.96%
HSB/HSV335°30.16%49.41%
CMYK0.00%30.16%17.46%
50.59%

Color #7E5868 in popluar number systems.

HEX7E5868
Decimal12688104
Binary111111010110001101000
Octal176130150

Shades and tints

Shades of #7E5868

#7E5868
(126,88,104)
#73505F
(115,80,95)
#684856
(104,72,86)
#5D404D
(93,64,77)
#523844
(82,56,68)
#47303B
(71,48,59)
#3C2832
(60,40,50)
#312029
(49,32,41)
#261820
(38,24,32)
#1B1017
(27,16,23)
#10080E
(16,8,14)
#000000
(0,0,0)

Tints of #7E5868

#7E5868
(126,88,104)
#896775
(137,103,117)
#947682
(148,118,130)
#9F858F
(159,133,143)
#AA949C
(170,148,156)
#B5A3A9
(181,163,169)
#C0B2B6
(192,178,182)
#CBC1C3
(203,193,195)
#D6D0D0
(214,208,208)
#E1DFDD
(225,223,221)
#ECEEEA
(236,238,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7E5868 color. Also use rgb(126,88,104) instead hex code.

Text Font Color

.myTextColor { color: #7E5868; }

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

This text font color is #7E5868.


Background Color

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

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

This div background color is #7E5868.


Border color

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

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

This div border color is #7E5868.


Opacity

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

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

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

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

This text has shadow with #7E5868 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7E5868 on black background.


Color preview on white background

This text has color #7E5868 on white background.



Black color preview on #7E5868 background

This text has black color on #7E5868 background.


White color preview on #7E5868 background

This text has white color on #7E5868 background.