COLOR #7E8A7F

HEX: #7E8A7F RGB: (126,138,127)

Color info

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

RGB color model

#7E8A7F color RGB value is (126,138,127).

RGB: (126,138,127) (49%, 54%, 50%)

RGB channels and saturation

R 126 of 255 = 49%
G 138 of 255 = 54%
B 127 of 255 = 50%

126
138
127

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

Portions of RGB colors in percentages

R + G + B = 126 + 138 + 127 = 391 (100%)
R 126 of 391 ~ 32.23%
G 138 of 391 ~ 35.29%
B 127 of 391 ~ 32.48'%

%32.23
%35.29
%32.48

CMYK color model

#7E8A7F color CMYK value is (9,0,8,46).

  • cyan value is 8.70%
  • magenta value is 0.00%
  • yellow value is 7.97%
  • key color value is 45.88%

CMYK: (9,0,8,46)
C9M0Y8K46 (9%, 0%, 8%, 46%)
(0.09 / 0.00 / 0.08 / 0.46)

CMYK percentages

%8.7
%0
%7.97
%45.88

Codes

Color #7E8A7F in popluar color models

7E 8A 7F
RGB 126 138 127
HSL 125° 4.88% 51.76%
HSB/HSV 125° 8.70% 54.12%
CMYK 8.70% 0.00% 7.97%
45.88%

Color #7E8A7F in popluar number systems.

HEX 7E 8A 7F
Decimal 126 138 127
Binary 1111110 10001010 1111111
Octal 176 212 177

Shades and tints

Shades of #7E8A7F

#7E8A7F
(126,138,127)
#737E74
(115,126,116)
#687269
(104,114,105)
#5D665E
(93,102,94)
#525A53
(82,90,83)
#474E48
(71,78,72)
#3C423D
(60,66,61)
#313632
(49,54,50)
#262A27
(38,42,39)
#1B1E1C
(27,30,28)
#101211
(16,18,17)
#000000
(0,0,0)

Tints of #7E8A7F

#7E8A7F
(126,138,127)
#89948A
(137,148,138)
#949E95
(148,158,149)
#9FA8A0
(159,168,160)
#AAB2AB
(170,178,171)
#B5BCB6
(181,188,182)
#C0C6C1
(192,198,193)
#CBD0CC
(203,208,204)
#D6DAD7
(214,218,215)
#E1E4E2
(225,228,226)
#ECEEED
(236,238,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7E8A7F; }

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

This text font color is #7E8A7F.

Background Color

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

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

This div background color is #7E8A7F.

Border color

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

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

This div border color is #7E8A7F.

Opacity

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

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

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

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

This text has shadow with #7E8A7F color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #7E8A7F.

Preview

Color preview on black background

This text has color #7E8A7F on black background.


Color preview on white background

This text has color #7E8A7F on white background.


Black color preview on #7E8A7F background

This text has black color on #7E8A7F background.


White color preview on #7E8A7F background

This text has white color on #7E8A7F background.


Related colors

Complementary color

Complementary color for #hex is #817580.


I love getcolorcode.com

Triadic colors

1 #7F7E8A and #8A7F7E with #7E8A7F are triadic colors.

2 #7F8A7E and #8A7E7F with #7E8A7F are triadic colors.