COLOR #7E617F

HEX: #7E617F
RGB: (126,97,127)

Color info

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

RGB color model

#7E617F color RGB value is (126,97,127).

  • red value is 126;
  • green value is 97;
  • blue value is 127.
RGB:
(126,97,127)
(49%,38%,50%)

RGB channels and saturation

R 126 of 255 = 49%
G 97 of 255 = 38%
B 127 of 255 = 50%

126
97
127

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

Portions of RGB colors in percentages

R + G + B =
126 + 97 + 127 = 350 (100%)
R 126 of 350 ~ 36%
G 97 of 350 ~ 27.71%
B 127 of 350 ~ 36.29%

%36
%27.71
%36.29

CMYK color model

#7E617F color CMYK value is (1,24,0,50).

  • cyan value is 0.79%
  • magenta value is 23.62%
  • yellow value is 0.00%
  • key color value is 50.20%
CMYK:
(1,24,0,50)
C1M24Y0K50 
(1%,24%,0%,50%)
(0.01/0.24/0.00/0.50)	

CMYK percentages

%0.79
%23.62
%0
%50.2

Codes

Color #7E617F in popluar color models

7E617F
RGB12697127
HSL298°13.39%43.92%
HSB/HSV298°23.62%49.80%
CMYK0.79%23.62%0.00%
50.20%

Color #7E617F in popluar number systems.

HEX7E617F
Decimal12697127
Binary111111011000011111111
Octal176141177

Shades and tints

Shades of #7E617F

#7E617F
(126,97,127)
#735974
(115,89,116)
#685169
(104,81,105)
#5D495E
(93,73,94)
#524153
(82,65,83)
#473948
(71,57,72)
#3C313D
(60,49,61)
#312932
(49,41,50)
#262127
(38,33,39)
#1B191C
(27,25,28)
#101111
(16,17,17)
#000000
(0,0,0)

Tints of #7E617F

#7E617F
(126,97,127)
#896F8A
(137,111,138)
#947D95
(148,125,149)
#9F8BA0
(159,139,160)
#AA99AB
(170,153,171)
#B5A7B6
(181,167,182)
#C0B5C1
(192,181,193)
#CBC3CC
(203,195,204)
#D6D1D7
(214,209,215)
#E1DFE2
(225,223,226)
#ECEDED
(236,237,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7E617F color. Also use rgb(126,97,127) instead hex code.

Text Font Color

.myTextColor { color: #7E617F; }

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

This text font color is #7E617F.


Background Color

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

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

This div background color is #7E617F.


Border color

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

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

This div border color is #7E617F.


Opacity

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

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

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

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

This text has shadow with #7E617F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7E617F on black background.


Color preview on white background

This text has color #7E617F on white background.



Black color preview on #7E617F background

This text has black color on #7E617F background.


White color preview on #7E617F background

This text has white color on #7E617F background.