COLOR #7E799D

HEX: #7E799D
RGB: (126,121,157)

Color info

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

RGB color model

#7E799D color RGB value is (126,121,157).

  • red value is 126;
  • green value is 121;
  • blue value is 157.
RGB:
(126,121,157)
(49%,47%,62%)

RGB channels and saturation

R 126 of 255 = 49%
G 121 of 255 = 47%
B 157 of 255 = 62%

126
121
157

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

Portions of RGB colors in percentages

R + G + B =
126 + 121 + 157 = 404 (100%)
R 126 of 404 ~ 31.19%
G 121 of 404 ~ 29.95%
B 157 of 404 ~ 38.86%

%31.19
%29.95
%38.86

CMYK color model

#7E799D color CMYK value is (20,23,0,38).

  • cyan value is 19.75%
  • magenta value is 22.93%
  • yellow value is 0.00%
  • key color value is 38.43%
CMYK:
(20,23,0,38)
C20M23Y0K38 
(20%,23%,0%,38%)
(0.20/0.23/0.00/0.38)	

CMYK percentages

%19.75
%22.93
%0
%38.43

Codes

Color #7E799D in popluar color models

7E799D
RGB126121157
HSL248°15.52%54.51%
HSB/HSV248°22.93%61.57%
CMYK19.75%22.93%0.00%
38.43%

Color #7E799D in popluar number systems.

HEX7E799D
Decimal126121157
Binary1111110111100110011101
Octal176171235

Shades and tints

Shades of #7E799D

#7E799D
(126,121,157)
#736E8F
(115,110,143)
#686381
(104,99,129)
#5D5873
(93,88,115)
#524D65
(82,77,101)
#474257
(71,66,87)
#3C3749
(60,55,73)
#312C3B
(49,44,59)
#26212D
(38,33,45)
#1B161F
(27,22,31)
#100B11
(16,11,17)
#000000
(0,0,0)

Tints of #7E799D

#7E799D
(126,121,157)
#8985A5
(137,133,165)
#9491AD
(148,145,173)
#9F9DB5
(159,157,181)
#AAA9BD
(170,169,189)
#B5B5C5
(181,181,197)
#C0C1CD
(192,193,205)
#CBCDD5
(203,205,213)
#D6D9DD
(214,217,221)
#E1E5E5
(225,229,229)
#ECF1ED
(236,241,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7E799D color. Also use rgb(126,121,157) instead hex code.

Text Font Color

.myTextColor { color: #7E799D; }

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

This text font color is #7E799D.


Background Color

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

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

This div background color is #7E799D.


Border color

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

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

This div border color is #7E799D.


Opacity

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

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

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

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

This text has shadow with #7E799D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7E799D on black background.


Color preview on white background

This text has color #7E799D on white background.



Black color preview on #7E799D background

This text has black color on #7E799D background.


White color preview on #7E799D background

This text has white color on #7E799D background.