COLOR #7E887F

HEX: #7E887F
RGB: (126,136,127)

Color info

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

RGB color model

#7E887F color RGB value is (126,136,127).

  • red value is 126;
  • green value is 136;
  • blue value is 127.
RGB:
(126,136,127)
(49%,53%,50%)

RGB channels and saturation

R 126 of 255 = 49%
G 136 of 255 = 53%
B 127 of 255 = 50%

126
136
127

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

Portions of RGB colors in percentages

R + G + B =
126 + 136 + 127 = 389 (100%)
R 126 of 389 ~ 32.39%
G 136 of 389 ~ 34.96%
B 127 of 389 ~ 32.65%

%32.39
%34.96
%32.65

CMYK color model

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

  • cyan value is 7.35%
  • magenta value is 0.00%
  • yellow value is 6.62%
  • key color value is 46.67%
CMYK:
(7,0,7,47)
C7M0Y7K47 
(7%,0%,7%,47%)
(0.07/0.00/0.07/0.47)	

CMYK percentages

%7.35
%0
%6.62
%46.67

Codes

Color #7E887F in popluar color models

7E887F
RGB126136127
HSL126°4.03%51.37%
HSB/HSV126°7.35%53.33%
CMYK7.35%0.00%6.62%
46.67%

Color #7E887F in popluar number systems.

HEX7E887F
Decimal126136127
Binary1111110100010001111111
Octal176210177

Shades and tints

Shades of #7E887F

#7E887F
(126,136,127)
#737C74
(115,124,116)
#687069
(104,112,105)
#5D645E
(93,100,94)
#525853
(82,88,83)
#474C48
(71,76,72)
#3C403D
(60,64,61)
#313432
(49,52,50)
#262827
(38,40,39)
#1B1C1C
(27,28,28)
#101011
(16,16,17)
#000000
(0,0,0)

Tints of #7E887F

#7E887F
(126,136,127)
#89928A
(137,146,138)
#949C95
(148,156,149)
#9FA6A0
(159,166,160)
#AAB0AB
(170,176,171)
#B5BAB6
(181,186,182)
#C0C4C1
(192,196,193)
#CBCECC
(203,206,204)
#D6D8D7
(214,216,215)
#E1E2E2
(225,226,226)
#ECECED
(236,236,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7E887F color. Also use rgb(126,136,127) instead hex code.

Text Font Color

.myTextColor { color: #7E887F; }

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

This text font color is #7E887F.


Background Color

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

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

This div background color is #7E887F.


Border color

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

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

This div border color is #7E887F.


Opacity

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

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

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

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

This text has shadow with #7E887F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7E887F on black background.


Color preview on white background

This text has color #7E887F on white background.



Black color preview on #7E887F background

This text has black color on #7E887F background.


White color preview on #7E887F background

This text has white color on #7E887F background.