COLOR #717A79

HEX: #717A79
RGB: (113,122,121)

Color info

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

RGB color model

#717A79 color RGB value is (113,122,121).

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

RGB channels and saturation

R 113 of 255 = 44%
G 122 of 255 = 48%
B 121 of 255 = 47%

113
122
121

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

Portions of RGB colors in percentages

R + G + B =
113 + 122 + 121 = 356 (100%)
R 113 of 356 ~ 31.74%
G 122 of 356 ~ 34.27%
B 121 of 356 ~ 33.99%

%31.74
%34.27
%33.99

CMYK color model

#717A79 color CMYK value is (7,0,1,52).

  • cyan value is 7.38%
  • magenta value is 0.00%
  • yellow value is 0.82%
  • key color value is 52.16%
CMYK:
(7,0,1,52)
C7M0Y1K52 
(7%,0%,1%,52%)
(0.07/0.00/0.01/0.52)	

CMYK percentages

%7.38
%0
%0.82
%52.16

Codes

Color #717A79 in popluar color models

717A79
RGB113122121
HSL173°3.83%46.08%
HSB/HSV173°7.38%47.84%
CMYK7.38%0.00%0.82%
52.16%

Color #717A79 in popluar number systems.

HEX717A79
Decimal113122121
Binary111000111110101111001
Octal161172171

Shades and tints

Shades of #717A79

#717A79
(113,122,121)
#676F6E
(103,111,110)
#5D6463
(93,100,99)
#535958
(83,89,88)
#494E4D
(73,78,77)
#3F4342
(63,67,66)
#353837
(53,56,55)
#2B2D2C
(43,45,44)
#212221
(33,34,33)
#171716
(23,23,22)
#0D0C0B
(13,12,11)
#000000
(0,0,0)

Tints of #717A79

#717A79
(113,122,121)
#7D8685
(125,134,133)
#899291
(137,146,145)
#959E9D
(149,158,157)
#A1AAA9
(161,170,169)
#ADB6B5
(173,182,181)
#B9C2C1
(185,194,193)
#C5CECD
(197,206,205)
#D1DAD9
(209,218,217)
#DDE6E5
(221,230,229)
#E9F2F1
(233,242,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #717A79; }

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

This text font color is #717A79.


Background Color

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

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

This div background color is #717A79.


Border color

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

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

This div border color is #717A79.


Opacity

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

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

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

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

This text has shadow with #717A79 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #717A79 on black background.


Color preview on white background

This text has color #717A79 on white background.



Black color preview on #717A79 background

This text has black color on #717A79 background.


White color preview on #717A79 background

This text has white color on #717A79 background.