COLOR #7E647F

HEX: #7E647F
RGB: (126,100,127)

Color info

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

RGB color model

#7E647F color RGB value is (126,100,127).

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

RGB channels and saturation

R 126 of 255 = 49%
G 100 of 255 = 39%
B 127 of 255 = 50%

126
100
127

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

Portions of RGB colors in percentages

R + G + B =
126 + 100 + 127 = 353 (100%)
R 126 of 353 ~ 35.69%
G 100 of 353 ~ 28.33%
B 127 of 353 ~ 35.98%

%35.69
%28.33
%35.98

CMYK color model

#7E647F color CMYK value is (1,21,0,50).

  • cyan value is 0.79%
  • magenta value is 21.26%
  • yellow value is 0.00%
  • key color value is 50.20%
CMYK:
(1,21,0,50)
C1M21Y0K50 
(1%,21%,0%,50%)
(0.01/0.21/0.00/0.50)	

CMYK percentages

%0.79
%21.26
%0
%50.2

Codes

Color #7E647F in popluar color models

7E647F
RGB126100127
HSL298°11.89%44.51%
HSB/HSV298°21.26%49.80%
CMYK0.79%21.26%0.00%
50.20%

Color #7E647F in popluar number systems.

HEX7E647F
Decimal126100127
Binary111111011001001111111
Octal176144177

Shades and tints

Shades of #7E647F

#7E647F
(126,100,127)
#735B74
(115,91,116)
#685269
(104,82,105)
#5D495E
(93,73,94)
#524053
(82,64,83)
#473748
(71,55,72)
#3C2E3D
(60,46,61)
#312532
(49,37,50)
#261C27
(38,28,39)
#1B131C
(27,19,28)
#100A11
(16,10,17)
#000000
(0,0,0)

Tints of #7E647F

#7E647F
(126,100,127)
#89728A
(137,114,138)
#948095
(148,128,149)
#9F8EA0
(159,142,160)
#AA9CAB
(170,156,171)
#B5AAB6
(181,170,182)
#C0B8C1
(192,184,193)
#CBC6CC
(203,198,204)
#D6D4D7
(214,212,215)
#E1E2E2
(225,226,226)
#ECF0ED
(236,240,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7E647F; }

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

This text font color is #7E647F.


Background Color

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

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

This div background color is #7E647F.


Border color

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

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

This div border color is #7E647F.


Opacity

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

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

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

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

This text has shadow with #7E647F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7E647F on black background.


Color preview on white background

This text has color #7E647F on white background.



Black color preview on #7E647F background

This text has black color on #7E647F background.


White color preview on #7E647F background

This text has white color on #7E647F background.