COLOR #717E8E

HEX: #717E8E RGB: (113,126,142)

Color info

#717E8E contains red, green and blue colors in about the same proportion. Web safe color of #717E8E is #666699 (or #669).

RGB color model

#717E8E color RGB value is (113,126,142).

RGB: (113,126,142) (44%, 49%, 56%)

RGB channels and saturation

R 113 of 255 = 44%
G 126 of 255 = 49%
B 142 of 255 = 56%

113
126
142

R + G + B ~ 50%. #717E8E is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B = 113 + 126 + 142 = 381 (100%)
R 113 of 381 ~ 29.66%
G 126 of 381 ~ 33.07%
B 142 of 381 ~ 37.27'%

%29.66
%33.07
%37.27

CMYK color model

#717E8E color CMYK value is (20,11,0,44).

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

CMYK: (20,11,0,44)
C20M11Y0K44 (20%, 11%, 0%, 44%)
(0.20 / 0.11 / 0.00 / 0.44)

CMYK percentages

%20.42
%11.27
%0
%44.31

Codes

Color #717E8E in popluar color models

71 7E 8E
RGB 113 126 142
HSL 213° 11.37% 50.00%
HSB/HSV 213° 20.42% 55.69%
CMYK 20.42% 11.27% 0.00%
44.31%

Color #717E8E in popluar number systems.

HEX 71 7E 8E
Decimal 113 126 142
Binary 1110001 1111110 10001110
Octal 161 176 216

Shades and tints

Shades of #717E8E

#717E8E
(113,126,142)
#677382
(103,115,130)
#5D6876
(93,104,118)
#535D6A
(83,93,106)
#49525E
(73,82,94)
#3F4752
(63,71,82)
#353C46
(53,60,70)
#2B313A
(43,49,58)
#21262E
(33,38,46)
#171B22
(23,27,34)
#0D1016
(13,16,22)
#000000
(0,0,0)

Tints of #717E8E

#717E8E
(113,126,142)
#7D8998
(125,137,152)
#8994A2
(137,148,162)
#959FAC
(149,159,172)
#A1AAB6
(161,170,182)
#ADB5C0
(173,181,192)
#B9C0CA
(185,192,202)
#C5CBD4
(197,203,212)
#D1D6DE
(209,214,222)
#DDE1E8
(221,225,232)
#E9ECF2
(233,236,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #717E8E color. Also use rgb(113,126,142) instead hex code.

Text Font Color

.myTextColor { color: #717E8E; }

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

This text font color is #717E8E.

Background Color

.myBgColor { background-color: #717E8E; }

<div style="background-color:#717E8E">Inner text</div>

This div background color is #717E8E.

Border color

.myBorderColor { border: 1px solid #717E8E; }

<div style="border:3px solid #717E8E">Div</div>

This div border color is #717E8E.

Opacity

.myOpacity80 { color: #717E8E; opacity: 0.8; }

<p style="color:#717E8E;opacity:0.8;">80%</p>

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

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

This text has shadow with #717E8E color.


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

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

This text has shadow with #717E8E primary color and red secondary color.


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

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

This text has shadow with #717E8E and red colors in old Internet Explorer.

Div box shadow color

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

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

This div box has shadow with color #717E8E.

Preview

Color preview on black background

This text has color #717E8E on black background.


Color preview on white background

This text has color #717E8E on white background.


Black color preview on #717E8E background

This text has black color on #717E8E background.


White color preview on #717E8E background

This text has white color on #717E8E background.


Related colors

Complementary color

Complementary color for #hex is #8E8171.


I love getcolorcode.com

Triadic colors

1 #8E717E and #7E8E71 with #717E8E are triadic colors.

2 #8E7E71 and #7E718E with #717E8E are triadic colors.