COLOR #716676

HEX: #716676
RGB: (113,102,118)

Color info

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

RGB color model

#716676 color RGB value is (113,102,118).

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

RGB channels and saturation

R 113 of 255 = 44%
G 102 of 255 = 40%
B 118 of 255 = 46%

113
102
118

R + G + B ~ 43%. #716676 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
113 + 102 + 118 = 333 (100%)
R 113 of 333 ~ 33.93%
G 102 of 333 ~ 30.63%
B 118 of 333 ~ 35.44%

%33.93
%30.63
%35.44

CMYK color model

#716676 color CMYK value is (4,14,0,54).

  • cyan value is 4.24%
  • magenta value is 13.56%
  • yellow value is 0.00%
  • key color value is 53.73%
CMYK:
(4,14,0,54)
C4M14Y0K54 
(4%,14%,0%,54%)
(0.04/0.14/0.00/0.54)	

CMYK percentages

%4.24
%13.56
%0
%53.73

Codes

Color #716676 in popluar color models

716676
RGB113102118
HSL281°7.27%43.14%
HSB/HSV281°13.56%46.27%
CMYK4.24%13.56%0.00%
53.73%

Color #716676 in popluar number systems.

HEX716676
Decimal113102118
Binary111000111001101110110
Octal161146166

Shades and tints

Shades of #716676

#716676
(113,102,118)
#675D6C
(103,93,108)
#5D5462
(93,84,98)
#534B58
(83,75,88)
#49424E
(73,66,78)
#3F3944
(63,57,68)
#35303A
(53,48,58)
#2B2730
(43,39,48)
#211E26
(33,30,38)
#17151C
(23,21,28)
#0D0C12
(13,12,18)
#000000
(0,0,0)

Tints of #716676

#716676
(113,102,118)
#7D7382
(125,115,130)
#89808E
(137,128,142)
#958D9A
(149,141,154)
#A19AA6
(161,154,166)
#ADA7B2
(173,167,178)
#B9B4BE
(185,180,190)
#C5C1CA
(197,193,202)
#D1CED6
(209,206,214)
#DDDBE2
(221,219,226)
#E9E8EE
(233,232,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #716676; }

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

This text font color is #716676.


Background Color

.myBgColor { background-color: #716676; }

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

This div background color is #716676.


Border color

.myBorderColor { border: 1px solid #716676; }

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

This div border color is #716676.


Opacity

.myOpacity80 { color: #716676; opacity: 0.8; }

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

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

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

This text has shadow with #716676 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #716676 on black background.


Color preview on white background

This text has color #716676 on white background.



Black color preview on #716676 background

This text has black color on #716676 background.


White color preview on #716676 background

This text has white color on #716676 background.