COLOR #7E7774

HEX: #7E7774 RGB: (126,119,116)

Color info

#7E7774 contains red, green and blue colors in about the same proportion. Web safe color of #7E7774 is #666666 (or #666).

RGB color model

#7E7774 color RGB value is (126,119,116).

RGB: (126,119,116) (49%, 47%, 45%)

RGB channels and saturation

R 126 of 255 = 49%
G 119 of 255 = 47%
B 116 of 255 = 45%

126
119
116

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

Portions of RGB colors in percentages

R + G + B = 126 + 119 + 116 = 361 (100%)
R 126 of 361 ~ 34.9%
G 119 of 361 ~ 32.96%
B 116 of 361 ~ 32.13'%

%34.9
%32.96
%32.13

CMYK color model

#7E7774 color CMYK value is (0,6,8,51).

  • cyan value is 0.00%
  • magenta value is 5.56%
  • yellow value is 7.94%
  • key color value is 50.59%
CMYK: (0,6,8,51) C0M6Y8K51 (0%,6%,8%,51%) (0.00/0.06/0.08/0.51) 

CMYK percentages

%0
%5.56
%7.94
%50.59

Codes

Color #7E7774 in popluar color models

7E 77 74
RGB 126 119 116
HSL 18° 4.13% 47.45%
HSB/HSV 18° 7.94% 49.41%
CMYK 0.00% 5.56% 7.94%
50.59%

Color #7E7774 in popluar number systems.

HEX 7E 77 74
Decimal 126 119 116
Binary 1111110 1110111 1110100
Octal 176 167 164

Shades and tints

Shades of #7E7774

#7E7774
(126,119,116)
#736D6A
(115,109,106)
#686360
(104,99,96)
#5D5956
(93,89,86)
#524F4C
(82,79,76)
#474542
(71,69,66)
#3C3B38
(60,59,56)
#31312E
(49,49,46)
#262724
(38,39,36)
#1B1D1A
(27,29,26)
#101310
(16,19,16)
#000000
(0,0,0)

Tints of #7E7774

#7E7774
(126,119,116)
#898380
(137,131,128)
#948F8C
(148,143,140)
#9F9B98
(159,155,152)
#AAA7A4
(170,167,164)
#B5B3B0
(181,179,176)
#C0BFBC
(192,191,188)
#CBCBC8
(203,203,200)
#D6D7D4
(214,215,212)
#E1E3E0
(225,227,224)
#ECEFEC
(236,239,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7E7774; }

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

This text font color is #7E7774.

Background Color

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

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

This div background color is #7E7774.

Border color

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

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

This div border color is #7E7774.

Opacity

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

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

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

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

This text has shadow with #7E7774 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #7E7774.

Preview

Color preview on black background

This text has color #7E7774 on black background.


Color preview on white background

This text has color #7E7774 on white background.


Black color preview on #7E7774 background

This text has black color on #7E7774 background.


White color preview on #7E7774 background

This text has white color on #7E7774 background.


Related colors

Complementary color

Complementary color for #hex is #81888B.


I love getcolorcode.com

Triadic colors

1 #747E77 and #77747E with #7E7774 are triadic colors.

2 #74777E and #777E74 with #7E7774 are triadic colors.