COLOR #716E7D

HEX: #716E7D
RGB: (113,110,125)

Color info

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

RGB color model

#716E7D color RGB value is (113,110,125).

  • red value is 113;
  • green value is 110;
  • blue value is 125.
RGB:
(113,110,125)
(44%,43%,49%)

RGB channels and saturation

R 113 of 255 = 44%
G 110 of 255 = 43%
B 125 of 255 = 49%

113
110
125

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

Portions of RGB colors in percentages

R + G + B =
113 + 110 + 125 = 348 (100%)
R 113 of 348 ~ 32.47%
G 110 of 348 ~ 31.61%
B 125 of 348 ~ 35.92%

%32.47
%31.61
%35.92

CMYK color model

#716E7D color CMYK value is (10,12,0,51).

  • cyan value is 9.60%
  • magenta value is 12.00%
  • yellow value is 0.00%
  • key color value is 50.98%
CMYK:
(10,12,0,51)
C10M12Y0K51 
(10%,12%,0%,51%)
(0.10/0.12/0.00/0.51)	

CMYK percentages

%9.6
%12
%0
%50.98

Codes

Color #716E7D in popluar color models

716E7D
RGB113110125
HSL252°6.38%46.08%
HSB/HSV252°12.00%49.02%
CMYK9.60%12.00%0.00%
50.98%

Color #716E7D in popluar number systems.

HEX716E7D
Decimal113110125
Binary111000111011101111101
Octal161156175

Shades and tints

Shades of #716E7D

#716E7D
(113,110,125)
#676472
(103,100,114)
#5D5A67
(93,90,103)
#53505C
(83,80,92)
#494651
(73,70,81)
#3F3C46
(63,60,70)
#35323B
(53,50,59)
#2B2830
(43,40,48)
#211E25
(33,30,37)
#17141A
(23,20,26)
#0D0A0F
(13,10,15)
#000000
(0,0,0)

Tints of #716E7D

#716E7D
(113,110,125)
#7D7B88
(125,123,136)
#898893
(137,136,147)
#95959E
(149,149,158)
#A1A2A9
(161,162,169)
#ADAFB4
(173,175,180)
#B9BCBF
(185,188,191)
#C5C9CA
(197,201,202)
#D1D6D5
(209,214,213)
#DDE3E0
(221,227,224)
#E9F0EB
(233,240,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #716E7D color. Also use rgb(113,110,125) instead hex code.

Text Font Color

.myTextColor { color: #716E7D; }

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

This text font color is #716E7D.


Background Color

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

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

This div background color is #716E7D.


Border color

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

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

This div border color is #716E7D.


Opacity

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

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

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

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

This text has shadow with #716E7D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #716E7D on black background.


Color preview on white background

This text has color #716E7D on white background.



Black color preview on #716E7D background

This text has black color on #716E7D background.


White color preview on #716E7D background

This text has white color on #716E7D background.