COLOR #717D7E

HEX: #717D7E
RGB: (113,125,126)

Color info

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

RGB color model

#717D7E color RGB value is (113,125,126).

  • red value is 113;
  • green value is 125;
  • blue value is 126.
RGB:
(113,125,126)
(44%,49%,49%)

RGB channels and saturation

R 113 of 255 = 44%
G 125 of 255 = 49%
B 126 of 255 = 49%

113
125
126

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

Portions of RGB colors in percentages

R + G + B =
113 + 125 + 126 = 364 (100%)
R 113 of 364 ~ 31.04%
G 125 of 364 ~ 34.34%
B 126 of 364 ~ 34.62%

%31.04
%34.34
%34.62

CMYK color model

#717D7E color CMYK value is (10,1,0,51).

  • cyan value is 10.32%
  • magenta value is 0.79%
  • yellow value is 0.00%
  • key color value is 50.59%
CMYK:
(10,1,0,51)
C10M1Y0K51 
(10%,1%,0%,51%)
(0.10/0.01/0.00/0.51)	

CMYK percentages

%10.32
%0.79
%0
%50.59

Codes

Color #717D7E in popluar color models

717D7E
RGB113125126
HSL185°5.44%46.86%
HSB/HSV185°10.32%49.41%
CMYK10.32%0.79%0.00%
50.59%

Color #717D7E in popluar number systems.

HEX717D7E
Decimal113125126
Binary111000111111011111110
Octal161175176

Shades and tints

Shades of #717D7E

#717D7E
(113,125,126)
#677273
(103,114,115)
#5D6768
(93,103,104)
#535C5D
(83,92,93)
#495152
(73,81,82)
#3F4647
(63,70,71)
#353B3C
(53,59,60)
#2B3031
(43,48,49)
#212526
(33,37,38)
#171A1B
(23,26,27)
#0D0F10
(13,15,16)
#000000
(0,0,0)

Tints of #717D7E

#717D7E
(113,125,126)
#7D8889
(125,136,137)
#899394
(137,147,148)
#959E9F
(149,158,159)
#A1A9AA
(161,169,170)
#ADB4B5
(173,180,181)
#B9BFC0
(185,191,192)
#C5CACB
(197,202,203)
#D1D5D6
(209,213,214)
#DDE0E1
(221,224,225)
#E9EBEC
(233,235,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #717D7E; }

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

This text font color is #717D7E.


Background Color

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

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

This div background color is #717D7E.


Border color

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

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

This div border color is #717D7E.


Opacity

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

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

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

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

This text has shadow with #717D7E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #717D7E on black background.


Color preview on white background

This text has color #717D7E on white background.



Black color preview on #717D7E background

This text has black color on #717D7E background.


White color preview on #717D7E background

This text has white color on #717D7E background.