COLOR #716B79

HEX: #716B79
RGB: (113,107,121)

Color info

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

RGB color model

#716B79 color RGB value is (113,107,121).

  • red value is 113;
  • green value is 107;
  • blue value is 121.
RGB:
(113,107,121)
(44%,42%,47%)

RGB channels and saturation

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

113
107
121

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

Portions of RGB colors in percentages

R + G + B =
113 + 107 + 121 = 341 (100%)
R 113 of 341 ~ 33.14%
G 107 of 341 ~ 31.38%
B 121 of 341 ~ 35.48%

%33.14
%31.38
%35.48

CMYK color model

#716B79 color CMYK value is (7,12,0,53).

  • cyan value is 6.61%
  • magenta value is 11.57%
  • yellow value is 0.00%
  • key color value is 52.55%
CMYK:
(7,12,0,53)
C7M12Y0K53 
(7%,12%,0%,53%)
(0.07/0.12/0.00/0.53)	

CMYK percentages

%6.61
%11.57
%0
%52.55

Codes

Color #716B79 in popluar color models

716B79
RGB113107121
HSL266°6.14%44.71%
HSB/HSV266°11.57%47.45%
CMYK6.61%11.57%0.00%
52.55%

Color #716B79 in popluar number systems.

HEX716B79
Decimal113107121
Binary111000111010111111001
Octal161153171

Shades and tints

Shades of #716B79

#716B79
(113,107,121)
#67626E
(103,98,110)
#5D5963
(93,89,99)
#535058
(83,80,88)
#49474D
(73,71,77)
#3F3E42
(63,62,66)
#353537
(53,53,55)
#2B2C2C
(43,44,44)
#212321
(33,35,33)
#171A16
(23,26,22)
#0D110B
(13,17,11)
#000000
(0,0,0)

Tints of #716B79

#716B79
(113,107,121)
#7D7885
(125,120,133)
#898591
(137,133,145)
#95929D
(149,146,157)
#A19FA9
(161,159,169)
#ADACB5
(173,172,181)
#B9B9C1
(185,185,193)
#C5C6CD
(197,198,205)
#D1D3D9
(209,211,217)
#DDE0E5
(221,224,229)
#E9EDF1
(233,237,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #716B79; }

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

This text font color is #716B79.


Background Color

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

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

This div background color is #716B79.


Border color

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

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

This div border color is #716B79.


Opacity

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

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

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

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

This text has shadow with #716B79 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #716B79 on black background.


Color preview on white background

This text has color #716B79 on white background.



Black color preview on #716B79 background

This text has black color on #716B79 background.


White color preview on #716B79 background

This text has white color on #716B79 background.