COLOR #716A7F

HEX: #716A7F
RGB: (113,106,127)

Color info

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

RGB color model

#716A7F color RGB value is (113,106,127).

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

RGB channels and saturation

R 113 of 255 = 44%
G 106 of 255 = 42%
B 127 of 255 = 50%

113
106
127

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

Portions of RGB colors in percentages

R + G + B =
113 + 106 + 127 = 346 (100%)
R 113 of 346 ~ 32.66%
G 106 of 346 ~ 30.64%
B 127 of 346 ~ 36.71%

%32.66
%30.64
%36.71

CMYK color model

#716A7F color CMYK value is (11,17,0,50).

  • cyan value is 11.02%
  • magenta value is 16.54%
  • yellow value is 0.00%
  • key color value is 50.20%
CMYK:
(11,17,0,50)
C11M17Y0K50 
(11%,17%,0%,50%)
(0.11/0.17/0.00/0.50)	

CMYK percentages

%11.02
%16.54
%0
%50.2

Codes

Color #716A7F in popluar color models

716A7F
RGB113106127
HSL260°9.01%45.69%
HSB/HSV260°16.54%49.80%
CMYK11.02%16.54%0.00%
50.20%

Color #716A7F in popluar number systems.

HEX716A7F
Decimal113106127
Binary111000111010101111111
Octal161152177

Shades and tints

Shades of #716A7F

#716A7F
(113,106,127)
#676174
(103,97,116)
#5D5869
(93,88,105)
#534F5E
(83,79,94)
#494653
(73,70,83)
#3F3D48
(63,61,72)
#35343D
(53,52,61)
#2B2B32
(43,43,50)
#212227
(33,34,39)
#17191C
(23,25,28)
#0D1011
(13,16,17)
#000000
(0,0,0)

Tints of #716A7F

#716A7F
(113,106,127)
#7D778A
(125,119,138)
#898495
(137,132,149)
#9591A0
(149,145,160)
#A19EAB
(161,158,171)
#ADABB6
(173,171,182)
#B9B8C1
(185,184,193)
#C5C5CC
(197,197,204)
#D1D2D7
(209,210,215)
#DDDFE2
(221,223,226)
#E9ECED
(233,236,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #716A7F; }

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

This text font color is #716A7F.


Background Color

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

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

This div background color is #716A7F.


Border color

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

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

This div border color is #716A7F.


Opacity

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

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

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

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

This text has shadow with #716A7F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #716A7F on black background.


Color preview on white background

This text has color #716A7F on white background.



Black color preview on #716A7F background

This text has black color on #716A7F background.


White color preview on #716A7F background

This text has white color on #716A7F background.