COLOR #7E778B

HEX: #7E778B RGB: (126,119,139)

Color info

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

RGB color model

#7E778B color RGB value is (126,119,139).

RGB: (126,119,139) (49%, 47%, 55%)

RGB channels and saturation

R 126 of 255 = 49%
G 119 of 255 = 47%
B 139 of 255 = 55%

126
119
139

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

Portions of RGB colors in percentages

R + G + B = 126 + 119 + 139 = 384 (100%)
R 126 of 384 ~ 32.81%
G 119 of 384 ~ 30.99%
B 139 of 384 ~ 36.2'%

%32.81
%30.99
%36.2

CMYK color model

#7E778B color CMYK value is (9,14,0,45).

  • cyan value is 9.35%
  • magenta value is 14.39%
  • yellow value is 0.00%
  • key color value is 45.49%

CMYK: (9,14,0,45)
C9M14Y0K45 (9%, 14%, 0%, 45%)
(0.09 / 0.14 / 0.00 / 0.45)

CMYK percentages

%9.35
%14.39
%0
%45.49

Codes

Color #7E778B in popluar color models

7E 77 8B
RGB 126 119 139
HSL 261° 7.94% 50.59%
HSB/HSV 261° 14.39% 54.51%
CMYK 9.35% 14.39% 0.00%
45.49%

Color #7E778B in popluar number systems.

HEX 7E 77 8B
Decimal 126 119 139
Binary 1111110 1110111 10001011
Octal 176 167 213

Shades and tints

Shades of #7E778B

#7E778B
(126,119,139)
#736D7F
(115,109,127)
#686373
(104,99,115)
#5D5967
(93,89,103)
#524F5B
(82,79,91)
#47454F
(71,69,79)
#3C3B43
(60,59,67)
#313137
(49,49,55)
#26272B
(38,39,43)
#1B1D1F
(27,29,31)
#101313
(16,19,19)
#000000
(0,0,0)

Tints of #7E778B

#7E778B
(126,119,139)
#898395
(137,131,149)
#948F9F
(148,143,159)
#9F9BA9
(159,155,169)
#AAA7B3
(170,167,179)
#B5B3BD
(181,179,189)
#C0BFC7
(192,191,199)
#CBCBD1
(203,203,209)
#D6D7DB
(214,215,219)
#E1E3E5
(225,227,229)
#ECEFEF
(236,239,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7E778B color. Also use rgb(126,119,139) instead hex code.

Text Font Color

.myTextColor { color: #7E778B; }

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

This text font color is #7E778B.

Background Color

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

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

This div background color is #7E778B.

Border color

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

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

This div border color is #7E778B.

Opacity

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

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

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

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

This text has shadow with #7E778B color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #7E778B.

Preview

Color preview on black background

This text has color #7E778B on black background.


Color preview on white background

This text has color #7E778B on white background.


Black color preview on #7E778B background

This text has black color on #7E778B background.


White color preview on #7E778B background

This text has white color on #7E778B background.


Related colors

Complementary color

Complementary color for #hex is #818874.


I love getcolorcode.com

Triadic colors

1 #8B7E77 and #778B7E with #7E778B are triadic colors.

2 #8B777E and #777E8B with #7E778B are triadic colors.