COLOR #717176

HEX: #717176
RGB: (113,113,118)

Color info

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

RGB color model

#717176 color RGB value is (113,113,118).

  • red value is 113;
  • green value is 113;
  • blue value is 118.
RGB:
(113,113,118)
(44%,44%,46%)

RGB channels and saturation

R 113 of 255 = 44%
G 113 of 255 = 44%
B 118 of 255 = 46%

113
113
118

R + G + B ~ 45%. #717176 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
113 + 113 + 118 = 344 (100%)
R 113 of 344 ~ 32.85%
G 113 of 344 ~ 32.85%
B 118 of 344 ~ 34.3%

%32.85
%32.85
%34.3

CMYK color model

#717176 color CMYK value is (4,4,0,54).

  • cyan value is 4.24%
  • magenta value is 4.24%
  • yellow value is 0.00%
  • key color value is 53.73%
CMYK:
(4,4,0,54)
C4M4Y0K54 
(4%,4%,0%,54%)
(0.04/0.04/0.00/0.54)	

CMYK percentages

%4.24
%4.24
%0
%53.73

Codes

Color #717176 in popluar color models

717176
RGB113113118
HSL240°2.16%45.29%
HSB/HSV240°4.24%46.27%
CMYK4.24%4.24%0.00%
53.73%

Color #717176 in popluar number systems.

HEX717176
Decimal113113118
Binary111000111100011110110
Octal161161166

Shades and tints

Shades of #717176

#717176
(113,113,118)
#67676C
(103,103,108)
#5D5D62
(93,93,98)
#535358
(83,83,88)
#49494E
(73,73,78)
#3F3F44
(63,63,68)
#35353A
(53,53,58)
#2B2B30
(43,43,48)
#212126
(33,33,38)
#17171C
(23,23,28)
#0D0D12
(13,13,18)
#000000
(0,0,0)

Tints of #717176

#717176
(113,113,118)
#7D7D82
(125,125,130)
#89898E
(137,137,142)
#95959A
(149,149,154)
#A1A1A6
(161,161,166)
#ADADB2
(173,173,178)
#B9B9BE
(185,185,190)
#C5C5CA
(197,197,202)
#D1D1D6
(209,209,214)
#DDDDE2
(221,221,226)
#E9E9EE
(233,233,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #717176 color. Also use rgb(113,113,118) instead hex code.

Text Font Color

.myTextColor { color: #717176; }

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

This text font color is #717176.


Background Color

.myBgColor { background-color: #717176; }

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

This div background color is #717176.


Border color

.myBorderColor { border: 1px solid #717176; }

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

This div border color is #717176.


Opacity

.myOpacity80 { color: #717176; opacity: 0.8; }

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

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

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

This text has shadow with #717176 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #717176 on black background.


Color preview on white background

This text has color #717176 on white background.



Black color preview on #717176 background

This text has black color on #717176 background.


White color preview on #717176 background

This text has white color on #717176 background.