COLOR #716C88

HEX: #716C88 RGB: (113,108,136)

Color info

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

RGB color model

#716C88 color RGB value is (113,108,136).

RGB: (113,108,136) (44%, 42%, 53%)

RGB channels and saturation

R 113 of 255 = 44%
G 108 of 255 = 42%
B 136 of 255 = 53%

113
108
136

R + G + B ~ 46%. #716C88 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B = 113 + 108 + 136 = 357 (100%)
R 113 of 357 ~ 31.65%
G 108 of 357 ~ 30.25%
B 136 of 357 ~ 38.1'%

%31.65
%30.25
%38.1

CMYK color model

#716C88 color CMYK value is (17,21,0,47).

  • cyan value is 16.91%
  • magenta value is 20.59%
  • yellow value is 0.00%
  • key color value is 46.67%

CMYK: (17,21,0,47)
C17M21Y0K47 (17%, 21%, 0%, 47%)
(0.17 / 0.21 / 0.00 / 0.47)

CMYK percentages

%16.91
%20.59
%0
%46.67

Codes

Color #716C88 in popluar color models

71 6C 88
RGB 113 108 136
HSL 251° 11.48% 47.84%
HSB/HSV 251° 20.59% 53.33%
CMYK 16.91% 20.59% 0.00%
46.67%

Color #716C88 in popluar number systems.

HEX 71 6C 88
Decimal 113 108 136
Binary 1110001 1101100 10001000
Octal 161 154 210

Shades and tints

Shades of #716C88

#716C88
(113,108,136)
#67637C
(103,99,124)
#5D5A70
(93,90,112)
#535164
(83,81,100)
#494858
(73,72,88)
#3F3F4C
(63,63,76)
#353640
(53,54,64)
#2B2D34
(43,45,52)
#212428
(33,36,40)
#171B1C
(23,27,28)
#0D1210
(13,18,16)
#000000
(0,0,0)

Tints of #716C88

#716C88
(113,108,136)
#7D7992
(125,121,146)
#89869C
(137,134,156)
#9593A6
(149,147,166)
#A1A0B0
(161,160,176)
#ADADBA
(173,173,186)
#B9BAC4
(185,186,196)
#C5C7CE
(197,199,206)
#D1D4D8
(209,212,216)
#DDE1E2
(221,225,226)
#E9EEEC
(233,238,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #716C88 color. Also use rgb(113,108,136) instead hex code.

Text Font Color

.myTextColor { color: #716C88; }

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

This text font color is #716C88.

Background Color

.myBgColor { background-color: #716C88; }

<div style="background-color:#716C88">Inner text</div>

This div background color is #716C88.

Border color

.myBorderColor { border: 1px solid #716C88; }

<div style="border:3px solid #716C88">Div</div>

This div border color is #716C88.

Opacity

.myOpacity80 { color: #716C88; opacity: 0.8; }

<p style="color:#716C88;opacity:0.8;">80%</p>

Text with #716C88 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 #716C88;}

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

This text has shadow with #716C88 color.


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

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

This text has shadow with #716C88 primary color and red secondary color.


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

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

This text has shadow with #716C88 and red colors in old Internet Explorer.

Div box shadow color

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

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

This div box has shadow with color #716C88.

Preview

Color preview on black background

This text has color #716C88 on black background.


Color preview on white background

This text has color #716C88 on white background.


Black color preview on #716C88 background

This text has black color on #716C88 background.


White color preview on #716C88 background

This text has white color on #716C88 background.


Related colors

Complementary color

Complementary color for #hex is #8E9377.


I love getcolorcode.com

Triadic colors

1 #88716C and #6C8871 with #716C88 are triadic colors.

2 #886C71 and #6C7188 with #716C88 are triadic colors.