COLOR #717785

HEX: #717785
RGB: (113,119,133)

Color info

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

RGB color model

#717785 color RGB value is (113,119,133).

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

RGB channels and saturation

R 113 of 255 = 44%
G 119 of 255 = 47%
B 133 of 255 = 52%

113
119
133

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

Portions of RGB colors in percentages

R + G + B =
113 + 119 + 133 = 365 (100%)
R 113 of 365 ~ 30.96%
G 119 of 365 ~ 32.6%
B 133 of 365 ~ 36.44%

%30.96
%32.6
%36.44

CMYK color model

#717785 color CMYK value is (15,11,0,48).

  • cyan value is 15.04%
  • magenta value is 10.53%
  • yellow value is 0.00%
  • key color value is 47.84%
CMYK:
(15,11,0,48)
C15M11Y0K48 
(15%,11%,0%,48%)
(0.15/0.11/0.00/0.48)	

CMYK percentages

%15.04
%10.53
%0
%47.84

Codes

Color #717785 in popluar color models

717785
RGB113119133
HSL222°8.13%48.24%
HSB/HSV222°15.04%52.16%
CMYK15.04%10.53%0.00%
47.84%

Color #717785 in popluar number systems.

HEX717785
Decimal113119133
Binary1110001111011110000101
Octal161167205

Shades and tints

Shades of #717785

#717785
(113,119,133)
#676D79
(103,109,121)
#5D636D
(93,99,109)
#535961
(83,89,97)
#494F55
(73,79,85)
#3F4549
(63,69,73)
#353B3D
(53,59,61)
#2B3131
(43,49,49)
#212725
(33,39,37)
#171D19
(23,29,25)
#0D130D
(13,19,13)
#000000
(0,0,0)

Tints of #717785

#717785
(113,119,133)
#7D8390
(125,131,144)
#898F9B
(137,143,155)
#959BA6
(149,155,166)
#A1A7B1
(161,167,177)
#ADB3BC
(173,179,188)
#B9BFC7
(185,191,199)
#C5CBD2
(197,203,210)
#D1D7DD
(209,215,221)
#DDE3E8
(221,227,232)
#E9EFF3
(233,239,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #717785; }

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

This text font color is #717785.


Background Color

.myBgColor { background-color: #717785; }

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

This div background color is #717785.


Border color

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

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

This div border color is #717785.


Opacity

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

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

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

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

This text has shadow with #717785 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #717785 on black background.


Color preview on white background

This text has color #717785 on white background.



Black color preview on #717785 background

This text has black color on #717785 background.


White color preview on #717785 background

This text has white color on #717785 background.