COLOR #716F76

HEX: #716F76
RGB: (113,111,118)

Color info

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

RGB color model

#716F76 color RGB value is (113,111,118).

  • red value is 113;
  • green value is 111;
  • blue value is 118.
RGB:
(113,111,118)
(44%,44%,46%)

RGB channels and saturation

R 113 of 255 = 44%
G 111 of 255 = 44%
B 118 of 255 = 46%

113
111
118

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

Portions of RGB colors in percentages

R + G + B =
113 + 111 + 118 = 342 (100%)
R 113 of 342 ~ 33.04%
G 111 of 342 ~ 32.46%
B 118 of 342 ~ 34.5%

%33.04
%32.46
%34.5

CMYK color model

#716F76 color CMYK value is (4,6,0,54).

  • cyan value is 4.24%
  • magenta value is 5.93%
  • yellow value is 0.00%
  • key color value is 53.73%
CMYK:
(4,6,0,54)
C4M6Y0K54 
(4%,6%,0%,54%)
(0.04/0.06/0.00/0.54)	

CMYK percentages

%4.24
%5.93
%0
%53.73

Codes

Color #716F76 in popluar color models

716F76
RGB113111118
HSL257°3.06%44.90%
HSB/HSV257°5.93%46.27%
CMYK4.24%5.93%0.00%
53.73%

Color #716F76 in popluar number systems.

HEX716F76
Decimal113111118
Binary111000111011111110110
Octal161157166

Shades and tints

Shades of #716F76

#716F76
(113,111,118)
#67656C
(103,101,108)
#5D5B62
(93,91,98)
#535158
(83,81,88)
#49474E
(73,71,78)
#3F3D44
(63,61,68)
#35333A
(53,51,58)
#2B2930
(43,41,48)
#211F26
(33,31,38)
#17151C
(23,21,28)
#0D0B12
(13,11,18)
#000000
(0,0,0)

Tints of #716F76

#716F76
(113,111,118)
#7D7C82
(125,124,130)
#89898E
(137,137,142)
#95969A
(149,150,154)
#A1A3A6
(161,163,166)
#ADB0B2
(173,176,178)
#B9BDBE
(185,189,190)
#C5CACA
(197,202,202)
#D1D7D6
(209,215,214)
#DDE4E2
(221,228,226)
#E9F1EE
(233,241,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #716F76 color. Also use rgb(113,111,118) instead hex code.

Text Font Color

.myTextColor { color: #716F76; }

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

This text font color is #716F76.


Background Color

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

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

This div background color is #716F76.


Border color

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

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

This div border color is #716F76.


Opacity

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

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

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

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

This text has shadow with #716F76 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #716F76 on black background.


Color preview on white background

This text has color #716F76 on white background.



Black color preview on #716F76 background

This text has black color on #716F76 background.


White color preview on #716F76 background

This text has white color on #716F76 background.