COLOR #717B90

HEX: #717B90 RGB: (113,123,144)

Color info

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

RGB color model

#717B90 color RGB value is (113,123,144).

RGB: (113,123,144) (44%, 48%, 56%)

RGB channels and saturation

R 113 of 255 = 44%
G 123 of 255 = 48%
B 144 of 255 = 56%

113
123
144

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

Portions of RGB colors in percentages

R + G + B = 113 + 123 + 144 = 380 (100%)
R 113 of 380 ~ 29.74%
G 123 of 380 ~ 32.37%
B 144 of 380 ~ 37.89'%

%29.74
%32.37
%37.89

CMYK color model

#717B90 color CMYK value is (22,15,0,44).

  • cyan value is 21.53%
  • magenta value is 14.58%
  • yellow value is 0.00%
  • key color value is 43.53%

CMYK: (22,15,0,44)
C22M15Y0K44 (22%, 15%, 0%, 44%)
(0.22 / 0.15 / 0.00 / 0.44)

CMYK percentages

%21.53
%14.58
%0
%43.53

Codes

Color #717B90 in popluar color models

71 7B 90
RGB 113 123 144
HSL 221° 12.25% 50.39%
HSB/HSV 221° 21.53% 56.47%
CMYK 21.53% 14.58% 0.00%
43.53%

Color #717B90 in popluar number systems.

HEX 71 7B 90
Decimal 113 123 144
Binary 1110001 1111011 10010000
Octal 161 173 220

Shades and tints

Shades of #717B90

#717B90
(113,123,144)
#677083
(103,112,131)
#5D6576
(93,101,118)
#535A69
(83,90,105)
#494F5C
(73,79,92)
#3F444F
(63,68,79)
#353942
(53,57,66)
#2B2E35
(43,46,53)
#212328
(33,35,40)
#17181B
(23,24,27)
#0D0D0E
(13,13,14)
#000000
(0,0,0)

Tints of #717B90

#717B90
(113,123,144)
#7D879A
(125,135,154)
#8993A4
(137,147,164)
#959FAE
(149,159,174)
#A1ABB8
(161,171,184)
#ADB7C2
(173,183,194)
#B9C3CC
(185,195,204)
#C5CFD6
(197,207,214)
#D1DBE0
(209,219,224)
#DDE7EA
(221,231,234)
#E9F3F4
(233,243,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #717B90; }

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

This text font color is #717B90.

Background Color

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

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

This div background color is #717B90.

Border color

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

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

This div border color is #717B90.

Opacity

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

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

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

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

This text has shadow with #717B90 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #717B90.

Preview

Color preview on black background

This text has color #717B90 on black background.


Color preview on white background

This text has color #717B90 on white background.


Black color preview on #717B90 background

This text has black color on #717B90 background.


White color preview on #717B90 background

This text has white color on #717B90 background.


Related colors

Complementary color

Complementary color for #hex is #8E846F.


I love getcolorcode.com

Triadic colors

1 #90717B and #7B9071 with #717B90 are triadic colors.

2 #907B71 and #7B7190 with #717B90 are triadic colors.