COLOR #717878

HEX: #717878
RGB: (113,120,120)

Color info

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

RGB color model

#717878 color RGB value is (113,120,120).

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

RGB channels and saturation

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

113
120
120

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

Portions of RGB colors in percentages

R + G + B =
113 + 120 + 120 = 353 (100%)
R 113 of 353 ~ 32.01%
G 120 of 353 ~ 33.99%
B 120 of 353 ~ 33.99%

%32.01
%33.99
%33.99

CMYK color model

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

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

CMYK percentages

%5.83
%0
%0
%52.94

Codes

Color #717878 in popluar color models

717878
RGB113120120
HSL180°3.00%45.69%
HSB/HSV180°5.83%47.06%
CMYK5.83%0.00%0.00%
52.94%

Color #717878 in popluar number systems.

HEX717878
Decimal113120120
Binary111000111110001111000
Octal161170170

Shades and tints

Shades of #717878

#717878
(113,120,120)
#676E6E
(103,110,110)
#5D6464
(93,100,100)
#535A5A
(83,90,90)
#495050
(73,80,80)
#3F4646
(63,70,70)
#353C3C
(53,60,60)
#2B3232
(43,50,50)
#212828
(33,40,40)
#171E1E
(23,30,30)
#0D1414
(13,20,20)
#000000
(0,0,0)

Tints of #717878

#717878
(113,120,120)
#7D8484
(125,132,132)
#899090
(137,144,144)
#959C9C
(149,156,156)
#A1A8A8
(161,168,168)
#ADB4B4
(173,180,180)
#B9C0C0
(185,192,192)
#C5CCCC
(197,204,204)
#D1D8D8
(209,216,216)
#DDE4E4
(221,228,228)
#E9F0F0
(233,240,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #717878; }

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

This text font color is #717878.


Background Color

.myBgColor { background-color: #717878; }

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

This div background color is #717878.


Border color

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

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

This div border color is #717878.


Opacity

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

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

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

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

This text has shadow with #717878 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #717878 on black background.


Color preview on white background

This text has color #717878 on white background.



Black color preview on #717878 background

This text has black color on #717878 background.


White color preview on #717878 background

This text has white color on #717878 background.