COLOR #717A82

HEX: #717A82 RGB: (113,122,130)

Color info

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

RGB color model

#717A82 color RGB value is (113,122,130).

RGB: (113,122,130) (44%, 48%, 51%)

RGB channels and saturation

R 113 of 255 = 44%
G 122 of 255 = 48%
B 130 of 255 = 51%

113
122
130

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

Portions of RGB colors in percentages

R + G + B = 113 + 122 + 130 = 365 (100%)
R 113 of 365 ~ 30.96%
G 122 of 365 ~ 33.42%
B 130 of 365 ~ 35.62'%

%30.96
%33.42
%35.62

CMYK color model

#717A82 color CMYK value is (13,6,0,49).

  • cyan value is 13.08%
  • magenta value is 6.15%
  • yellow value is 0.00%
  • key color value is 49.02%

CMYK: (13,6,0,49)
C13M6Y0K49 (13%, 6%, 0%, 49%)
(0.13 / 0.06 / 0.00 / 0.49)

CMYK percentages

%13.08
%6.15
%0
%49.02

Codes

Color #717A82 in popluar color models

71 7A 82
RGB 113 122 130
HSL 208° 7.00% 47.65%
HSB/HSV 208° 13.08% 50.98%
CMYK 13.08% 6.15% 0.00%
49.02%

Color #717A82 in popluar number systems.

HEX 71 7A 82
Decimal 113 122 130
Binary 1110001 1111010 10000010
Octal 161 172 202

Shades and tints

Shades of #717A82

#717A82
(113,122,130)
#676F77
(103,111,119)
#5D646C
(93,100,108)
#535961
(83,89,97)
#494E56
(73,78,86)
#3F434B
(63,67,75)
#353840
(53,56,64)
#2B2D35
(43,45,53)
#21222A
(33,34,42)
#17171F
(23,23,31)
#0D0C14
(13,12,20)
#000000
(0,0,0)

Tints of #717A82

#717A82
(113,122,130)
#7D868D
(125,134,141)
#899298
(137,146,152)
#959EA3
(149,158,163)
#A1AAAE
(161,170,174)
#ADB6B9
(173,182,185)
#B9C2C4
(185,194,196)
#C5CECF
(197,206,207)
#D1DADA
(209,218,218)
#DDE6E5
(221,230,229)
#E9F2F0
(233,242,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #717A82; }

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

This text font color is #717A82.

Background Color

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

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

This div background color is #717A82.

Border color

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

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

This div border color is #717A82.

Opacity

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

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

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

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

This text has shadow with #717A82 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #717A82.

Preview

Color preview on black background

This text has color #717A82 on black background.


Color preview on white background

This text has color #717A82 on white background.


Black color preview on #717A82 background

This text has black color on #717A82 background.


White color preview on #717A82 background

This text has white color on #717A82 background.


Related colors

Complementary color

Complementary color for #hex is #8E857D.


I love getcolorcode.com

Triadic colors

1 #82717A and #7A8271 with #717A82 are triadic colors.

2 #827A71 and #7A7182 with #717A82 are triadic colors.