COLOR #717F6B

HEX: #717F6B
RGB: (113,127,107)

Color info

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

RGB color model

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

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

RGB channels and saturation

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

113
127
107

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

Portions of RGB colors in percentages

R + G + B =
113 + 127 + 107 = 347 (100%)
R 113 of 347 ~ 32.56%
G 127 of 347 ~ 36.6%
B 107 of 347 ~ 30.84%

%32.56
%36.6
%30.84

CMYK color model

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

  • cyan value is 11.02%
  • magenta value is 0.00%
  • yellow value is 15.75%
  • key color value is 50.20%
CMYK:
(11,0,16,50)
C11M0Y16K50 
(11%,0%,16%,50%)
(0.11/0.00/0.16/0.50)	

CMYK percentages

%11.02
%0
%15.75
%50.2

Codes

Color #717F6B in popluar color models

717F6B
RGB113127107
HSL102°8.55%45.88%
HSB/HSV102°15.75%49.80%
CMYK11.02%0.00%15.75%
50.20%

Color #717F6B in popluar number systems.

HEX717F6B
Decimal113127107
Binary111000111111111101011
Octal161177153

Shades and tints

Shades of #717F6B

#717F6B
(113,127,107)
#677462
(103,116,98)
#5D6959
(93,105,89)
#535E50
(83,94,80)
#495347
(73,83,71)
#3F483E
(63,72,62)
#353D35
(53,61,53)
#2B322C
(43,50,44)
#212723
(33,39,35)
#171C1A
(23,28,26)
#0D1111
(13,17,17)
#000000
(0,0,0)

Tints of #717F6B

#717F6B
(113,127,107)
#7D8A78
(125,138,120)
#899585
(137,149,133)
#95A092
(149,160,146)
#A1AB9F
(161,171,159)
#ADB6AC
(173,182,172)
#B9C1B9
(185,193,185)
#C5CCC6
(197,204,198)
#D1D7D3
(209,215,211)
#DDE2E0
(221,226,224)
#E9EDED
(233,237,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #717F6B; }

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

This text font color is #717F6B.


Background Color

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

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

This div background color is #717F6B.


Border color

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

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

This div border color is #717F6B.


Opacity

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

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

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

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

This text has shadow with #717F6B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #717F6B on black background.


Color preview on white background

This text has color #717F6B on white background.



Black color preview on #717F6B background

This text has black color on #717F6B background.


White color preview on #717F6B background

This text has white color on #717F6B background.