COLOR #7E858E

HEX: #7E858E RGB: (126,133,142)

Color info

#7E858E contains red, green and blue colors in about the same proportion. Web safe color of #7E858E is #669999 (or #699).

RGB color model

#7E858E color RGB value is (126,133,142).

RGB: (126,133,142) (49%, 52%, 56%)

RGB channels and saturation

R 126 of 255 = 49%
G 133 of 255 = 52%
B 142 of 255 = 56%

126
133
142

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

Portions of RGB colors in percentages

R + G + B = 126 + 133 + 142 = 401 (100%)
R 126 of 401 ~ 31.42%
G 133 of 401 ~ 33.17%
B 142 of 401 ~ 35.41'%

%31.42
%33.17
%35.41

CMYK color model

#7E858E color CMYK value is (11,6,0,44).

  • cyan value is 11.27%
  • magenta value is 6.34%
  • yellow value is 0.00%
  • key color value is 44.31%

CMYK: (11,6,0,44)
C11M6Y0K44 (11%, 6%, 0%, 44%)
(0.11 / 0.06 / 0.00 / 0.44)

CMYK percentages

%11.27
%6.34
%0
%44.31

Codes

Color #7E858E in popluar color models

7E 85 8E
RGB 126 133 142
HSL 214° 6.61% 52.55%
HSB/HSV 214° 11.27% 55.69%
CMYK 11.27% 6.34% 0.00%
44.31%

Color #7E858E in popluar number systems.

HEX 7E 85 8E
Decimal 126 133 142
Binary 1111110 10000101 10001110
Octal 176 205 216

Shades and tints

Shades of #7E858E

#7E858E
(126,133,142)
#737982
(115,121,130)
#686D76
(104,109,118)
#5D616A
(93,97,106)
#52555E
(82,85,94)
#474952
(71,73,82)
#3C3D46
(60,61,70)
#31313A
(49,49,58)
#26252E
(38,37,46)
#1B1922
(27,25,34)
#100D16
(16,13,22)
#000000
(0,0,0)

Tints of #7E858E

#7E858E
(126,133,142)
#899098
(137,144,152)
#949BA2
(148,155,162)
#9FA6AC
(159,166,172)
#AAB1B6
(170,177,182)
#B5BCC0
(181,188,192)
#C0C7CA
(192,199,202)
#CBD2D4
(203,210,212)
#D6DDDE
(214,221,222)
#E1E8E8
(225,232,232)
#ECF3F2
(236,243,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7E858E color. Also use rgb(126,133,142) instead hex code.

Text Font Color

.myTextColor { color: #7E858E; }

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

This text font color is #7E858E.

Background Color

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

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

This div background color is #7E858E.

Border color

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

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

This div border color is #7E858E.

Opacity

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

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

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

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

This text has shadow with #7E858E color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #7E858E.

Preview

Color preview on black background

This text has color #7E858E on black background.


Color preview on white background

This text has color #7E858E on white background.


Black color preview on #7E858E background

This text has black color on #7E858E background.


White color preview on #7E858E background

This text has white color on #7E858E background.


Related colors

Complementary color

Complementary color for #hex is #817A71.


I love getcolorcode.com

Triadic colors

1 #8E7E85 and #858E7E with #7E858E are triadic colors.

2 #8E857E and #857E8E with #7E858E are triadic colors.