COLOR #7E8778

HEX: #7E8778 RGB: (126,135,120)

Color info

#7E8778 contains red, green and blue colors in about the same proportion. Web safe color of #7E8778 is #669966 (or #696).

RGB color model

#7E8778 color RGB value is (126,135,120).

RGB: (126,135,120) (49%, 53%, 47%)

RGB channels and saturation

R 126 of 255 = 49%
G 135 of 255 = 53%
B 120 of 255 = 47%

126
135
120

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

Portions of RGB colors in percentages

R + G + B = 126 + 135 + 120 = 381 (100%)
R 126 of 381 ~ 33.07%
G 135 of 381 ~ 35.43%
B 120 of 381 ~ 31.5'%

%33.07
%35.43
%31.5

CMYK color model

#7E8778 color CMYK value is (7,0,11,47).

  • cyan value is 6.67%
  • magenta value is 0.00%
  • yellow value is 11.11%
  • key color value is 47.06%
CMYK: (7,0,11,47) C7M0Y11K47 (7%,0%,11%,47%) (0.07/0.00/0.11/0.47) 

CMYK percentages

%6.67
%0
%11.11
%47.06

Codes

Color #7E8778 in popluar color models

7E 87 78
RGB 126 135 120
HSL 96° 5.88% 50.00%
HSB/HSV 96° 11.11% 52.94%
CMYK 6.67% 0.00% 11.11%
47.06%

Color #7E8778 in popluar number systems.

HEX 7E 87 78
Decimal 126 135 120
Binary 1111110 10000111 1111000
Octal 176 207 170

Shades and tints

Shades of #7E8778

#7E8778
(126,135,120)
#737B6E
(115,123,110)
#686F64
(104,111,100)
#5D635A
(93,99,90)
#525750
(82,87,80)
#474B46
(71,75,70)
#3C3F3C
(60,63,60)
#313332
(49,51,50)
#262728
(38,39,40)
#1B1B1E
(27,27,30)
#100F14
(16,15,20)
#000000
(0,0,0)

Tints of #7E8778

#7E8778
(126,135,120)
#899184
(137,145,132)
#949B90
(148,155,144)
#9FA59C
(159,165,156)
#AAAFA8
(170,175,168)
#B5B9B4
(181,185,180)
#C0C3C0
(192,195,192)
#CBCDCC
(203,205,204)
#D6D7D8
(214,215,216)
#E1E1E4
(225,225,228)
#ECEBF0
(236,235,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7E8778; }

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

This text font color is #7E8778.

Background Color

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

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

This div background color is #7E8778.

Border color

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

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

This div border color is #7E8778.

Opacity

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

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

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

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

This text has shadow with #7E8778 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #7E8778.

Preview

Color preview on black background

This text has color #7E8778 on black background.


Color preview on white background

This text has color #7E8778 on white background.


Black color preview on #7E8778 background

This text has black color on #7E8778 background.


White color preview on #7E8778 background

This text has white color on #7E8778 background.


Related colors

Complementary color

Complementary color for #hex is #817887.


I love getcolorcode.com

Triadic colors

1 #787E87 and #87787E with #7E8778 are triadic colors.

2 #78877E and #877E78 with #7E8778 are triadic colors.