COLOR #7E879A

HEX: #7E879A RGB: (126,135,154)

Color info

#7E879A contains red, green and blue colors in about the same proportion. Web safe color of #7E879A is #669999 (or #699).

RGB color model

#7E879A color RGB value is (126,135,154).

RGB: (126,135,154) (49%, 53%, 60%)

RGB channels and saturation

R 126 of 255 = 49%
G 135 of 255 = 53%
B 154 of 255 = 60%

126
135
154

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

Portions of RGB colors in percentages

R + G + B = 126 + 135 + 154 = 415 (100%)
R 126 of 415 ~ 30.36%
G 135 of 415 ~ 32.53%
B 154 of 415 ~ 37.11'%

%30.36
%32.53
%37.11

CMYK color model

#7E879A color CMYK value is (18,12,0,40).

  • cyan value is 18.18%
  • magenta value is 12.34%
  • yellow value is 0.00%
  • key color value is 39.61%

CMYK: (18,12,0,40)
C18M12Y0K40 (18%, 12%, 0%, 40%)
(0.18 / 0.12 / 0.00 / 0.40)

CMYK percentages

%18.18
%12.34
%0
%39.61

Codes

Color #7E879A in popluar color models

7E 87 9A
RGB 126 135 154
HSL 221° 12.17% 54.90%
HSB/HSV 221° 18.18% 60.39%
CMYK 18.18% 12.34% 0.00%
39.61%

Color #7E879A in popluar number systems.

HEX 7E 87 9A
Decimal 126 135 154
Binary 1111110 10000111 10011010
Octal 176 207 232

Shades and tints

Shades of #7E879A

#7E879A
(126,135,154)
#737B8C
(115,123,140)
#686F7E
(104,111,126)
#5D6370
(93,99,112)
#525762
(82,87,98)
#474B54
(71,75,84)
#3C3F46
(60,63,70)
#313338
(49,51,56)
#26272A
(38,39,42)
#1B1B1C
(27,27,28)
#100F0E
(16,15,14)
#000000
(0,0,0)

Tints of #7E879A

#7E879A
(126,135,154)
#8991A3
(137,145,163)
#949BAC
(148,155,172)
#9FA5B5
(159,165,181)
#AAAFBE
(170,175,190)
#B5B9C7
(181,185,199)
#C0C3D0
(192,195,208)
#CBCDD9
(203,205,217)
#D6D7E2
(214,215,226)
#E1E1EB
(225,225,235)
#ECEBF4
(236,235,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7E879A color. Also use rgb(126,135,154) instead hex code.

Text Font Color

.myTextColor { color: #7E879A; }

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

This text font color is #7E879A.

Background Color

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

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

This div background color is #7E879A.

Border color

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

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

This div border color is #7E879A.

Opacity

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

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

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

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

This text has shadow with #7E879A color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #7E879A.

Preview

Color preview on black background

This text has color #7E879A on black background.


Color preview on white background

This text has color #7E879A on white background.


Black color preview on #7E879A background

This text has black color on #7E879A background.


White color preview on #7E879A background

This text has white color on #7E879A background.


Related colors

Complementary color

Complementary color for #hex is #817865.


I love getcolorcode.com

Triadic colors

1 #9A7E87 and #879A7E with #7E879A are triadic colors.

2 #9A877E and #877E9A with #7E879A are triadic colors.