COLOR #7E5862

HEX: #7E5862
RGB: (126,88,98)

Color info

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

RGB color model

#7E5862 color RGB value is (126,88,98).

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

RGB channels and saturation

R 126 of 255 = 49%
G 88 of 255 = 35%
B 98 of 255 = 38%

126
88
98

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

Portions of RGB colors in percentages

R + G + B =
126 + 88 + 98 = 312 (100%)
R 126 of 312 ~ 40.38%
G 88 of 312 ~ 28.21%
B 98 of 312 ~ 31.41%

%40.38
%28.21
%31.41

CMYK color model

#7E5862 color CMYK value is (0,30,22,51).

  • cyan value is 0.00%
  • magenta value is 30.16%
  • yellow value is 22.22%
  • key color value is 50.59%
CMYK:
(0,30,22,51)
C0M30Y22K51 
(0%,30%,22%,51%)
(0.00/0.30/0.22/0.51)	

CMYK percentages

%0
%30.16
%22.22
%50.59

Codes

Color #7E5862 in popluar color models

7E5862
RGB1268898
HSL344°17.76%41.96%
HSB/HSV344°30.16%49.41%
CMYK0.00%30.16%22.22%
50.59%

Color #7E5862 in popluar number systems.

HEX7E5862
Decimal1268898
Binary111111010110001100010
Octal176130142

Shades and tints

Shades of #7E5862

#7E5862
(126,88,98)
#73505A
(115,80,90)
#684852
(104,72,82)
#5D404A
(93,64,74)
#523842
(82,56,66)
#47303A
(71,48,58)
#3C2832
(60,40,50)
#31202A
(49,32,42)
#261822
(38,24,34)
#1B101A
(27,16,26)
#100812
(16,8,18)
#000000
(0,0,0)

Tints of #7E5862

#7E5862
(126,88,98)
#896770
(137,103,112)
#94767E
(148,118,126)
#9F858C
(159,133,140)
#AA949A
(170,148,154)
#B5A3A8
(181,163,168)
#C0B2B6
(192,178,182)
#CBC1C4
(203,193,196)
#D6D0D2
(214,208,210)
#E1DFE0
(225,223,224)
#ECEEEE
(236,238,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7E5862; }

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

This text font color is #7E5862.


Background Color

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

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

This div background color is #7E5862.


Border color

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

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

This div border color is #7E5862.


Opacity

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

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

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

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

This text has shadow with #7E5862 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7E5862 on black background.


Color preview on white background

This text has color #7E5862 on white background.



Black color preview on #7E5862 background

This text has black color on #7E5862 background.


White color preview on #7E5862 background

This text has white color on #7E5862 background.