COLOR #717187

HEX: #717187 RGB: (113,113,135)

Color info

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

RGB color model

#717187 color RGB value is (113,113,135).

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

RGB channels and saturation

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

113
113
135

R + G + B ~ 47%. #717187 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B = 113 + 113 + 135 = 361 (100%)
R 113 of 361 ~ 31.3%
G 113 of 361 ~ 31.3%
B 135 of 361 ~ 37.4'%

%31.3
%31.3
%37.4

CMYK color model

#717187 color CMYK value is (16,16,0,47).

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

CMYK: (16,16,0,47)
C16M16Y0K47 (16%, 16%, 0%, 47%)
(0.16 / 0.16 / 0.00 / 0.47)

CMYK percentages

%16.3
%16.3
%0
%47.06

Codes

Color #717187 in popluar color models

71 71 87
RGB 113 113 135
HSL 240° 8.87% 48.63%
HSB/HSV 240° 16.30% 52.94%
CMYK 16.30% 16.30% 0.00%
47.06%

Color #717187 in popluar number systems.

HEX 71 71 87
Decimal 113 113 135
Binary 1110001 1110001 10000111
Octal 161 161 207

Shades and tints

Shades of #717187

#717187
(113,113,135)
#67677B
(103,103,123)
#5D5D6F
(93,93,111)
#535363
(83,83,99)
#494957
(73,73,87)
#3F3F4B
(63,63,75)
#35353F
(53,53,63)
#2B2B33
(43,43,51)
#212127
(33,33,39)
#17171B
(23,23,27)
#0D0D0F
(13,13,15)
#000000
(0,0,0)

Tints of #717187

#717187
(113,113,135)
#7D7D91
(125,125,145)
#89899B
(137,137,155)
#9595A5
(149,149,165)
#A1A1AF
(161,161,175)
#ADADB9
(173,173,185)
#B9B9C3
(185,185,195)
#C5C5CD
(197,197,205)
#D1D1D7
(209,209,215)
#DDDDE1
(221,221,225)
#E9E9EB
(233,233,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #717187; }

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

This text font color is #717187.

Background Color

.myBgColor { background-color: #717187; }

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

This div background color is #717187.

Border color

.myBorderColor { border: 1px solid #717187; }

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

This div border color is #717187.

Opacity

.myOpacity80 { color: #717187; opacity: 0.8; }

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

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

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

This text has shadow with #717187 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #717187.

Preview

Color preview on black background

This text has color #717187 on black background.


Color preview on white background

This text has color #717187 on white background.


Black color preview on #717187 background

This text has black color on #717187 background.


White color preview on #717187 background

This text has white color on #717187 background.


Related colors

Complementary color

Complementary color for #hex is #8E8E78.


I love getcolorcode.com