COLOR #717F74

HEX: #717F74
RGB: (113,127,116)

Color info

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

RGB color model

#717F74 color RGB value is (113,127,116).

  • red value is 113;
  • green value is 127;
  • blue value is 116.
RGB:
(113,127,116)
(44%,50%,45%)

RGB channels and saturation

R 113 of 255 = 44%
G 127 of 255 = 50%
B 116 of 255 = 45%

113
127
116

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

Portions of RGB colors in percentages

R + G + B =
113 + 127 + 116 = 356 (100%)
R 113 of 356 ~ 31.74%
G 127 of 356 ~ 35.67%
B 116 of 356 ~ 32.58%

%31.74
%35.67
%32.58

CMYK color model

#717F74 color CMYK value is (11,0,9,50).

  • cyan value is 11.02%
  • magenta value is 0.00%
  • yellow value is 8.66%
  • key color value is 50.20%
CMYK:
(11,0,9,50)
C11M0Y9K50 
(11%,0%,9%,50%)
(0.11/0.00/0.09/0.50)	

CMYK percentages

%11.02
%0
%8.66
%50.2

Codes

Color #717F74 in popluar color models

717F74
RGB113127116
HSL133°5.83%47.06%
HSB/HSV133°11.02%49.80%
CMYK11.02%0.00%8.66%
50.20%

Color #717F74 in popluar number systems.

HEX717F74
Decimal113127116
Binary111000111111111110100
Octal161177164

Shades and tints

Shades of #717F74

#717F74
(113,127,116)
#67746A
(103,116,106)
#5D6960
(93,105,96)
#535E56
(83,94,86)
#49534C
(73,83,76)
#3F4842
(63,72,66)
#353D38
(53,61,56)
#2B322E
(43,50,46)
#212724
(33,39,36)
#171C1A
(23,28,26)
#0D1110
(13,17,16)
#000000
(0,0,0)

Tints of #717F74

#717F74
(113,127,116)
#7D8A80
(125,138,128)
#89958C
(137,149,140)
#95A098
(149,160,152)
#A1ABA4
(161,171,164)
#ADB6B0
(173,182,176)
#B9C1BC
(185,193,188)
#C5CCC8
(197,204,200)
#D1D7D4
(209,215,212)
#DDE2E0
(221,226,224)
#E9EDEC
(233,237,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #717F74; }

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

This text font color is #717F74.


Background Color

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

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

This div background color is #717F74.


Border color

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

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

This div border color is #717F74.


Opacity

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

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

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

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

This text has shadow with #717F74 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #717F74 on black background.


Color preview on white background

This text has color #717F74 on white background.



Black color preview on #717F74 background

This text has black color on #717F74 background.


White color preview on #717F74 background

This text has white color on #717F74 background.