COLOR #716C79

HEX: #716C79 RGB: (113,108,121)

Color info

#716C79 contains red, green and blue colors in about the same proportion. Web safe color of #716C79 is #666666 (or #666).

RGB color model

#716C79 color RGB value is (113,108,121).

RGB: (113,108,121) (44%, 42%, 47%)

RGB channels and saturation

R 113 of 255 = 44%
G 108 of 255 = 42%
B 121 of 255 = 47%

113
108
121

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

Portions of RGB colors in percentages

R + G + B = 113 + 108 + 121 = 342 (100%)
R 113 of 342 ~ 33.04%
G 108 of 342 ~ 31.58%
B 121 of 342 ~ 35.38'%

%33.04
%31.58
%35.38

CMYK color model

#716C79 color CMYK value is (7,11,0,53).

  • cyan value is 6.61%
  • magenta value is 10.74%
  • yellow value is 0.00%
  • key color value is 52.55%

CMYK: (7,11,0,53)
C7M11Y0K53 (7%, 11%, 0%, 53%)
(0.07 / 0.11 / 0.00 / 0.53)

CMYK percentages

%6.61
%10.74
%0
%52.55

Codes

Color #716C79 in popluar color models

71 6C 79
RGB 113 108 121
HSL 263° 5.68% 44.90%
HSB/HSV 263° 10.74% 47.45%
CMYK 6.61% 10.74% 0.00%
52.55%

Color #716C79 in popluar number systems.

HEX 71 6C 79
Decimal 113 108 121
Binary 1110001 1101100 1111001
Octal 161 154 171

Shades and tints

Shades of #716C79

#716C79
(113,108,121)
#67636E
(103,99,110)
#5D5A63
(93,90,99)
#535158
(83,81,88)
#49484D
(73,72,77)
#3F3F42
(63,63,66)
#353637
(53,54,55)
#2B2D2C
(43,45,44)
#212421
(33,36,33)
#171B16
(23,27,22)
#0D120B
(13,18,11)
#000000
(0,0,0)

Tints of #716C79

#716C79
(113,108,121)
#7D7985
(125,121,133)
#898691
(137,134,145)
#95939D
(149,147,157)
#A1A0A9
(161,160,169)
#ADADB5
(173,173,181)
#B9BAC1
(185,186,193)
#C5C7CD
(197,199,205)
#D1D4D9
(209,212,217)
#DDE1E5
(221,225,229)
#E9EEF1
(233,238,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #716C79; }

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

This text font color is #716C79.

Background Color

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

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

This div background color is #716C79.

Border color

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

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

This div border color is #716C79.

Opacity

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

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

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

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

This text has shadow with #716C79 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #716C79.

Preview

Color preview on black background

This text has color #716C79 on black background.


Color preview on white background

This text has color #716C79 on white background.


Black color preview on #716C79 background

This text has black color on #716C79 background.


White color preview on #716C79 background

This text has white color on #716C79 background.


Related colors

Complementary color

Complementary color for #hex is #8E9386.


I love getcolorcode.com

Triadic colors

1 #79716C and #6C7971 with #716C79 are triadic colors.

2 #796C71 and #6C7179 with #716C79 are triadic colors.