COLOR #717A88

HEX: #717A88
RGB: (113,122,136)

Color info

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

RGB color model

#717A88 color RGB value is (113,122,136).

  • red value is 113;
  • green value is 122;
  • blue value is 136.
RGB:
(113,122,136)
(44%,48%,53%)

RGB channels and saturation

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

113
122
136

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

Portions of RGB colors in percentages

R + G + B =
113 + 122 + 136 = 371 (100%)
R 113 of 371 ~ 30.46%
G 122 of 371 ~ 32.88%
B 136 of 371 ~ 36.66%

%30.46
%32.88
%36.66

CMYK color model

#717A88 color CMYK value is (17,10,0,47).

  • cyan value is 16.91%
  • magenta value is 10.29%
  • yellow value is 0.00%
  • key color value is 46.67%
CMYK:
(17,10,0,47)
C17M10Y0K47 
(17%,10%,0%,47%)
(0.17/0.10/0.00/0.47)	

CMYK percentages

%16.91
%10.29
%0
%46.67

Codes

Color #717A88 in popluar color models

717A88
RGB113122136
HSL217°9.24%48.82%
HSB/HSV217°16.91%53.33%
CMYK16.91%10.29%0.00%
46.67%

Color #717A88 in popluar number systems.

HEX717A88
Decimal113122136
Binary1110001111101010001000
Octal161172210

Shades and tints

Shades of #717A88

#717A88
(113,122,136)
#676F7C
(103,111,124)
#5D6470
(93,100,112)
#535964
(83,89,100)
#494E58
(73,78,88)
#3F434C
(63,67,76)
#353840
(53,56,64)
#2B2D34
(43,45,52)
#212228
(33,34,40)
#17171C
(23,23,28)
#0D0C10
(13,12,16)
#000000
(0,0,0)

Tints of #717A88

#717A88
(113,122,136)
#7D8692
(125,134,146)
#89929C
(137,146,156)
#959EA6
(149,158,166)
#A1AAB0
(161,170,176)
#ADB6BA
(173,182,186)
#B9C2C4
(185,194,196)
#C5CECE
(197,206,206)
#D1DAD8
(209,218,216)
#DDE6E2
(221,230,226)
#E9F2EC
(233,242,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #717A88; }

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

This text font color is #717A88.


Background Color

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

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

This div background color is #717A88.


Border color

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

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

This div border color is #717A88.


Opacity

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

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

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

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

This text has shadow with #717A88 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #717A88 on black background.


Color preview on white background

This text has color #717A88 on white background.



Black color preview on #717A88 background

This text has black color on #717A88 background.


White color preview on #717A88 background

This text has white color on #717A88 background.