COLOR #717779

HEX: #717779
RGB: (113,119,121)

Color info

#717779 contains red, green and blue colors in about the same proportion. Web safe color of #717779 is #666666 (or #666).

RGB color model

#717779 color RGB value is (113,119,121).

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

RGB channels and saturation

R 113 of 255 = 44%
G 119 of 255 = 47%
B 121 of 255 = 47%

113
119
121

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

Portions of RGB colors in percentages

R + G + B =
113 + 119 + 121 = 353 (100%)
R 113 of 353 ~ 32.01%
G 119 of 353 ~ 33.71%
B 121 of 353 ~ 34.28%

%32.01
%33.71
%34.28

CMYK color model

#717779 color CMYK value is (7,2,0,53).

  • cyan value is 6.61%
  • magenta value is 1.65%
  • yellow value is 0.00%
  • key color value is 52.55%
CMYK:
(7,2,0,53)
C7M2Y0K53 
(7%,2%,0%,53%)
(0.07/0.02/0.00/0.53)	

CMYK percentages

%6.61
%1.65
%0
%52.55

Codes

Color #717779 in popluar color models

717779
RGB113119121
HSL195°3.42%45.88%
HSB/HSV195°6.61%47.45%
CMYK6.61%1.65%0.00%
52.55%

Color #717779 in popluar number systems.

HEX717779
Decimal113119121
Binary111000111101111111001
Octal161167171

Shades and tints

Shades of #717779

#717779
(113,119,121)
#676D6E
(103,109,110)
#5D6363
(93,99,99)
#535958
(83,89,88)
#494F4D
(73,79,77)
#3F4542
(63,69,66)
#353B37
(53,59,55)
#2B312C
(43,49,44)
#212721
(33,39,33)
#171D16
(23,29,22)
#0D130B
(13,19,11)
#000000
(0,0,0)

Tints of #717779

#717779
(113,119,121)
#7D8385
(125,131,133)
#898F91
(137,143,145)
#959B9D
(149,155,157)
#A1A7A9
(161,167,169)
#ADB3B5
(173,179,181)
#B9BFC1
(185,191,193)
#C5CBCD
(197,203,205)
#D1D7D9
(209,215,217)
#DDE3E5
(221,227,229)
#E9EFF1
(233,239,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #717779; }

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

This text font color is #717779.


Background Color

.myBgColor { background-color: #717779; }

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

This div background color is #717779.


Border color

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

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

This div border color is #717779.


Opacity

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

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

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

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

This text has shadow with #717779 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #717779 on black background.


Color preview on white background

This text has color #717779 on white background.



Black color preview on #717779 background

This text has black color on #717779 background.


White color preview on #717779 background

This text has white color on #717779 background.