COLOR #717E92

HEX: #717E92 RGB: (113,126,146)

Color info

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

RGB color model

#717E92 color RGB value is (113,126,146).

RGB: (113,126,146) (44%, 49%, 57%)

RGB channels and saturation

R 113 of 255 = 44%
G 126 of 255 = 49%
B 146 of 255 = 57%

113
126
146

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

Portions of RGB colors in percentages

R + G + B = 113 + 126 + 146 = 385 (100%)
R 113 of 385 ~ 29.35%
G 126 of 385 ~ 32.73%
B 146 of 385 ~ 37.92'%

%29.35
%32.73
%37.92

CMYK color model

#717E92 color CMYK value is (23,14,0,43).

  • cyan value is 22.60%
  • magenta value is 13.70%
  • yellow value is 0.00%
  • key color value is 42.75%
CMYK: (23,14,0,43) C23M14Y0K43 (23%,14%,0%,43%) (0.23/0.14/0.00/0.43) 

CMYK percentages

%22.6
%13.7
%0
%42.75

Codes

Color #717E92 in popluar color models

71 7E 92
RGB 113 126 146
HSL 216° 13.15% 50.78%
HSB/HSV 216° 22.60% 57.25%
CMYK 22.60% 13.70% 0.00%
42.75%

Color #717E92 in popluar number systems.

HEX 71 7E 92
Decimal 113 126 146
Binary 1110001 1111110 10010010
Octal 161 176 222

Shades and tints

Shades of #717E92

#717E92
(113,126,146)
#677385
(103,115,133)
#5D6878
(93,104,120)
#535D6B
(83,93,107)
#49525E
(73,82,94)
#3F4751
(63,71,81)
#353C44
(53,60,68)
#2B3137
(43,49,55)
#21262A
(33,38,42)
#171B1D
(23,27,29)
#0D1010
(13,16,16)
#000000
(0,0,0)

Tints of #717E92

#717E92
(113,126,146)
#7D899B
(125,137,155)
#8994A4
(137,148,164)
#959FAD
(149,159,173)
#A1AAB6
(161,170,182)
#ADB5BF
(173,181,191)
#B9C0C8
(185,192,200)
#C5CBD1
(197,203,209)
#D1D6DA
(209,214,218)
#DDE1E3
(221,225,227)
#E9ECEC
(233,236,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #717E92; }

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

This text font color is #717E92.

Background Color

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

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

This div background color is #717E92.

Border color

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

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

This div border color is #717E92.

Opacity

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

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

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

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

This text has shadow with #717E92 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #717E92.

Preview

Color preview on black background

This text has color #717E92 on black background.


Color preview on white background

This text has color #717E92 on white background.


Black color preview on #717E92 background

This text has black color on #717E92 background.


White color preview on #717E92 background

This text has white color on #717E92 background.


Related colors

Complementary color

Complementary color for #hex is #8E816D.


I love getcolorcode.com

Triadic colors

1 #92717E and #7E9271 with #717E92 are triadic colors.

2 #927E71 and #7E7192 with #717E92 are triadic colors.