COLOR #717B85

HEX: #717B85 RGB: (113,123,133)

Color info

#717B85 contains red, green and blue colors in about the same proportion. Web safe color of #717B85 is #666699 (or #669).

RGB color model

#717B85 color RGB value is (113,123,133).

RGB: (113,123,133) (44%, 48%, 52%)

RGB channels and saturation

R 113 of 255 = 44%
G 123 of 255 = 48%
B 133 of 255 = 52%

113
123
133

R + G + B ~ 48%. #717B85 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B = 113 + 123 + 133 = 369 (100%)
R 113 of 369 ~ 30.62%
G 123 of 369 ~ 33.33%
B 133 of 369 ~ 36.04'%

%30.62
%33.33
%36.04

CMYK color model

#717B85 color CMYK value is (15,8,0,48).

  • cyan value is 15.04%
  • magenta value is 7.52%
  • yellow value is 0.00%
  • key color value is 47.84%
CMYK: (15,8,0,48) C15M8Y0K48 (15%,8%,0%,48%) (0.15/0.08/0.00/0.48) 

CMYK percentages

%15.04
%7.52
%0
%47.84

Codes

Color #717B85 in popluar color models

71 7B 85
RGB 113 123 133
HSL 210° 8.13% 48.24%
HSB/HSV 210° 15.04% 52.16%
CMYK 15.04% 7.52% 0.00%
47.84%

Color #717B85 in popluar number systems.

HEX 71 7B 85
Decimal 113 123 133
Binary 1110001 1111011 10000101
Octal 161 173 205

Shades and tints

Shades of #717B85

#717B85
(113,123,133)
#677079
(103,112,121)
#5D656D
(93,101,109)
#535A61
(83,90,97)
#494F55
(73,79,85)
#3F4449
(63,68,73)
#35393D
(53,57,61)
#2B2E31
(43,46,49)
#212325
(33,35,37)
#171819
(23,24,25)
#0D0D0D
(13,13,13)
#000000
(0,0,0)

Tints of #717B85

#717B85
(113,123,133)
#7D8790
(125,135,144)
#89939B
(137,147,155)
#959FA6
(149,159,166)
#A1ABB1
(161,171,177)
#ADB7BC
(173,183,188)
#B9C3C7
(185,195,199)
#C5CFD2
(197,207,210)
#D1DBDD
(209,219,221)
#DDE7E8
(221,231,232)
#E9F3F3
(233,243,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #717B85 color. Also use rgb(113,123,133) instead hex code.

Text Font Color

.myTextColor { color: #717B85; }

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

This text font color is #717B85.

Background Color

.myBgColor { background-color: #717B85; }

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

This div background color is #717B85.

Border color

.myBorderColor { border: 1px solid #717B85; }

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

This div border color is #717B85.

Opacity

.myOpacity80 { color: #717B85; opacity: 0.8; }

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

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

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

This text has shadow with #717B85 color.


.textShadow {text-shadow: 3px 3px 1px #717B85', 3px 3px 1px red;}

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

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


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

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

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

Div box shadow color

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

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #717B85; -webkit-box-shadow: 1px 1px 3px 2px #717B85; box-shadow:1px 1px 3px 2px #717B85;">
Div content here
</div>

This div box has shadow with color #717B85.

Preview

Color preview on black background

This text has color #717B85 on black background.


Color preview on white background

This text has color #717B85 on white background.


Black color preview on #717B85 background

This text has black color on #717B85 background.


White color preview on #717B85 background

This text has white color on #717B85 background.


Related colors

Complementary color

Complementary color for #hex is #8E847A.


I love getcolorcode.com

Triadic colors

1 #85717B and #7B8571 with #717B85 are triadic colors.

2 #857B71 and #7B7185 with #717B85 are triadic colors.