COLOR #716D84

HEX: #716D84 RGB: (113,109,132)

Color info

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

RGB color model

#716D84 color RGB value is (113,109,132).

RGB: (113,109,132) (44%, 43%, 52%)

RGB channels and saturation

R 113 of 255 = 44%
G 109 of 255 = 43%
B 132 of 255 = 52%

113
109
132

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

Portions of RGB colors in percentages

R + G + B = 113 + 109 + 132 = 354 (100%)
R 113 of 354 ~ 31.92%
G 109 of 354 ~ 30.79%
B 132 of 354 ~ 37.29'%

%31.92
%30.79
%37.29

CMYK color model

#716D84 color CMYK value is (14,17,0,48).

  • cyan value is 14.39%
  • magenta value is 17.42%
  • yellow value is 0.00%
  • key color value is 48.24%

CMYK: (14,17,0,48)
C14M17Y0K48 (14%, 17%, 0%, 48%)
(0.14 / 0.17 / 0.00 / 0.48)

CMYK percentages

%14.39
%17.42
%0
%48.24

Codes

Color #716D84 in popluar color models

71 6D 84
RGB 113 109 132
HSL 250° 9.54% 47.25%
HSB/HSV 250° 17.42% 51.76%
CMYK 14.39% 17.42% 0.00%
48.24%

Color #716D84 in popluar number systems.

HEX 71 6D 84
Decimal 113 109 132
Binary 1110001 1101101 10000100
Octal 161 155 204

Shades and tints

Shades of #716D84

#716D84
(113,109,132)
#676478
(103,100,120)
#5D5B6C
(93,91,108)
#535260
(83,82,96)
#494954
(73,73,84)
#3F4048
(63,64,72)
#35373C
(53,55,60)
#2B2E30
(43,46,48)
#212524
(33,37,36)
#171C18
(23,28,24)
#0D130C
(13,19,12)
#000000
(0,0,0)

Tints of #716D84

#716D84
(113,109,132)
#7D7A8F
(125,122,143)
#89879A
(137,135,154)
#9594A5
(149,148,165)
#A1A1B0
(161,161,176)
#ADAEBB
(173,174,187)
#B9BBC6
(185,187,198)
#C5C8D1
(197,200,209)
#D1D5DC
(209,213,220)
#DDE2E7
(221,226,231)
#E9EFF2
(233,239,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #716D84 color. Also use rgb(113,109,132) instead hex code.

Text Font Color

.myTextColor { color: #716D84; }

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

This text font color is #716D84.

Background Color

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

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

This div background color is #716D84.

Border color

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

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

This div border color is #716D84.

Opacity

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

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

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

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

This text has shadow with #716D84 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #716D84.

Preview

Color preview on black background

This text has color #716D84 on black background.


Color preview on white background

This text has color #716D84 on white background.


Black color preview on #716D84 background

This text has black color on #716D84 background.


White color preview on #716D84 background

This text has white color on #716D84 background.


Related colors

Complementary color

Complementary color for #hex is #8E927B.


I love getcolorcode.com

Triadic colors

1 #84716D and #6D8471 with #716D84 are triadic colors.

2 #846D71 and #6D7184 with #716D84 are triadic colors.