COLOR #7E758D

HEX: #7E758D
RGB: (126,117,141)

Color info

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

RGB color model

#7E758D color RGB value is (126,117,141).

  • red value is 126;
  • green value is 117;
  • blue value is 141.
RGB:
(126,117,141)
(49%,46%,55%)

RGB channels and saturation

R 126 of 255 = 49%
G 117 of 255 = 46%
B 141 of 255 = 55%

126
117
141

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

Portions of RGB colors in percentages

R + G + B =
126 + 117 + 141 = 384 (100%)
R 126 of 384 ~ 32.81%
G 117 of 384 ~ 30.47%
B 141 of 384 ~ 36.72%

%32.81
%30.47
%36.72

CMYK color model

#7E758D color CMYK value is (11,17,0,45).

  • cyan value is 10.64%
  • magenta value is 17.02%
  • yellow value is 0.00%
  • key color value is 44.71%
CMYK:
(11,17,0,45)
C11M17Y0K45 
(11%,17%,0%,45%)
(0.11/0.17/0.00/0.45)	

CMYK percentages

%10.64
%17.02
%0
%44.71

Codes

Color #7E758D in popluar color models

7E758D
RGB126117141
HSL263°9.52%50.59%
HSB/HSV263°17.02%55.29%
CMYK10.64%17.02%0.00%
44.71%

Color #7E758D in popluar number systems.

HEX7E758D
Decimal126117141
Binary1111110111010110001101
Octal176165215

Shades and tints

Shades of #7E758D

#7E758D
(126,117,141)
#736B81
(115,107,129)
#686175
(104,97,117)
#5D5769
(93,87,105)
#524D5D
(82,77,93)
#474351
(71,67,81)
#3C3945
(60,57,69)
#312F39
(49,47,57)
#26252D
(38,37,45)
#1B1B21
(27,27,33)
#101115
(16,17,21)
#000000
(0,0,0)

Tints of #7E758D

#7E758D
(126,117,141)
#898197
(137,129,151)
#948DA1
(148,141,161)
#9F99AB
(159,153,171)
#AAA5B5
(170,165,181)
#B5B1BF
(181,177,191)
#C0BDC9
(192,189,201)
#CBC9D3
(203,201,211)
#D6D5DD
(214,213,221)
#E1E1E7
(225,225,231)
#ECEDF1
(236,237,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7E758D color. Also use rgb(126,117,141) instead hex code.

Text Font Color

.myTextColor { color: #7E758D; }

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

This text font color is #7E758D.


Background Color

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

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

This div background color is #7E758D.


Border color

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

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

This div border color is #7E758D.


Opacity

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

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

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

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

This text has shadow with #7E758D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7E758D on black background.


Color preview on white background

This text has color #7E758D on white background.



Black color preview on #7E758D background

This text has black color on #7E758D background.


White color preview on #7E758D background

This text has white color on #7E758D background.