COLOR #717077

HEX: #717077
RGB: (113,112,119)

Color info

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

RGB color model

#717077 color RGB value is (113,112,119).

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

RGB channels and saturation

R 113 of 255 = 44%
G 112 of 255 = 44%
B 119 of 255 = 47%

113
112
119

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

Portions of RGB colors in percentages

R + G + B =
113 + 112 + 119 = 344 (100%)
R 113 of 344 ~ 32.85%
G 112 of 344 ~ 32.56%
B 119 of 344 ~ 34.59%

%32.85
%32.56
%34.59

CMYK color model

#717077 color CMYK value is (5,6,0,53).

  • cyan value is 5.04%
  • magenta value is 5.88%
  • yellow value is 0.00%
  • key color value is 53.33%
CMYK:
(5,6,0,53)
C5M6Y0K53 
(5%,6%,0%,53%)
(0.05/0.06/0.00/0.53)	

CMYK percentages

%5.04
%5.88
%0
%53.33

Codes

Color #717077 in popluar color models

717077
RGB113112119
HSL249°3.03%45.29%
HSB/HSV249°5.88%46.67%
CMYK5.04%5.88%0.00%
53.33%

Color #717077 in popluar number systems.

HEX717077
Decimal113112119
Binary111000111100001110111
Octal161160167

Shades and tints

Shades of #717077

#717077
(113,112,119)
#67666D
(103,102,109)
#5D5C63
(93,92,99)
#535259
(83,82,89)
#49484F
(73,72,79)
#3F3E45
(63,62,69)
#35343B
(53,52,59)
#2B2A31
(43,42,49)
#212027
(33,32,39)
#17161D
(23,22,29)
#0D0C13
(13,12,19)
#000000
(0,0,0)

Tints of #717077

#717077
(113,112,119)
#7D7D83
(125,125,131)
#898A8F
(137,138,143)
#95979B
(149,151,155)
#A1A4A7
(161,164,167)
#ADB1B3
(173,177,179)
#B9BEBF
(185,190,191)
#C5CBCB
(197,203,203)
#D1D8D7
(209,216,215)
#DDE5E3
(221,229,227)
#E9F2EF
(233,242,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #717077; }

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

This text font color is #717077.


Background Color

.myBgColor { background-color: #717077; }

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

This div background color is #717077.


Border color

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

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

This div border color is #717077.


Opacity

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

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

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

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

This text has shadow with #717077 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #717077 on black background.


Color preview on white background

This text has color #717077 on white background.



Black color preview on #717077 background

This text has black color on #717077 background.


White color preview on #717077 background

This text has white color on #717077 background.