COLOR #7E738E

HEX: #7E738E
RGB: (126,115,142)

Color info

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

RGB color model

#7E738E color RGB value is (126,115,142).

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

RGB channels and saturation

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

126
115
142

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

Portions of RGB colors in percentages

R + G + B =
126 + 115 + 142 = 383 (100%)
R 126 of 383 ~ 32.9%
G 115 of 383 ~ 30.03%
B 142 of 383 ~ 37.08%

%32.9
%30.03
%37.08

CMYK color model

#7E738E color CMYK value is (11,19,0,44).

  • cyan value is 11.27%
  • magenta value is 19.01%
  • yellow value is 0.00%
  • key color value is 44.31%
CMYK:
(11,19,0,44)
C11M19Y0K44 
(11%,19%,0%,44%)
(0.11/0.19/0.00/0.44)	

CMYK percentages

%11.27
%19.01
%0
%44.31

Codes

Color #7E738E in popluar color models

7E738E
RGB126115142
HSL264°10.67%50.39%
HSB/HSV264°19.01%55.69%
CMYK11.27%19.01%0.00%
44.31%

Color #7E738E in popluar number systems.

HEX7E738E
Decimal126115142
Binary1111110111001110001110
Octal176163216

Shades and tints

Shades of #7E738E

#7E738E
(126,115,142)
#736982
(115,105,130)
#685F76
(104,95,118)
#5D556A
(93,85,106)
#524B5E
(82,75,94)
#474152
(71,65,82)
#3C3746
(60,55,70)
#312D3A
(49,45,58)
#26232E
(38,35,46)
#1B1922
(27,25,34)
#100F16
(16,15,22)
#000000
(0,0,0)

Tints of #7E738E

#7E738E
(126,115,142)
#897F98
(137,127,152)
#948BA2
(148,139,162)
#9F97AC
(159,151,172)
#AAA3B6
(170,163,182)
#B5AFC0
(181,175,192)
#C0BBCA
(192,187,202)
#CBC7D4
(203,199,212)
#D6D3DE
(214,211,222)
#E1DFE8
(225,223,232)
#ECEBF2
(236,235,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7E738E; }

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

This text font color is #7E738E.


Background Color

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

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

This div background color is #7E738E.


Border color

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

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

This div border color is #7E738E.


Opacity

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

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

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

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

This text has shadow with #7E738E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7E738E on black background.


Color preview on white background

This text has color #7E738E on white background.



Black color preview on #7E738E background

This text has black color on #7E738E background.


White color preview on #7E738E background

This text has white color on #7E738E background.