COLOR #7E788D

HEX: #7E788D RGB: (126,120,141)

Color info

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

RGB color model

#7E788D color RGB value is (126,120,141).

RGB: (126,120,141) (49%, 47%, 55%)

RGB channels and saturation

R 126 of 255 = 49%
G 120 of 255 = 47%
B 141 of 255 = 55%

126
120
141

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

Portions of RGB colors in percentages

R + G + B = 126 + 120 + 141 = 387 (100%)
R 126 of 387 ~ 32.56%
G 120 of 387 ~ 31.01%
B 141 of 387 ~ 36.43'%

%32.56
%31.01
%36.43

CMYK color model

#7E788D color CMYK value is (11,15,0,45).

  • cyan value is 10.64%
  • magenta value is 14.89%
  • yellow value is 0.00%
  • key color value is 44.71%
CMYK: (11,15,0,45) C11M15Y0K45 (11%,15%,0%,45%) (0.11/0.15/0.00/0.45) 

CMYK percentages

%10.64
%14.89
%0
%44.71

Codes

Color #7E788D in popluar color models

7E 78 8D
RGB 126 120 141
HSL 257° 8.43% 51.18%
HSB/HSV 257° 14.89% 55.29%
CMYK 10.64% 14.89% 0.00%
44.71%

Color #7E788D in popluar number systems.

HEX 7E 78 8D
Decimal 126 120 141
Binary 1111110 1111000 10001101
Octal 176 170 215

Shades and tints

Shades of #7E788D

#7E788D
(126,120,141)
#736E81
(115,110,129)
#686475
(104,100,117)
#5D5A69
(93,90,105)
#52505D
(82,80,93)
#474651
(71,70,81)
#3C3C45
(60,60,69)
#313239
(49,50,57)
#26282D
(38,40,45)
#1B1E21
(27,30,33)
#101415
(16,20,21)
#000000
(0,0,0)

Tints of #7E788D

#7E788D
(126,120,141)
#898497
(137,132,151)
#9490A1
(148,144,161)
#9F9CAB
(159,156,171)
#AAA8B5
(170,168,181)
#B5B4BF
(181,180,191)
#C0C0C9
(192,192,201)
#CBCCD3
(203,204,211)
#D6D8DD
(214,216,221)
#E1E4E7
(225,228,231)
#ECF0F1
(236,240,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7E788D; }

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

This text font color is #7E788D.

Background Color

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

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

This div background color is #7E788D.

Border color

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

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

This div border color is #7E788D.

Opacity

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

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

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

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

This text has shadow with #7E788D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #7E788D.

Preview

Color preview on black background

This text has color #7E788D on black background.


Color preview on white background

This text has color #7E788D on white background.


Black color preview on #7E788D background

This text has black color on #7E788D background.


White color preview on #7E788D background

This text has white color on #7E788D background.


Related colors

Complementary color

Complementary color for #hex is #818772.


I love getcolorcode.com

Triadic colors

1 #8D7E78 and #788D7E with #7E788D are triadic colors.

2 #8D787E and #787E8D with #7E788D are triadic colors.