COLOR #717577

HEX: #717577
RGB: (113,117,119)

Color info

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

RGB color model

#717577 color RGB value is (113,117,119).

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

RGB channels and saturation

R 113 of 255 = 44%
G 117 of 255 = 46%
B 119 of 255 = 47%

113
117
119

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

Portions of RGB colors in percentages

R + G + B =
113 + 117 + 119 = 349 (100%)
R 113 of 349 ~ 32.38%
G 117 of 349 ~ 33.52%
B 119 of 349 ~ 34.1%

%32.38
%33.52
%34.1

CMYK color model

#717577 color CMYK value is (5,2,0,53).

  • cyan value is 5.04%
  • magenta value is 1.68%
  • yellow value is 0.00%
  • key color value is 53.33%
CMYK:
(5,2,0,53)
C5M2Y0K53 
(5%,2%,0%,53%)
(0.05/0.02/0.00/0.53)	

CMYK percentages

%5.04
%1.68
%0
%53.33

Codes

Color #717577 in popluar color models

717577
RGB113117119
HSL200°2.59%45.49%
HSB/HSV200°5.04%46.67%
CMYK5.04%1.68%0.00%
53.33%

Color #717577 in popluar number systems.

HEX717577
Decimal113117119
Binary111000111101011110111
Octal161165167

Shades and tints

Shades of #717577

#717577
(113,117,119)
#676B6D
(103,107,109)
#5D6163
(93,97,99)
#535759
(83,87,89)
#494D4F
(73,77,79)
#3F4345
(63,67,69)
#35393B
(53,57,59)
#2B2F31
(43,47,49)
#212527
(33,37,39)
#171B1D
(23,27,29)
#0D1113
(13,17,19)
#000000
(0,0,0)

Tints of #717577

#717577
(113,117,119)
#7D8183
(125,129,131)
#898D8F
(137,141,143)
#95999B
(149,153,155)
#A1A5A7
(161,165,167)
#ADB1B3
(173,177,179)
#B9BDBF
(185,189,191)
#C5C9CB
(197,201,203)
#D1D5D7
(209,213,215)
#DDE1E3
(221,225,227)
#E9EDEF
(233,237,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #717577; }

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

This text font color is #717577.


Background Color

.myBgColor { background-color: #717577; }

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

This div background color is #717577.


Border color

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

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

This div border color is #717577.


Opacity

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

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

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

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

This text has shadow with #717577 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #717577 on black background.


Color preview on white background

This text has color #717577 on white background.



Black color preview on #717577 background

This text has black color on #717577 background.


White color preview on #717577 background

This text has white color on #717577 background.