COLOR #717977

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

Color info

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

RGB color model

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

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

RGB channels and saturation

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

113
121
119

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

Portions of RGB colors in percentages

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

%32.01
%34.28
%33.71

CMYK color model

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

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

CMYK percentages

%6.61
%0
%1.65
%52.55

Codes

Color #717977 in popluar color models

717977
RGB113121119
HSL165°3.42%45.88%
HSB/HSV165°6.61%47.45%
CMYK6.61%0.00%1.65%
52.55%

Color #717977 in popluar number systems.

HEX717977
Decimal113121119
Binary111000111110011110111
Octal161171167

Shades and tints

Shades of #717977

#717977
(113,121,119)
#676E6D
(103,110,109)
#5D6363
(93,99,99)
#535859
(83,88,89)
#494D4F
(73,77,79)
#3F4245
(63,66,69)
#35373B
(53,55,59)
#2B2C31
(43,44,49)
#212127
(33,33,39)
#17161D
(23,22,29)
#0D0B13
(13,11,19)
#000000
(0,0,0)

Tints of #717977

#717977
(113,121,119)
#7D8583
(125,133,131)
#89918F
(137,145,143)
#959D9B
(149,157,155)
#A1A9A7
(161,169,167)
#ADB5B3
(173,181,179)
#B9C1BF
(185,193,191)
#C5CDCB
(197,205,203)
#D1D9D7
(209,217,215)
#DDE5E3
(221,229,227)
#E9F1EF
(233,241,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #717977; }

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

This text font color is #717977.


Background Color

.myBgColor { background-color: #717977; }

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

This div background color is #717977.


Border color

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

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

This div border color is #717977.


Opacity

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

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

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

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

This text has shadow with #717977 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #717977 on black background.


Color preview on white background

This text has color #717977 on white background.



Black color preview on #717977 background

This text has black color on #717977 background.


White color preview on #717977 background

This text has white color on #717977 background.