COLOR #717576

HEX: #717576
RGB: (113,117,118)

Color info

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

RGB color model

#717576 color RGB value is (113,117,118).

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

RGB channels and saturation

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

113
117
118

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

Portions of RGB colors in percentages

R + G + B =
113 + 117 + 118 = 348 (100%)
R 113 of 348 ~ 32.47%
G 117 of 348 ~ 33.62%
B 118 of 348 ~ 33.91%

%32.47
%33.62
%33.91

CMYK color model

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

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

CMYK percentages

%4.24
%0.85
%0
%53.73

Codes

Color #717576 in popluar color models

717576
RGB113117118
HSL192°2.16%45.29%
HSB/HSV192°4.24%46.27%
CMYK4.24%0.85%0.00%
53.73%

Color #717576 in popluar number systems.

HEX717576
Decimal113117118
Binary111000111101011110110
Octal161165166

Shades and tints

Shades of #717576

#717576
(113,117,118)
#676B6C
(103,107,108)
#5D6162
(93,97,98)
#535758
(83,87,88)
#494D4E
(73,77,78)
#3F4344
(63,67,68)
#35393A
(53,57,58)
#2B2F30
(43,47,48)
#212526
(33,37,38)
#171B1C
(23,27,28)
#0D1112
(13,17,18)
#000000
(0,0,0)

Tints of #717576

#717576
(113,117,118)
#7D8182
(125,129,130)
#898D8E
(137,141,142)
#95999A
(149,153,154)
#A1A5A6
(161,165,166)
#ADB1B2
(173,177,178)
#B9BDBE
(185,189,190)
#C5C9CA
(197,201,202)
#D1D5D6
(209,213,214)
#DDE1E2
(221,225,226)
#E9EDEE
(233,237,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #717576; }

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

This text font color is #717576.


Background Color

.myBgColor { background-color: #717576; }

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

This div background color is #717576.


Border color

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

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

This div border color is #717576.


Opacity

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

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

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

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

This text has shadow with #717576 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #717576 on black background.


Color preview on white background

This text has color #717576 on white background.



Black color preview on #717576 background

This text has black color on #717576 background.


White color preview on #717576 background

This text has white color on #717576 background.