COLOR #717787

HEX: #717787
RGB: (113,119,135)

Color info

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

RGB color model

#717787 color RGB value is (113,119,135).

  • red value is 113;
  • green value is 119;
  • blue value is 135.
RGB: (113,119,135) (44%,47%,53%)

RGB channels and saturation

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

113
119
135

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

Portions of RGB colors in percentages

R + G + B =
113 + 119 + 135 = 367 (100%)
R 113 of 367 ~ 30.79%
G 119 of 367 ~ 32.43%
B 135 of 367 ~ 36.78%

%30.79
%32.43
%36.78

CMYK color model

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

  • cyan value is 16.30%
  • magenta value is 11.85%
  • yellow value is 0.00%
  • key color value is 47.06%
CMYK: (16,12,0,47) C16M12Y0K47 (16%,12%,0%,47%) (0.16/0.12/0.00/0.47)

CMYK percentages

%16.3
%11.85
%0
%47.06

Codes

Color #717787 in popluar color models

717787
RGB113119135
HSL224°8.87%48.63%
HSB/HSV224°16.30%52.94%
CMYK16.30%11.85%0.00%
47.06%

Color #717787 in popluar number systems.

HEX717787
Decimal113119135
Binary1110001111011110000111
Octal161167207

Shades and tints

Shades of #717787

#717787
(113,119,135)
#676D7B
(103,109,123)
#5D636F
(93,99,111)
#535963
(83,89,99)
#494F57
(73,79,87)
#3F454B
(63,69,75)
#353B3F
(53,59,63)
#2B3133
(43,49,51)
#212727
(33,39,39)
#171D1B
(23,29,27)
#0D130F
(13,19,15)
#000000
(0,0,0)

Tints of #717787

#717787
(113,119,135)
#7D8391
(125,131,145)
#898F9B
(137,143,155)
#959BA5
(149,155,165)
#A1A7AF
(161,167,175)
#ADB3B9
(173,179,185)
#B9BFC3
(185,191,195)
#C5CBCD
(197,203,205)
#D1D7D7
(209,215,215)
#DDE3E1
(221,227,225)
#E9EFEB
(233,239,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #717787; }

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

This text font color is #717787.


Background Color

.myBgColor { background-color: #717787; }

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

This div background color is #717787.


Border color

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

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

This div border color is #717787.


Opacity

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

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

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

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

This text has shadow with #717787 color.

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

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

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


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

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

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


Div box shadow color

 /* css code */ .divShadow { -moz-box-shadow:	1px 1px 3px 2px #717787; -webkit-box-shadow:	1px 1px 3px 2px #717787; box-shadow:	1px 1px 3px 2px #717787; } /* html code with inline style */ <div style="-moz-box-shadow: 1px 1px 3px 2px #717787; -webkit-box-shadow: 1px 1px 3px 2px #717787; box-shadow:1px 1px 3px 2px #717787;">
Div content here</div>
This div box has shadow with color #717787.

Preview

Color preview on black background

This text has color #717787 on black background.


Color preview on white background

This text has color #717787 on white background.



Black color preview on #717787 background

This text has black color on #717787 background.


White color preview on #717787 background

This text has white color on #717787 background.