COLOR #7E7F9C

HEX: #7E7F9C RGB: (126,127,156)

Color info

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

RGB color model

#7E7F9C color RGB value is (126,127,156).

RGB: (126,127,156) (49%, 50%, 61%)

RGB channels and saturation

R 126 of 255 = 49%
G 127 of 255 = 50%
B 156 of 255 = 61%

126
127
156

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

Portions of RGB colors in percentages

R + G + B = 126 + 127 + 156 = 409 (100%)
R 126 of 409 ~ 30.81%
G 127 of 409 ~ 31.05%
B 156 of 409 ~ 38.14'%

%30.81
%31.05
%38.14

CMYK color model

#7E7F9C color CMYK value is (19,19,0,39).

  • cyan value is 19.23%
  • magenta value is 18.59%
  • yellow value is 0.00%
  • key color value is 38.82%

CMYK: (19,19,0,39)
C19M19Y0K39 (19%, 19%, 0%, 39%)
(0.19 / 0.19 / 0.00 / 0.39)

CMYK percentages

%19.23
%18.59
%0
%38.82

Codes

Color #7E7F9C in popluar color models

7E 7F 9C
RGB 126 127 156
HSL 238° 13.16% 55.29%
HSB/HSV 238° 19.23% 61.18%
CMYK 19.23% 18.59% 0.00%
38.82%

Color #7E7F9C in popluar number systems.

HEX 7E 7F 9C
Decimal 126 127 156
Binary 1111110 1111111 10011100
Octal 176 177 234

Shades and tints

Shades of #7E7F9C

#7E7F9C
(126,127,156)
#73748E
(115,116,142)
#686980
(104,105,128)
#5D5E72
(93,94,114)
#525364
(82,83,100)
#474856
(71,72,86)
#3C3D48
(60,61,72)
#31323A
(49,50,58)
#26272C
(38,39,44)
#1B1C1E
(27,28,30)
#101110
(16,17,16)
#000000
(0,0,0)

Tints of #7E7F9C

#7E7F9C
(126,127,156)
#898AA5
(137,138,165)
#9495AE
(148,149,174)
#9FA0B7
(159,160,183)
#AAABC0
(170,171,192)
#B5B6C9
(181,182,201)
#C0C1D2
(192,193,210)
#CBCCDB
(203,204,219)
#D6D7E4
(214,215,228)
#E1E2ED
(225,226,237)
#ECEDF6
(236,237,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7E7F9C color. Also use rgb(126,127,156) instead hex code.

Text Font Color

.myTextColor { color: #7E7F9C; }

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

This text font color is #7E7F9C.

Background Color

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

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

This div background color is #7E7F9C.

Border color

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

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

This div border color is #7E7F9C.

Opacity

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

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

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

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

This text has shadow with #7E7F9C color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #7E7F9C.

Preview

Color preview on black background

This text has color #7E7F9C on black background.


Color preview on white background

This text has color #7E7F9C on white background.


Black color preview on #7E7F9C background

This text has black color on #7E7F9C background.


White color preview on #7E7F9C background

This text has white color on #7E7F9C background.


Related colors

Complementary color

Complementary color for #hex is #818063.


I love getcolorcode.com

Triadic colors

1 #9C7E7F and #7F9C7E with #7E7F9C are triadic colors.

2 #9C7F7E and #7F7E9C with #7E7F9C are triadic colors.