COLOR #716B77

HEX: #716B77
RGB: (113,107,119)

Color info

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

RGB color model

#716B77 color RGB value is (113,107,119).

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

RGB channels and saturation

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

113
107
119

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

Portions of RGB colors in percentages

R + G + B =
113 + 107 + 119 = 339 (100%)
R 113 of 339 ~ 33.33%
G 107 of 339 ~ 31.56%
B 119 of 339 ~ 35.1%

%33.33
%31.56
%35.1

CMYK color model

#716B77 color CMYK value is (5,10,0,53).

  • cyan value is 5.04%
  • magenta value is 10.08%
  • yellow value is 0.00%
  • key color value is 53.33%
CMYK:
(5,10,0,53)
C5M10Y0K53 
(5%,10%,0%,53%)
(0.05/0.10/0.00/0.53)	

CMYK percentages

%5.04
%10.08
%0
%53.33

Codes

Color #716B77 in popluar color models

716B77
RGB113107119
HSL270°5.31%44.31%
HSB/HSV270°10.08%46.67%
CMYK5.04%10.08%0.00%
53.33%

Color #716B77 in popluar number systems.

HEX716B77
Decimal113107119
Binary111000111010111110111
Octal161153167

Shades and tints

Shades of #716B77

#716B77
(113,107,119)
#67626D
(103,98,109)
#5D5963
(93,89,99)
#535059
(83,80,89)
#49474F
(73,71,79)
#3F3E45
(63,62,69)
#35353B
(53,53,59)
#2B2C31
(43,44,49)
#212327
(33,35,39)
#171A1D
(23,26,29)
#0D1113
(13,17,19)
#000000
(0,0,0)

Tints of #716B77

#716B77
(113,107,119)
#7D7883
(125,120,131)
#89858F
(137,133,143)
#95929B
(149,146,155)
#A19FA7
(161,159,167)
#ADACB3
(173,172,179)
#B9B9BF
(185,185,191)
#C5C6CB
(197,198,203)
#D1D3D7
(209,211,215)
#DDE0E3
(221,224,227)
#E9EDEF
(233,237,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #716B77; }

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

This text font color is #716B77.


Background Color

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

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

This div background color is #716B77.


Border color

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

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

This div border color is #716B77.


Opacity

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

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

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

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

This text has shadow with #716B77 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #716B77 on black background.


Color preview on white background

This text has color #716B77 on white background.



Black color preview on #716B77 background

This text has black color on #716B77 background.


White color preview on #716B77 background

This text has white color on #716B77 background.