COLOR #717F9C

HEX: #717F9C RGB: (113,127,156)

Color info

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

RGB color model

#717F9C color RGB value is (113,127,156).

RGB: (113,127,156) (44%, 50%, 61%)

RGB channels and saturation

R 113 of 255 = 44%
G 127 of 255 = 50%
B 156 of 255 = 61%

113
127
156

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

Portions of RGB colors in percentages

R + G + B = 113 + 127 + 156 = 396 (100%)
R 113 of 396 ~ 28.54%
G 127 of 396 ~ 32.07%
B 156 of 396 ~ 39.39'%

%28.54
%32.07
%39.39

CMYK color model

#717F9C color CMYK value is (28,19,0,39).

  • cyan value is 27.56%
  • magenta value is 18.59%
  • yellow value is 0.00%
  • key color value is 38.82%
CMYK: (28,19,0,39) C28M19Y0K39 (28%,19%,0%,39%) (0.28/0.19/0.00/0.39) 

CMYK percentages

%27.56
%18.59
%0
%38.82

Codes

Color #717F9C in popluar color models

71 7F 9C
RGB 113 127 156
HSL 220° 17.84% 52.75%
HSB/HSV 220° 27.56% 61.18%
CMYK 27.56% 18.59% 0.00%
38.82%

Color #717F9C in popluar number systems.

HEX 71 7F 9C
Decimal 113 127 156
Binary 1110001 1111111 10011100
Octal 161 177 234

Shades and tints

Shades of #717F9C

#717F9C
(113,127,156)
#67748E
(103,116,142)
#5D6980
(93,105,128)
#535E72
(83,94,114)
#495364
(73,83,100)
#3F4856
(63,72,86)
#353D48
(53,61,72)
#2B323A
(43,50,58)
#21272C
(33,39,44)
#171C1E
(23,28,30)
#0D1110
(13,17,16)
#000000
(0,0,0)

Tints of #717F9C

#717F9C
(113,127,156)
#7D8AA5
(125,138,165)
#8995AE
(137,149,174)
#95A0B7
(149,160,183)
#A1ABC0
(161,171,192)
#ADB6C9
(173,182,201)
#B9C1D2
(185,193,210)
#C5CCDB
(197,204,219)
#D1D7E4
(209,215,228)
#DDE2ED
(221,226,237)
#E9EDF6
(233,237,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #717F9C color. Also use rgb(113,127,156) instead hex code.

Text Font Color

.myTextColor { color: #717F9C; }

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

This text font color is #717F9C.

Background Color

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

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

This div background color is #717F9C.

Border color

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

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

This div border color is #717F9C.

Opacity

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

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

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

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

This text has shadow with #717F9C color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #717F9C.

Preview

Color preview on black background

This text has color #717F9C on black background.


Color preview on white background

This text has color #717F9C on white background.


Black color preview on #717F9C background

This text has black color on #717F9C background.


White color preview on #717F9C background

This text has white color on #717F9C background.


Related colors

Complementary color

Complementary color for #hex is #8E8063.


I love getcolorcode.com

Triadic colors

1 #9C717F and #7F9C71 with #717F9C are triadic colors.

2 #9C7F71 and #7F719C with #717F9C are triadic colors.