COLOR #717A73

HEX: #717A73
RGB: (113,122,115)

Color info

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

RGB color model

#717A73 color RGB value is (113,122,115).

  • red value is 113;
  • green value is 122;
  • blue value is 115.
RGB:
(113,122,115)
(44%,48%,45%)

RGB channels and saturation

R 113 of 255 = 44%
G 122 of 255 = 48%
B 115 of 255 = 45%

113
122
115

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

Portions of RGB colors in percentages

R + G + B =
113 + 122 + 115 = 350 (100%)
R 113 of 350 ~ 32.29%
G 122 of 350 ~ 34.86%
B 115 of 350 ~ 32.86%

%32.29
%34.86
%32.86

CMYK color model

#717A73 color CMYK value is (7,0,6,52).

  • cyan value is 7.38%
  • magenta value is 0.00%
  • yellow value is 5.74%
  • key color value is 52.16%
CMYK:
(7,0,6,52)
C7M0Y6K52 
(7%,0%,6%,52%)
(0.07/0.00/0.06/0.52)	

CMYK percentages

%7.38
%0
%5.74
%52.16

Codes

Color #717A73 in popluar color models

717A73
RGB113122115
HSL133°3.83%46.08%
HSB/HSV133°7.38%47.84%
CMYK7.38%0.00%5.74%
52.16%

Color #717A73 in popluar number systems.

HEX717A73
Decimal113122115
Binary111000111110101110011
Octal161172163

Shades and tints

Shades of #717A73

#717A73
(113,122,115)
#676F69
(103,111,105)
#5D645F
(93,100,95)
#535955
(83,89,85)
#494E4B
(73,78,75)
#3F4341
(63,67,65)
#353837
(53,56,55)
#2B2D2D
(43,45,45)
#212223
(33,34,35)
#171719
(23,23,25)
#0D0C0F
(13,12,15)
#000000
(0,0,0)

Tints of #717A73

#717A73
(113,122,115)
#7D867F
(125,134,127)
#89928B
(137,146,139)
#959E97
(149,158,151)
#A1AAA3
(161,170,163)
#ADB6AF
(173,182,175)
#B9C2BB
(185,194,187)
#C5CEC7
(197,206,199)
#D1DAD3
(209,218,211)
#DDE6DF
(221,230,223)
#E9F2EB
(233,242,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #717A73; }

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

This text font color is #717A73.


Background Color

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

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

This div background color is #717A73.


Border color

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

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

This div border color is #717A73.


Opacity

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

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

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

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

This text has shadow with #717A73 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #717A73 on black background.


Color preview on white background

This text has color #717A73 on white background.



Black color preview on #717A73 background

This text has black color on #717A73 background.


White color preview on #717A73 background

This text has white color on #717A73 background.