COLOR #7E799A

HEX: #7E799A
RGB: (126,121,154)

Color info

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

RGB color model

#7E799A color RGB value is (126,121,154).

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

RGB channels and saturation

R 126 of 255 = 49%
G 121 of 255 = 47%
B 154 of 255 = 60%

126
121
154

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

Portions of RGB colors in percentages

R + G + B =
126 + 121 + 154 = 401 (100%)
R 126 of 401 ~ 31.42%
G 121 of 401 ~ 30.17%
B 154 of 401 ~ 38.4%

%31.42
%30.17
%38.4

CMYK color model

#7E799A color CMYK value is (18,21,0,40).

  • cyan value is 18.18%
  • magenta value is 21.43%
  • yellow value is 0.00%
  • key color value is 39.61%
CMYK:
(18,21,0,40)
C18M21Y0K40 
(18%,21%,0%,40%)
(0.18/0.21/0.00/0.40)	

CMYK percentages

%18.18
%21.43
%0
%39.61

Codes

Color #7E799A in popluar color models

7E799A
RGB126121154
HSL249°14.04%53.92%
HSB/HSV249°21.43%60.39%
CMYK18.18%21.43%0.00%
39.61%

Color #7E799A in popluar number systems.

HEX7E799A
Decimal126121154
Binary1111110111100110011010
Octal176171232

Shades and tints

Shades of #7E799A

#7E799A
(126,121,154)
#736E8C
(115,110,140)
#68637E
(104,99,126)
#5D5870
(93,88,112)
#524D62
(82,77,98)
#474254
(71,66,84)
#3C3746
(60,55,70)
#312C38
(49,44,56)
#26212A
(38,33,42)
#1B161C
(27,22,28)
#100B0E
(16,11,14)
#000000
(0,0,0)

Tints of #7E799A

#7E799A
(126,121,154)
#8985A3
(137,133,163)
#9491AC
(148,145,172)
#9F9DB5
(159,157,181)
#AAA9BE
(170,169,190)
#B5B5C7
(181,181,199)
#C0C1D0
(192,193,208)
#CBCDD9
(203,205,217)
#D6D9E2
(214,217,226)
#E1E5EB
(225,229,235)
#ECF1F4
(236,241,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7E799A; }

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

This text font color is #7E799A.


Background Color

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

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

This div background color is #7E799A.


Border color

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

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

This div border color is #7E799A.


Opacity

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

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

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

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

This text has shadow with #7E799A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7E799A on black background.


Color preview on white background

This text has color #7E799A on white background.



Black color preview on #7E799A background

This text has black color on #7E799A background.


White color preview on #7E799A background

This text has white color on #7E799A background.