COLOR #7E907F

HEX: #7E907F
RGB: (126,144,127)

Color info

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

RGB color model

#7E907F color RGB value is (126,144,127).

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

RGB channels and saturation

R 126 of 255 = 49%
G 144 of 255 = 56%
B 127 of 255 = 50%

126
144
127

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

Portions of RGB colors in percentages

R + G + B =
126 + 144 + 127 = 397 (100%)
R 126 of 397 ~ 31.74%
G 144 of 397 ~ 36.27%
B 127 of 397 ~ 31.99%

%31.74
%36.27
%31.99

CMYK color model

#7E907F color CMYK value is (13,0,12,44).

  • cyan value is 12.50%
  • magenta value is 0.00%
  • yellow value is 11.81%
  • key color value is 43.53%
CMYK:
(13,0,12,44)
C13M0Y12K44 
(13%,0%,12%,44%)
(0.13/0.00/0.12/0.44)	

CMYK percentages

%12.5
%0
%11.81
%43.53

Codes

Color #7E907F in popluar color models

7E907F
RGB126144127
HSL123°7.50%52.94%
HSB/HSV123°12.50%56.47%
CMYK12.50%0.00%11.81%
43.53%

Color #7E907F in popluar number systems.

HEX7E907F
Decimal126144127
Binary1111110100100001111111
Octal176220177

Shades and tints

Shades of #7E907F

#7E907F
(126,144,127)
#738374
(115,131,116)
#687669
(104,118,105)
#5D695E
(93,105,94)
#525C53
(82,92,83)
#474F48
(71,79,72)
#3C423D
(60,66,61)
#313532
(49,53,50)
#262827
(38,40,39)
#1B1B1C
(27,27,28)
#100E11
(16,14,17)
#000000
(0,0,0)

Tints of #7E907F

#7E907F
(126,144,127)
#899A8A
(137,154,138)
#94A495
(148,164,149)
#9FAEA0
(159,174,160)
#AAB8AB
(170,184,171)
#B5C2B6
(181,194,182)
#C0CCC1
(192,204,193)
#CBD6CC
(203,214,204)
#D6E0D7
(214,224,215)
#E1EAE2
(225,234,226)
#ECF4ED
(236,244,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7E907F; }

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

This text font color is #7E907F.


Background Color

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

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

This div background color is #7E907F.


Border color

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

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

This div border color is #7E907F.


Opacity

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

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

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

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

This text has shadow with #7E907F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7E907F on black background.


Color preview on white background

This text has color #7E907F on white background.



Black color preview on #7E907F background

This text has black color on #7E907F background.


White color preview on #7E907F background

This text has white color on #7E907F background.