COLOR #7E8786

HEX: #7E8786 RGB: (126,135,134)

Color info

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

RGB color model

#7E8786 color RGB value is (126,135,134).

RGB: (126,135,134) (49%, 53%, 53%)

RGB channels and saturation

R 126 of 255 = 49%
G 135 of 255 = 53%
B 134 of 255 = 53%

126
135
134

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

Portions of RGB colors in percentages

R + G + B = 126 + 135 + 134 = 395 (100%)
R 126 of 395 ~ 31.9%
G 135 of 395 ~ 34.18%
B 134 of 395 ~ 33.92'%

%31.9
%34.18
%33.92

CMYK color model

#7E8786 color CMYK value is (7,0,1,47).

  • cyan value is 6.67%
  • magenta value is 0.00%
  • yellow value is 0.74%
  • key color value is 47.06%

CMYK: (7,0,1,47)
C7M0Y1K47 (7%, 0%, 1%, 47%)
(0.07 / 0.00 / 0.01 / 0.47)

CMYK percentages

%6.67
%0
%0.74
%47.06

Codes

Color #7E8786 in popluar color models

7E 87 86
RGB 126 135 134
HSL 173° 3.61% 51.18%
HSB/HSV 173° 6.67% 52.94%
CMYK 6.67% 0.00% 0.74%
47.06%

Color #7E8786 in popluar number systems.

HEX 7E 87 86
Decimal 126 135 134
Binary 1111110 10000111 10000110
Octal 176 207 206

Shades and tints

Shades of #7E8786

#7E8786
(126,135,134)
#737B7A
(115,123,122)
#686F6E
(104,111,110)
#5D6362
(93,99,98)
#525756
(82,87,86)
#474B4A
(71,75,74)
#3C3F3E
(60,63,62)
#313332
(49,51,50)
#262726
(38,39,38)
#1B1B1A
(27,27,26)
#100F0E
(16,15,14)
#000000
(0,0,0)

Tints of #7E8786

#7E8786
(126,135,134)
#899191
(137,145,145)
#949B9C
(148,155,156)
#9FA5A7
(159,165,167)
#AAAFB2
(170,175,178)
#B5B9BD
(181,185,189)
#C0C3C8
(192,195,200)
#CBCDD3
(203,205,211)
#D6D7DE
(214,215,222)
#E1E1E9
(225,225,233)
#ECEBF4
(236,235,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7E8786; }

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

This text font color is #7E8786.

Background Color

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

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

This div background color is #7E8786.

Border color

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

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

This div border color is #7E8786.

Opacity

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

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

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

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

This text has shadow with #7E8786 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #7E8786.

Preview

Color preview on black background

This text has color #7E8786 on black background.


Color preview on white background

This text has color #7E8786 on white background.


Black color preview on #7E8786 background

This text has black color on #7E8786 background.


White color preview on #7E8786 background

This text has white color on #7E8786 background.


Related colors

Complementary color

Complementary color for #hex is #817879.


I love getcolorcode.com

Triadic colors

1 #867E87 and #87867E with #7E8786 are triadic colors.

2 #86877E and #877E86 with #7E8786 are triadic colors.