COLOR #717882

HEX: #717882
RGB: (113,120,130)

Color info

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

RGB color model

#717882 color RGB value is (113,120,130).

  • red value is 113;
  • green value is 120;
  • blue value is 130.
RGB:
(113,120,130)
(44%,47%,51%)

RGB channels and saturation

R 113 of 255 = 44%
G 120 of 255 = 47%
B 130 of 255 = 51%

113
120
130

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

Portions of RGB colors in percentages

R + G + B =
113 + 120 + 130 = 363 (100%)
R 113 of 363 ~ 31.13%
G 120 of 363 ~ 33.06%
B 130 of 363 ~ 35.81%

%31.13
%33.06
%35.81

CMYK color model

#717882 color CMYK value is (13,8,0,49).

  • cyan value is 13.08%
  • magenta value is 7.69%
  • yellow value is 0.00%
  • key color value is 49.02%
CMYK:
(13,8,0,49)
C13M8Y0K49 
(13%,8%,0%,49%)
(0.13/0.08/0.00/0.49)	

CMYK percentages

%13.08
%7.69
%0
%49.02

Codes

Color #717882 in popluar color models

717882
RGB113120130
HSL215°7.00%47.65%
HSB/HSV215°13.08%50.98%
CMYK13.08%7.69%0.00%
49.02%

Color #717882 in popluar number systems.

HEX717882
Decimal113120130
Binary1110001111100010000010
Octal161170202

Shades and tints

Shades of #717882

#717882
(113,120,130)
#676E77
(103,110,119)
#5D646C
(93,100,108)
#535A61
(83,90,97)
#495056
(73,80,86)
#3F464B
(63,70,75)
#353C40
(53,60,64)
#2B3235
(43,50,53)
#21282A
(33,40,42)
#171E1F
(23,30,31)
#0D1414
(13,20,20)
#000000
(0,0,0)

Tints of #717882

#717882
(113,120,130)
#7D848D
(125,132,141)
#899098
(137,144,152)
#959CA3
(149,156,163)
#A1A8AE
(161,168,174)
#ADB4B9
(173,180,185)
#B9C0C4
(185,192,196)
#C5CCCF
(197,204,207)
#D1D8DA
(209,216,218)
#DDE4E5
(221,228,229)
#E9F0F0
(233,240,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #717882; }

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

This text font color is #717882.


Background Color

.myBgColor { background-color: #717882; }

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

This div background color is #717882.


Border color

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

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

This div border color is #717882.


Opacity

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

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

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

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

This text has shadow with #717882 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #717882 on black background.


Color preview on white background

This text has color #717882 on white background.



Black color preview on #717882 background

This text has black color on #717882 background.


White color preview on #717882 background

This text has white color on #717882 background.