COLOR #7E748E

HEX: #7E748E
RGB: (126,116,142)

Color info

#7E748E contains red, green and blue colors in about the same proportion. Web safe color of #7E748E is #666699 (or #669).

RGB color model

#7E748E color RGB value is (126,116,142).

  • red value is 126;
  • green value is 116;
  • blue value is 142.
RGB:
(126,116,142)
(49%,45%,56%)

RGB channels and saturation

R 126 of 255 = 49%
G 116 of 255 = 45%
B 142 of 255 = 56%

126
116
142

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

Portions of RGB colors in percentages

R + G + B =
126 + 116 + 142 = 384 (100%)
R 126 of 384 ~ 32.81%
G 116 of 384 ~ 30.21%
B 142 of 384 ~ 36.98%

%32.81
%30.21
%36.98

CMYK color model

#7E748E color CMYK value is (11,18,0,44).

  • cyan value is 11.27%
  • magenta value is 18.31%
  • yellow value is 0.00%
  • key color value is 44.31%
CMYK:
(11,18,0,44)
C11M18Y0K44 
(11%,18%,0%,44%)
(0.11/0.18/0.00/0.44)	

CMYK percentages

%11.27
%18.31
%0
%44.31

Codes

Color #7E748E in popluar color models

7E748E
RGB126116142
HSL263°10.32%50.59%
HSB/HSV263°18.31%55.69%
CMYK11.27%18.31%0.00%
44.31%

Color #7E748E in popluar number systems.

HEX7E748E
Decimal126116142
Binary1111110111010010001110
Octal176164216

Shades and tints

Shades of #7E748E

#7E748E
(126,116,142)
#736A82
(115,106,130)
#686076
(104,96,118)
#5D566A
(93,86,106)
#524C5E
(82,76,94)
#474252
(71,66,82)
#3C3846
(60,56,70)
#312E3A
(49,46,58)
#26242E
(38,36,46)
#1B1A22
(27,26,34)
#101016
(16,16,22)
#000000
(0,0,0)

Tints of #7E748E

#7E748E
(126,116,142)
#898098
(137,128,152)
#948CA2
(148,140,162)
#9F98AC
(159,152,172)
#AAA4B6
(170,164,182)
#B5B0C0
(181,176,192)
#C0BCCA
(192,188,202)
#CBC8D4
(203,200,212)
#D6D4DE
(214,212,222)
#E1E0E8
(225,224,232)
#ECECF2
(236,236,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7E748E color. Also use rgb(126,116,142) instead hex code.

Text Font Color

.myTextColor { color: #7E748E; }

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

This text font color is #7E748E.


Background Color

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

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

This div background color is #7E748E.


Border color

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

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

This div border color is #7E748E.


Opacity

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

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

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

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

This text has shadow with #7E748E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7E748E on black background.


Color preview on white background

This text has color #7E748E on white background.



Black color preview on #7E748E background

This text has black color on #7E748E background.


White color preview on #7E748E background

This text has white color on #7E748E background.