COLOR #717A86

HEX: #717A86 RGB: (113,122,134)

Color info

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

RGB color model

#717A86 color RGB value is (113,122,134).

RGB: (113,122,134) (44%, 48%, 53%)

RGB channels and saturation

R 113 of 255 = 44%
G 122 of 255 = 48%
B 134 of 255 = 53%

113
122
134

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

Portions of RGB colors in percentages

R + G + B = 113 + 122 + 134 = 369 (100%)
R 113 of 369 ~ 30.62%
G 122 of 369 ~ 33.06%
B 134 of 369 ~ 36.31'%

%30.62
%33.06
%36.31

CMYK color model

#717A86 color CMYK value is (16,9,0,47).

  • cyan value is 15.67%
  • magenta value is 8.96%
  • yellow value is 0.00%
  • key color value is 47.45%

CMYK: (16,9,0,47)
C16M9Y0K47 (16%, 9%, 0%, 47%)
(0.16 / 0.09 / 0.00 / 0.47)

CMYK percentages

%15.67
%8.96
%0
%47.45

Codes

Color #717A86 in popluar color models

71 7A 86
RGB 113 122 134
HSL 214° 8.50% 48.43%
HSB/HSV 214° 15.67% 52.55%
CMYK 15.67% 8.96% 0.00%
47.45%

Color #717A86 in popluar number systems.

HEX 71 7A 86
Decimal 113 122 134
Binary 1110001 1111010 10000110
Octal 161 172 206

Shades and tints

Shades of #717A86

#717A86
(113,122,134)
#676F7A
(103,111,122)
#5D646E
(93,100,110)
#535962
(83,89,98)
#494E56
(73,78,86)
#3F434A
(63,67,74)
#35383E
(53,56,62)
#2B2D32
(43,45,50)
#212226
(33,34,38)
#17171A
(23,23,26)
#0D0C0E
(13,12,14)
#000000
(0,0,0)

Tints of #717A86

#717A86
(113,122,134)
#7D8691
(125,134,145)
#89929C
(137,146,156)
#959EA7
(149,158,167)
#A1AAB2
(161,170,178)
#ADB6BD
(173,182,189)
#B9C2C8
(185,194,200)
#C5CED3
(197,206,211)
#D1DADE
(209,218,222)
#DDE6E9
(221,230,233)
#E9F2F4
(233,242,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #717A86 color. Also use rgb(113,122,134) instead hex code.

Text Font Color

.myTextColor { color: #717A86; }

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

This text font color is #717A86.

Background Color

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

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

This div background color is #717A86.

Border color

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

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

This div border color is #717A86.

Opacity

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

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

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

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

This text has shadow with #717A86 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #717A86.

Preview

Color preview on black background

This text has color #717A86 on black background.


Color preview on white background

This text has color #717A86 on white background.


Black color preview on #717A86 background

This text has black color on #717A86 background.


White color preview on #717A86 background

This text has white color on #717A86 background.


Related colors

Complementary color

Complementary color for #hex is #8E8579.


I love getcolorcode.com

Triadic colors

1 #86717A and #7A8671 with #717A86 are triadic colors.

2 #867A71 and #7A7186 with #717A86 are triadic colors.