COLOR #717F7F

HEX: #717F7F RGB: (113,127,127)

Color info

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

RGB color model

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

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

RGB channels and saturation

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

113
127
127

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

Portions of RGB colors in percentages

R + G + B = 113 + 127 + 127 = 367 (100%)
R 113 of 367 ~ 30.79%
G 127 of 367 ~ 34.6%
B 127 of 367 ~ 34.6'%

%30.79
%34.6
%34.6

CMYK color model

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

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

CMYK: (11,0,0,50)
C11M0Y0K50 (11%, 0%, 0%, 50%)
(0.11 / 0.00 / 0.00 / 0.50)

CMYK percentages

%11.02
%0
%0
%50.2

Codes

Color #717F7F in popluar color models

71 7F 7F
RGB 113 127 127
HSL 180° 5.83% 47.06%
HSB/HSV 180° 11.02% 49.80%
CMYK 11.02% 0.00% 0.00%
50.20%

Color #717F7F in popluar number systems.

HEX 71 7F 7F
Decimal 113 127 127
Binary 1110001 1111111 1111111
Octal 161 177 177

Shades and tints

Shades of #717F7F

#717F7F
(113,127,127)
#677474
(103,116,116)
#5D6969
(93,105,105)
#535E5E
(83,94,94)
#495353
(73,83,83)
#3F4848
(63,72,72)
#353D3D
(53,61,61)
#2B3232
(43,50,50)
#212727
(33,39,39)
#171C1C
(23,28,28)
#0D1111
(13,17,17)
#000000
(0,0,0)

Tints of #717F7F

#717F7F
(113,127,127)
#7D8A8A
(125,138,138)
#899595
(137,149,149)
#95A0A0
(149,160,160)
#A1ABAB
(161,171,171)
#ADB6B6
(173,182,182)
#B9C1C1
(185,193,193)
#C5CCCC
(197,204,204)
#D1D7D7
(209,215,215)
#DDE2E2
(221,226,226)
#E9EDED
(233,237,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #717F7F; }

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

This text font color is #717F7F.

Background Color

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

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

This div background color is #717F7F.

Border color

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

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

This div border color is #717F7F.

Opacity

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

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

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

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

This text has shadow with #717F7F color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #717F7F.

Preview

Color preview on black background

This text has color #717F7F on black background.


Color preview on white background

This text has color #717F7F on white background.


Black color preview on #717F7F background

This text has black color on #717F7F background.


White color preview on #717F7F background

This text has white color on #717F7F background.


Related colors

Complementary color

Complementary color for #hex is #8E8080.


I love getcolorcode.com