COLOR #716A74

HEX: #716A74
RGB: (113,106,116)

Color info

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

RGB color model

#716A74 color RGB value is (113,106,116).

  • red value is 113;
  • green value is 106;
  • blue value is 116.
RGB:
(113,106,116)
(44%,42%,45%)

RGB channels and saturation

R 113 of 255 = 44%
G 106 of 255 = 42%
B 116 of 255 = 45%

113
106
116

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

Portions of RGB colors in percentages

R + G + B =
113 + 106 + 116 = 335 (100%)
R 113 of 335 ~ 33.73%
G 106 of 335 ~ 31.64%
B 116 of 335 ~ 34.63%

%33.73
%31.64
%34.63

CMYK color model

#716A74 color CMYK value is (3,9,0,55).

  • cyan value is 2.59%
  • magenta value is 8.62%
  • yellow value is 0.00%
  • key color value is 54.51%
CMYK:
(3,9,0,55)
C3M9Y0K55 
(3%,9%,0%,55%)
(0.03/0.09/0.00/0.55)	

CMYK percentages

%2.59
%8.62
%0
%54.51

Codes

Color #716A74 in popluar color models

716A74
RGB113106116
HSL282°4.50%43.53%
HSB/HSV282°8.62%45.49%
CMYK2.59%8.62%0.00%
54.51%

Color #716A74 in popluar number systems.

HEX716A74
Decimal113106116
Binary111000111010101110100
Octal161152164

Shades and tints

Shades of #716A74

#716A74
(113,106,116)
#67616A
(103,97,106)
#5D5860
(93,88,96)
#534F56
(83,79,86)
#49464C
(73,70,76)
#3F3D42
(63,61,66)
#353438
(53,52,56)
#2B2B2E
(43,43,46)
#212224
(33,34,36)
#17191A
(23,25,26)
#0D1010
(13,16,16)
#000000
(0,0,0)

Tints of #716A74

#716A74
(113,106,116)
#7D7780
(125,119,128)
#89848C
(137,132,140)
#959198
(149,145,152)
#A19EA4
(161,158,164)
#ADABB0
(173,171,176)
#B9B8BC
(185,184,188)
#C5C5C8
(197,197,200)
#D1D2D4
(209,210,212)
#DDDFE0
(221,223,224)
#E9ECEC
(233,236,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #716A74 color. Also use rgb(113,106,116) instead hex code.

Text Font Color

.myTextColor { color: #716A74; }

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

This text font color is #716A74.


Background Color

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

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

This div background color is #716A74.


Border color

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

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

This div border color is #716A74.


Opacity

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

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

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

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

This text has shadow with #716A74 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #716A74 on black background.


Color preview on white background

This text has color #716A74 on white background.



Black color preview on #716A74 background

This text has black color on #716A74 background.


White color preview on #716A74 background

This text has white color on #716A74 background.