COLOR #717A74

HEX: #717A74
RGB: (113,122,116)

Color info

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

RGB color model

#717A74 color RGB value is (113,122,116).

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

RGB channels and saturation

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

113
122
116

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

Portions of RGB colors in percentages

R + G + B =
113 + 122 + 116 = 351 (100%)
R 113 of 351 ~ 32.19%
G 122 of 351 ~ 34.76%
B 116 of 351 ~ 33.05%

%32.19
%34.76
%33.05

CMYK color model

#717A74 color CMYK value is (7,0,5,52).

  • cyan value is 7.38%
  • magenta value is 0.00%
  • yellow value is 4.92%
  • key color value is 52.16%
CMYK:
(7,0,5,52)
C7M0Y5K52 
(7%,0%,5%,52%)
(0.07/0.00/0.05/0.52)	

CMYK percentages

%7.38
%0
%4.92
%52.16

Codes

Color #717A74 in popluar color models

717A74
RGB113122116
HSL140°3.83%46.08%
HSB/HSV140°7.38%47.84%
CMYK7.38%0.00%4.92%
52.16%

Color #717A74 in popluar number systems.

HEX717A74
Decimal113122116
Binary111000111110101110100
Octal161172164

Shades and tints

Shades of #717A74

#717A74
(113,122,116)
#676F6A
(103,111,106)
#5D6460
(93,100,96)
#535956
(83,89,86)
#494E4C
(73,78,76)
#3F4342
(63,67,66)
#353838
(53,56,56)
#2B2D2E
(43,45,46)
#212224
(33,34,36)
#17171A
(23,23,26)
#0D0C10
(13,12,16)
#000000
(0,0,0)

Tints of #717A74

#717A74
(113,122,116)
#7D8680
(125,134,128)
#89928C
(137,146,140)
#959E98
(149,158,152)
#A1AAA4
(161,170,164)
#ADB6B0
(173,182,176)
#B9C2BC
(185,194,188)
#C5CEC8
(197,206,200)
#D1DAD4
(209,218,212)
#DDE6E0
(221,230,224)
#E9F2EC
(233,242,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #717A74; }

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

This text font color is #717A74.


Background Color

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

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

This div background color is #717A74.


Border color

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

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

This div border color is #717A74.


Opacity

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

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

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

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

This text has shadow with #717A74 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #717A74 on black background.


Color preview on white background

This text has color #717A74 on white background.



Black color preview on #717A74 background

This text has black color on #717A74 background.


White color preview on #717A74 background

This text has white color on #717A74 background.