COLOR #7E7988

HEX: #7E7988 RGB: (126,121,136)

Color info

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

RGB color model

#7E7988 color RGB value is (126,121,136).

RGB: (126,121,136) (49%, 47%, 53%)

RGB channels and saturation

R 126 of 255 = 49%
G 121 of 255 = 47%
B 136 of 255 = 53%

126
121
136

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

Portions of RGB colors in percentages

R + G + B = 126 + 121 + 136 = 383 (100%)
R 126 of 383 ~ 32.9%
G 121 of 383 ~ 31.59%
B 136 of 383 ~ 35.51'%

%32.9
%31.59
%35.51

CMYK color model

#7E7988 color CMYK value is (7,11,0,47).

  • cyan value is 7.35%
  • magenta value is 11.03%
  • yellow value is 0.00%
  • key color value is 46.67%

CMYK: (7,11,0,47)
C7M11Y0K47 (7%, 11%, 0%, 47%)
(0.07 / 0.11 / 0.00 / 0.47)

CMYK percentages

%7.35
%11.03
%0
%46.67

Codes

Color #7E7988 in popluar color models

7E 79 88
RGB 126 121 136
HSL 260° 5.93% 50.39%
HSB/HSV 260° 11.03% 53.33%
CMYK 7.35% 11.03% 0.00%
46.67%

Color #7E7988 in popluar number systems.

HEX 7E 79 88
Decimal 126 121 136
Binary 1111110 1111001 10001000
Octal 176 171 210

Shades and tints

Shades of #7E7988

#7E7988
(126,121,136)
#736E7C
(115,110,124)
#686370
(104,99,112)
#5D5864
(93,88,100)
#524D58
(82,77,88)
#47424C
(71,66,76)
#3C3740
(60,55,64)
#312C34
(49,44,52)
#262128
(38,33,40)
#1B161C
(27,22,28)
#100B10
(16,11,16)
#000000
(0,0,0)

Tints of #7E7988

#7E7988
(126,121,136)
#898592
(137,133,146)
#94919C
(148,145,156)
#9F9DA6
(159,157,166)
#AAA9B0
(170,169,176)
#B5B5BA
(181,181,186)
#C0C1C4
(192,193,196)
#CBCDCE
(203,205,206)
#D6D9D8
(214,217,216)
#E1E5E2
(225,229,226)
#ECF1EC
(236,241,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7E7988; }

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

This text font color is #7E7988.

Background Color

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

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

This div background color is #7E7988.

Border color

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

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

This div border color is #7E7988.

Opacity

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

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

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

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

This text has shadow with #7E7988 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #7E7988.

Preview

Color preview on black background

This text has color #7E7988 on black background.


Color preview on white background

This text has color #7E7988 on white background.


Black color preview on #7E7988 background

This text has black color on #7E7988 background.


White color preview on #7E7988 background

This text has white color on #7E7988 background.


Related colors

Complementary color

Complementary color for #hex is #818677.


I love getcolorcode.com

Triadic colors

1 #887E79 and #79887E with #7E7988 are triadic colors.

2 #88797E and #797E88 with #7E7988 are triadic colors.