COLOR #7E8779

HEX: #7E8779
RGB: (126,135,121)

Color info

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

RGB color model

#7E8779 color RGB value is (126,135,121).

  • red value is 126;
  • green value is 135;
  • blue value is 121.
RGB:
(126,135,121)
(49%,53%,47%)

RGB channels and saturation

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

126
135
121

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

Portions of RGB colors in percentages

R + G + B =
126 + 135 + 121 = 382 (100%)
R 126 of 382 ~ 32.98%
G 135 of 382 ~ 35.34%
B 121 of 382 ~ 31.68%

%32.98
%35.34
%31.68

CMYK color model

#7E8779 color CMYK value is (7,0,10,47).

  • cyan value is 6.67%
  • magenta value is 0.00%
  • yellow value is 10.37%
  • key color value is 47.06%
CMYK:
(7,0,10,47)
C7M0Y10K47 
(7%,0%,10%,47%)
(0.07/0.00/0.10/0.47)	

CMYK percentages

%6.67
%0
%10.37
%47.06

Codes

Color #7E8779 in popluar color models

7E8779
RGB126135121
HSL99°5.51%50.20%
HSB/HSV99°10.37%52.94%
CMYK6.67%0.00%10.37%
47.06%

Color #7E8779 in popluar number systems.

HEX7E8779
Decimal126135121
Binary1111110100001111111001
Octal176207171

Shades and tints

Shades of #7E8779

#7E8779
(126,135,121)
#737B6E
(115,123,110)
#686F63
(104,111,99)
#5D6358
(93,99,88)
#52574D
(82,87,77)
#474B42
(71,75,66)
#3C3F37
(60,63,55)
#31332C
(49,51,44)
#262721
(38,39,33)
#1B1B16
(27,27,22)
#100F0B
(16,15,11)
#000000
(0,0,0)

Tints of #7E8779

#7E8779
(126,135,121)
#899185
(137,145,133)
#949B91
(148,155,145)
#9FA59D
(159,165,157)
#AAAFA9
(170,175,169)
#B5B9B5
(181,185,181)
#C0C3C1
(192,195,193)
#CBCDCD
(203,205,205)
#D6D7D9
(214,215,217)
#E1E1E5
(225,225,229)
#ECEBF1
(236,235,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7E8779; }

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

This text font color is #7E8779.


Background Color

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

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

This div background color is #7E8779.


Border color

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

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

This div border color is #7E8779.


Opacity

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

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

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

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

This text has shadow with #7E8779 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7E8779 on black background.


Color preview on white background

This text has color #7E8779 on white background.



Black color preview on #7E8779 background

This text has black color on #7E8779 background.


White color preview on #7E8779 background

This text has white color on #7E8779 background.