COLOR #7E8F7A

HEX: #7E8F7A RGB: (126,143,122)

Color info

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

RGB color model

#7E8F7A color RGB value is (126,143,122).

RGB: (126,143,122) (49%, 56%, 48%)

RGB channels and saturation

R 126 of 255 = 49%
G 143 of 255 = 56%
B 122 of 255 = 48%

126
143
122

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

Portions of RGB colors in percentages

R + G + B = 126 + 143 + 122 = 391 (100%)
R 126 of 391 ~ 32.23%
G 143 of 391 ~ 36.57%
B 122 of 391 ~ 31.2'%

%32.23
%36.57
%31.2

CMYK color model

#7E8F7A color CMYK value is (12,0,15,44).

  • cyan value is 11.89%
  • magenta value is 0.00%
  • yellow value is 14.69%
  • key color value is 43.92%

CMYK: (12,0,15,44)
C12M0Y15K44 (12%, 0%, 15%, 44%)
(0.12 / 0.00 / 0.15 / 0.44)

CMYK percentages

%11.89
%0
%14.69
%43.92

Codes

Color #7E8F7A in popluar color models

7E 8F 7A
RGB 126 143 122
HSL 109° 8.57% 51.96%
HSB/HSV 109° 14.69% 56.08%
CMYK 11.89% 0.00% 14.69%
43.92%

Color #7E8F7A in popluar number systems.

HEX 7E 8F 7A
Decimal 126 143 122
Binary 1111110 10001111 1111010
Octal 176 217 172

Shades and tints

Shades of #7E8F7A

#7E8F7A
(126,143,122)
#73826F
(115,130,111)
#687564
(104,117,100)
#5D6859
(93,104,89)
#525B4E
(82,91,78)
#474E43
(71,78,67)
#3C4138
(60,65,56)
#31342D
(49,52,45)
#262722
(38,39,34)
#1B1A17
(27,26,23)
#100D0C
(16,13,12)
#000000
(0,0,0)

Tints of #7E8F7A

#7E8F7A
(126,143,122)
#899986
(137,153,134)
#94A392
(148,163,146)
#9FAD9E
(159,173,158)
#AAB7AA
(170,183,170)
#B5C1B6
(181,193,182)
#C0CBC2
(192,203,194)
#CBD5CE
(203,213,206)
#D6DFDA
(214,223,218)
#E1E9E6
(225,233,230)
#ECF3F2
(236,243,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7E8F7A color. Also use rgb(126,143,122) instead hex code.

Text Font Color

.myTextColor { color: #7E8F7A; }

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

This text font color is #7E8F7A.

Background Color

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

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

This div background color is #7E8F7A.

Border color

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

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

This div border color is #7E8F7A.

Opacity

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

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

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

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

This text has shadow with #7E8F7A color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #7E8F7A.

Preview

Color preview on black background

This text has color #7E8F7A on black background.


Color preview on white background

This text has color #7E8F7A on white background.


Black color preview on #7E8F7A background

This text has black color on #7E8F7A background.


White color preview on #7E8F7A background

This text has white color on #7E8F7A background.


Related colors

Complementary color

Complementary color for #hex is #817085.


I love getcolorcode.com

Triadic colors

1 #7A7E8F and #8F7A7E with #7E8F7A are triadic colors.

2 #7A8F7E and #8F7E7A with #7E8F7A are triadic colors.