COLOR #716D85

HEX: #716D85 RGB: (113,109,133)

Color info

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

RGB color model

#716D85 color RGB value is (113,109,133).

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

RGB channels and saturation

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

113
109
133

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

Portions of RGB colors in percentages

R + G + B = 113 + 109 + 133 = 355 (100%)
R 113 of 355 ~ 31.83%
G 109 of 355 ~ 30.7%
B 133 of 355 ~ 37.46'%

%31.83
%30.7
%37.46

CMYK color model

#716D85 color CMYK value is (15,18,0,48).

  • cyan value is 15.04%
  • magenta value is 18.05%
  • yellow value is 0.00%
  • key color value is 47.84%

CMYK: (15,18,0,48)
C15M18Y0K48 (15%, 18%, 0%, 48%)
(0.15 / 0.18 / 0.00 / 0.48)

CMYK percentages

%15.04
%18.05
%0
%47.84

Codes

Color #716D85 in popluar color models

71 6D 85
RGB 113 109 133
HSL 250° 9.92% 47.45%
HSB/HSV 250° 18.05% 52.16%
CMYK 15.04% 18.05% 0.00%
47.84%

Color #716D85 in popluar number systems.

HEX 71 6D 85
Decimal 113 109 133
Binary 1110001 1101101 10000101
Octal 161 155 205

Shades and tints

Shades of #716D85

#716D85
(113,109,133)
#676479
(103,100,121)
#5D5B6D
(93,91,109)
#535261
(83,82,97)
#494955
(73,73,85)
#3F4049
(63,64,73)
#35373D
(53,55,61)
#2B2E31
(43,46,49)
#212525
(33,37,37)
#171C19
(23,28,25)
#0D130D
(13,19,13)
#000000
(0,0,0)

Tints of #716D85

#716D85
(113,109,133)
#7D7A90
(125,122,144)
#89879B
(137,135,155)
#9594A6
(149,148,166)
#A1A1B1
(161,161,177)
#ADAEBC
(173,174,188)
#B9BBC7
(185,187,199)
#C5C8D2
(197,200,210)
#D1D5DD
(209,213,221)
#DDE2E8
(221,226,232)
#E9EFF3
(233,239,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #716D85; }

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

This text font color is #716D85.

Background Color

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

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

This div background color is #716D85.

Border color

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

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

This div border color is #716D85.

Opacity

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

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

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

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

This text has shadow with #716D85 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #716D85.

Preview

Color preview on black background

This text has color #716D85 on black background.


Color preview on white background

This text has color #716D85 on white background.


Black color preview on #716D85 background

This text has black color on #716D85 background.


White color preview on #716D85 background

This text has white color on #716D85 background.


Related colors

Complementary color

Complementary color for #hex is #8E927A.


I love getcolorcode.com

Triadic colors

1 #85716D and #6D8571 with #716D85 are triadic colors.

2 #856D71 and #6D7185 with #716D85 are triadic colors.