COLOR #7E637F

HEX: #7E637F
RGB: (126,99,127)

Color info

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

RGB color model

#7E637F color RGB value is (126,99,127).

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

RGB channels and saturation

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

126
99
127

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

Portions of RGB colors in percentages

R + G + B =
126 + 99 + 127 = 352 (100%)
R 126 of 352 ~ 35.8%
G 99 of 352 ~ 28.13%
B 127 of 352 ~ 36.08%

%35.8
%28.13
%36.08

CMYK color model

#7E637F color CMYK value is (1,22,0,50).

  • cyan value is 0.79%
  • magenta value is 22.05%
  • yellow value is 0.00%
  • key color value is 50.20%
CMYK:
(1,22,0,50)
C1M22Y0K50 
(1%,22%,0%,50%)
(0.01/0.22/0.00/0.50)	

CMYK percentages

%0.79
%22.05
%0
%50.2

Codes

Color #7E637F in popluar color models

7E637F
RGB12699127
HSL298°12.39%44.31%
HSB/HSV298°22.05%49.80%
CMYK0.79%22.05%0.00%
50.20%

Color #7E637F in popluar number systems.

HEX7E637F
Decimal12699127
Binary111111011000111111111
Octal176143177

Shades and tints

Shades of #7E637F

#7E637F
(126,99,127)
#735A74
(115,90,116)
#685169
(104,81,105)
#5D485E
(93,72,94)
#523F53
(82,63,83)
#473648
(71,54,72)
#3C2D3D
(60,45,61)
#312432
(49,36,50)
#261B27
(38,27,39)
#1B121C
(27,18,28)
#100911
(16,9,17)
#000000
(0,0,0)

Tints of #7E637F

#7E637F
(126,99,127)
#89718A
(137,113,138)
#947F95
(148,127,149)
#9F8DA0
(159,141,160)
#AA9BAB
(170,155,171)
#B5A9B6
(181,169,182)
#C0B7C1
(192,183,193)
#CBC5CC
(203,197,204)
#D6D3D7
(214,211,215)
#E1E1E2
(225,225,226)
#ECEFED
(236,239,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7E637F; }

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

This text font color is #7E637F.


Background Color

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

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

This div background color is #7E637F.


Border color

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

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

This div border color is #7E637F.


Opacity

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

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

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

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

This text has shadow with #7E637F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7E637F on black background.


Color preview on white background

This text has color #7E637F on white background.



Black color preview on #7E637F background

This text has black color on #7E637F background.


White color preview on #7E637F background

This text has white color on #7E637F background.