COLOR #717F79

HEX: #717F79 RGB: (113,127,121)

Color info

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

RGB color model

#717F79 color RGB value is (113,127,121).

RGB: (113,127,121) (44%, 50%, 47%)

RGB channels and saturation

R 113 of 255 = 44%
G 127 of 255 = 50%
B 121 of 255 = 47%

113
127
121

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

Portions of RGB colors in percentages

R + G + B = 113 + 127 + 121 = 361 (100%)
R 113 of 361 ~ 31.3%
G 127 of 361 ~ 35.18%
B 121 of 361 ~ 33.52'%

%31.3
%35.18
%33.52

CMYK color model

#717F79 color CMYK value is (11,0,5,50).

  • cyan value is 11.02%
  • magenta value is 0.00%
  • yellow value is 4.72%
  • key color value is 50.20%

CMYK: (11,0,5,50)
C11M0Y5K50 (11%, 0%, 5%, 50%)
(0.11 / 0.00 / 0.05 / 0.50)

CMYK percentages

%11.02
%0
%4.72
%50.2

Codes

Color #717F79 in popluar color models

71 7F 79
RGB 113 127 121
HSL 154° 5.83% 47.06%
HSB/HSV 154° 11.02% 49.80%
CMYK 11.02% 0.00% 4.72%
50.20%

Color #717F79 in popluar number systems.

HEX 71 7F 79
Decimal 113 127 121
Binary 1110001 1111111 1111001
Octal 161 177 171

Shades and tints

Shades of #717F79

#717F79
(113,127,121)
#67746E
(103,116,110)
#5D6963
(93,105,99)
#535E58
(83,94,88)
#49534D
(73,83,77)
#3F4842
(63,72,66)
#353D37
(53,61,55)
#2B322C
(43,50,44)
#212721
(33,39,33)
#171C16
(23,28,22)
#0D110B
(13,17,11)
#000000
(0,0,0)

Tints of #717F79

#717F79
(113,127,121)
#7D8A85
(125,138,133)
#899591
(137,149,145)
#95A09D
(149,160,157)
#A1ABA9
(161,171,169)
#ADB6B5
(173,182,181)
#B9C1C1
(185,193,193)
#C5CCCD
(197,204,205)
#D1D7D9
(209,215,217)
#DDE2E5
(221,226,229)
#E9EDF1
(233,237,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #717F79; }

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

This text font color is #717F79.

Background Color

.myBgColor { background-color: #717F79; }

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

This div background color is #717F79.

Border color

.myBorderColor { border: 1px solid #717F79; }

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

This div border color is #717F79.

Opacity

.myOpacity80 { color: #717F79; opacity: 0.8; }

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

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

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

This text has shadow with #717F79 color.


.textShadow {text-shadow: 3px 3px 1px #717F79', 3px 3px 1px red;}

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

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


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

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

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

Div box shadow color

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

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #717F79; -webkit-box-shadow: 1px 1px 3px 2px #717F79; box-shadow:1px 1px 3px 2px #717F79;">
Div content here
</div>

This div box has shadow with color #717F79.

Preview

Color preview on black background

This text has color #717F79 on black background.


Color preview on white background

This text has color #717F79 on white background.


Black color preview on #717F79 background

This text has black color on #717F79 background.


White color preview on #717F79 background

This text has white color on #717F79 background.


Related colors

Complementary color

Complementary color for #hex is #8E8086.


I love getcolorcode.com

Triadic colors

1 #79717F and #7F7971 with #717F79 are triadic colors.

2 #797F71 and #7F7179 with #717F79 are triadic colors.