COLOR #717D80

HEX: #717D80
RGB: (113,125,128)

Color info

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

RGB color model

#717D80 color RGB value is (113,125,128).

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

RGB channels and saturation

R 113 of 255 = 44%
G 125 of 255 = 49%
B 128 of 255 = 50%

113
125
128

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

Portions of RGB colors in percentages

R + G + B =
113 + 125 + 128 = 366 (100%)
R 113 of 366 ~ 30.87%
G 125 of 366 ~ 34.15%
B 128 of 366 ~ 34.97%

%30.87
%34.15
%34.97

CMYK color model

#717D80 color CMYK value is (12,2,0,50).

  • cyan value is 11.72%
  • magenta value is 2.34%
  • yellow value is 0.00%
  • key color value is 49.80%
CMYK:
(12,2,0,50)
C12M2Y0K50 
(12%,2%,0%,50%)
(0.12/0.02/0.00/0.50)	

CMYK percentages

%11.72
%2.34
%0
%49.8

Codes

Color #717D80 in popluar color models

717D80
RGB113125128
HSL192°6.22%47.25%
HSB/HSV192°11.72%50.20%
CMYK11.72%2.34%0.00%
49.80%

Color #717D80 in popluar number systems.

HEX717D80
Decimal113125128
Binary1110001111110110000000
Octal161175200

Shades and tints

Shades of #717D80

#717D80
(113,125,128)
#677275
(103,114,117)
#5D676A
(93,103,106)
#535C5F
(83,92,95)
#495154
(73,81,84)
#3F4649
(63,70,73)
#353B3E
(53,59,62)
#2B3033
(43,48,51)
#212528
(33,37,40)
#171A1D
(23,26,29)
#0D0F12
(13,15,18)
#000000
(0,0,0)

Tints of #717D80

#717D80
(113,125,128)
#7D888B
(125,136,139)
#899396
(137,147,150)
#959EA1
(149,158,161)
#A1A9AC
(161,169,172)
#ADB4B7
(173,180,183)
#B9BFC2
(185,191,194)
#C5CACD
(197,202,205)
#D1D5D8
(209,213,216)
#DDE0E3
(221,224,227)
#E9EBEE
(233,235,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #717D80; }

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

This text font color is #717D80.


Background Color

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

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

This div background color is #717D80.


Border color

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

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

This div border color is #717D80.


Opacity

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

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

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

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

This text has shadow with #717D80 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #717D80 on black background.


Color preview on white background

This text has color #717D80 on white background.



Black color preview on #717D80 background

This text has black color on #717D80 background.


White color preview on #717D80 background

This text has white color on #717D80 background.