COLOR #7E8790

HEX: #7E8790 RGB: (126,135,144)

Color info

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

RGB color model

#7E8790 color RGB value is (126,135,144).

RGB: (126,135,144) (49%, 53%, 56%)

RGB channels and saturation

R 126 of 255 = 49%
G 135 of 255 = 53%
B 144 of 255 = 56%

126
135
144

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

Portions of RGB colors in percentages

R + G + B = 126 + 135 + 144 = 405 (100%)
R 126 of 405 ~ 31.11%
G 135 of 405 ~ 33.33%
B 144 of 405 ~ 35.56'%

%31.11
%33.33
%35.56

CMYK color model

#7E8790 color CMYK value is (13,6,0,44).

  • cyan value is 12.50%
  • magenta value is 6.25%
  • yellow value is 0.00%
  • key color value is 43.53%

CMYK: (13,6,0,44)
C13M6Y0K44 (13%, 6%, 0%, 44%)
(0.13 / 0.06 / 0.00 / 0.44)

CMYK percentages

%12.5
%6.25
%0
%43.53

Codes

Color #7E8790 in popluar color models

7E 87 90
RGB 126 135 144
HSL 210° 7.50% 52.94%
HSB/HSV 210° 12.50% 56.47%
CMYK 12.50% 6.25% 0.00%
43.53%

Color #7E8790 in popluar number systems.

HEX 7E 87 90
Decimal 126 135 144
Binary 1111110 10000111 10010000
Octal 176 207 220

Shades and tints

Shades of #7E8790

#7E8790
(126,135,144)
#737B83
(115,123,131)
#686F76
(104,111,118)
#5D6369
(93,99,105)
#52575C
(82,87,92)
#474B4F
(71,75,79)
#3C3F42
(60,63,66)
#313335
(49,51,53)
#262728
(38,39,40)
#1B1B1B
(27,27,27)
#100F0E
(16,15,14)
#000000
(0,0,0)

Tints of #7E8790

#7E8790
(126,135,144)
#89919A
(137,145,154)
#949BA4
(148,155,164)
#9FA5AE
(159,165,174)
#AAAFB8
(170,175,184)
#B5B9C2
(181,185,194)
#C0C3CC
(192,195,204)
#CBCDD6
(203,205,214)
#D6D7E0
(214,215,224)
#E1E1EA
(225,225,234)
#ECEBF4
(236,235,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7E8790; }

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

This text font color is #7E8790.

Background Color

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

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

This div background color is #7E8790.

Border color

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

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

This div border color is #7E8790.

Opacity

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

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

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

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

This text has shadow with #7E8790 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #7E8790.

Preview

Color preview on black background

This text has color #7E8790 on black background.


Color preview on white background

This text has color #7E8790 on white background.


Black color preview on #7E8790 background

This text has black color on #7E8790 background.


White color preview on #7E8790 background

This text has white color on #7E8790 background.


Related colors

Complementary color

Complementary color for #hex is #81786F.


I love getcolorcode.com

Triadic colors

1 #907E87 and #87907E with #7E8790 are triadic colors.

2 #90877E and #877E90 with #7E8790 are triadic colors.