COLOR #717877

HEX: #717877
RGB: (113,120,119)

Color info

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

RGB color model

#717877 color RGB value is (113,120,119).

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

RGB channels and saturation

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

113
120
119

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

Portions of RGB colors in percentages

R + G + B =
113 + 120 + 119 = 352 (100%)
R 113 of 352 ~ 32.1%
G 120 of 352 ~ 34.09%
B 119 of 352 ~ 33.81%

%32.1
%34.09
%33.81

CMYK color model

#717877 color CMYK value is (6,0,1,53).

  • cyan value is 5.83%
  • magenta value is 0.00%
  • yellow value is 0.83%
  • key color value is 52.94%
CMYK:
(6,0,1,53)
C6M0Y1K53 
(6%,0%,1%,53%)
(0.06/0.00/0.01/0.53)	

CMYK percentages

%5.83
%0
%0.83
%52.94

Codes

Color #717877 in popluar color models

717877
RGB113120119
HSL171°3.00%45.69%
HSB/HSV171°5.83%47.06%
CMYK5.83%0.00%0.83%
52.94%

Color #717877 in popluar number systems.

HEX717877
Decimal113120119
Binary111000111110001110111
Octal161170167

Shades and tints

Shades of #717877

#717877
(113,120,119)
#676E6D
(103,110,109)
#5D6463
(93,100,99)
#535A59
(83,90,89)
#49504F
(73,80,79)
#3F4645
(63,70,69)
#353C3B
(53,60,59)
#2B3231
(43,50,49)
#212827
(33,40,39)
#171E1D
(23,30,29)
#0D1413
(13,20,19)
#000000
(0,0,0)

Tints of #717877

#717877
(113,120,119)
#7D8483
(125,132,131)
#89908F
(137,144,143)
#959C9B
(149,156,155)
#A1A8A7
(161,168,167)
#ADB4B3
(173,180,179)
#B9C0BF
(185,192,191)
#C5CCCB
(197,204,203)
#D1D8D7
(209,216,215)
#DDE4E3
(221,228,227)
#E9F0EF
(233,240,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #717877; }

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

This text font color is #717877.


Background Color

.myBgColor { background-color: #717877; }

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

This div background color is #717877.


Border color

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

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

This div border color is #717877.


Opacity

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

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

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

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

This text has shadow with #717877 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #717877 on black background.


Color preview on white background

This text has color #717877 on white background.



Black color preview on #717877 background

This text has black color on #717877 background.


White color preview on #717877 background

This text has white color on #717877 background.