COLOR #717C87

HEX: #717C87 RGB: (113,124,135)

Color info

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

RGB color model

#717C87 color RGB value is (113,124,135).

RGB: (113,124,135) (44%, 49%, 53%)

RGB channels and saturation

R 113 of 255 = 44%
G 124 of 255 = 49%
B 135 of 255 = 53%

113
124
135

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

Portions of RGB colors in percentages

R + G + B = 113 + 124 + 135 = 372 (100%)
R 113 of 372 ~ 30.38%
G 124 of 372 ~ 33.33%
B 135 of 372 ~ 36.29'%

%30.38
%33.33
%36.29

CMYK color model

#717C87 color CMYK value is (16,8,0,47).

  • cyan value is 16.30%
  • magenta value is 8.15%
  • yellow value is 0.00%
  • key color value is 47.06%

CMYK: (16,8,0,47)
C16M8Y0K47 (16%, 8%, 0%, 47%)
(0.16 / 0.08 / 0.00 / 0.47)

CMYK percentages

%16.3
%8.15
%0
%47.06

Codes

Color #717C87 in popluar color models

71 7C 87
RGB 113 124 135
HSL 210° 8.87% 48.63%
HSB/HSV 210° 16.30% 52.94%
CMYK 16.30% 8.15% 0.00%
47.06%

Color #717C87 in popluar number systems.

HEX 71 7C 87
Decimal 113 124 135
Binary 1110001 1111100 10000111
Octal 161 174 207

Shades and tints

Shades of #717C87

#717C87
(113,124,135)
#67717B
(103,113,123)
#5D666F
(93,102,111)
#535B63
(83,91,99)
#495057
(73,80,87)
#3F454B
(63,69,75)
#353A3F
(53,58,63)
#2B2F33
(43,47,51)
#212427
(33,36,39)
#17191B
(23,25,27)
#0D0E0F
(13,14,15)
#000000
(0,0,0)

Tints of #717C87

#717C87
(113,124,135)
#7D8791
(125,135,145)
#89929B
(137,146,155)
#959DA5
(149,157,165)
#A1A8AF
(161,168,175)
#ADB3B9
(173,179,185)
#B9BEC3
(185,190,195)
#C5C9CD
(197,201,205)
#D1D4D7
(209,212,215)
#DDDFE1
(221,223,225)
#E9EAEB
(233,234,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #717C87 color. Also use rgb(113,124,135) instead hex code.

Text Font Color

.myTextColor { color: #717C87; }

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

This text font color is #717C87.

Background Color

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

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

This div background color is #717C87.

Border color

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

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

This div border color is #717C87.

Opacity

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

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

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

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

This text has shadow with #717C87 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #717C87.

Preview

Color preview on black background

This text has color #717C87 on black background.


Color preview on white background

This text has color #717C87 on white background.


Black color preview on #717C87 background

This text has black color on #717C87 background.


White color preview on #717C87 background

This text has white color on #717C87 background.


Related colors

Complementary color

Complementary color for #hex is #8E8378.


I love getcolorcode.com

Triadic colors

1 #87717C and #7C8771 with #717C87 are triadic colors.

2 #877C71 and #7C7187 with #717C87 are triadic colors.