COLOR #7E8A84

HEX: #7E8A84 RGB: (126,138,132)

Color info

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

RGB color model

#7E8A84 color RGB value is (126,138,132).

RGB: (126,138,132) (49%, 54%, 52%)

RGB channels and saturation

R 126 of 255 = 49%
G 138 of 255 = 54%
B 132 of 255 = 52%

126
138
132

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

Portions of RGB colors in percentages

R + G + B = 126 + 138 + 132 = 396 (100%)
R 126 of 396 ~ 31.82%
G 138 of 396 ~ 34.85%
B 132 of 396 ~ 33.33'%

%31.82
%34.85
%33.33

CMYK color model

#7E8A84 color CMYK value is (9,0,4,46).

  • cyan value is 8.70%
  • magenta value is 0.00%
  • yellow value is 4.35%
  • key color value is 45.88%

CMYK: (9,0,4,46)
C9M0Y4K46 (9%, 0%, 4%, 46%)
(0.09 / 0.00 / 0.04 / 0.46)

CMYK percentages

%8.7
%0
%4.35
%45.88

Codes

Color #7E8A84 in popluar color models

7E 8A 84
RGB 126 138 132
HSL 150° 4.88% 51.76%
HSB/HSV 150° 8.70% 54.12%
CMYK 8.70% 0.00% 4.35%
45.88%

Color #7E8A84 in popluar number systems.

HEX 7E 8A 84
Decimal 126 138 132
Binary 1111110 10001010 10000100
Octal 176 212 204

Shades and tints

Shades of #7E8A84

#7E8A84
(126,138,132)
#737E78
(115,126,120)
#68726C
(104,114,108)
#5D6660
(93,102,96)
#525A54
(82,90,84)
#474E48
(71,78,72)
#3C423C
(60,66,60)
#313630
(49,54,48)
#262A24
(38,42,36)
#1B1E18
(27,30,24)
#10120C
(16,18,12)
#000000
(0,0,0)

Tints of #7E8A84

#7E8A84
(126,138,132)
#89948F
(137,148,143)
#949E9A
(148,158,154)
#9FA8A5
(159,168,165)
#AAB2B0
(170,178,176)
#B5BCBB
(181,188,187)
#C0C6C6
(192,198,198)
#CBD0D1
(203,208,209)
#D6DADC
(214,218,220)
#E1E4E7
(225,228,231)
#ECEEF2
(236,238,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7E8A84 color. Also use rgb(126,138,132) instead hex code.

Text Font Color

.myTextColor { color: #7E8A84; }

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

This text font color is #7E8A84.

Background Color

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

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

This div background color is #7E8A84.

Border color

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

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

This div border color is #7E8A84.

Opacity

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

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

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

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

This text has shadow with #7E8A84 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #7E8A84.

Preview

Color preview on black background

This text has color #7E8A84 on black background.


Color preview on white background

This text has color #7E8A84 on white background.


Black color preview on #7E8A84 background

This text has black color on #7E8A84 background.


White color preview on #7E8A84 background

This text has white color on #7E8A84 background.


Related colors

Complementary color

Complementary color for #hex is #81757B.


I love getcolorcode.com

Triadic colors

1 #847E8A and #8A847E with #7E8A84 are triadic colors.

2 #848A7E and #8A7E84 with #7E8A84 are triadic colors.