COLOR #716F7C

HEX: #716F7C
RGB: (113,111,124)

Color info

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

RGB color model

#716F7C color RGB value is (113,111,124).

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

RGB channels and saturation

R 113 of 255 = 44%
G 111 of 255 = 44%
B 124 of 255 = 49%

113
111
124

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

Portions of RGB colors in percentages

R + G + B =
113 + 111 + 124 = 348 (100%)
R 113 of 348 ~ 32.47%
G 111 of 348 ~ 31.9%
B 124 of 348 ~ 35.63%

%32.47
%31.9
%35.63

CMYK color model

#716F7C color CMYK value is (9,10,0,51).

  • cyan value is 8.87%
  • magenta value is 10.48%
  • yellow value is 0.00%
  • key color value is 51.37%
CMYK:
(9,10,0,51)
C9M10Y0K51 
(9%,10%,0%,51%)
(0.09/0.10/0.00/0.51)	

CMYK percentages

%8.87
%10.48
%0
%51.37

Codes

Color #716F7C in popluar color models

716F7C
RGB113111124
HSL249°5.53%46.08%
HSB/HSV249°10.48%48.63%
CMYK8.87%10.48%0.00%
51.37%

Color #716F7C in popluar number systems.

HEX716F7C
Decimal113111124
Binary111000111011111111100
Octal161157174

Shades and tints

Shades of #716F7C

#716F7C
(113,111,124)
#676571
(103,101,113)
#5D5B66
(93,91,102)
#53515B
(83,81,91)
#494750
(73,71,80)
#3F3D45
(63,61,69)
#35333A
(53,51,58)
#2B292F
(43,41,47)
#211F24
(33,31,36)
#171519
(23,21,25)
#0D0B0E
(13,11,14)
#000000
(0,0,0)

Tints of #716F7C

#716F7C
(113,111,124)
#7D7C87
(125,124,135)
#898992
(137,137,146)
#95969D
(149,150,157)
#A1A3A8
(161,163,168)
#ADB0B3
(173,176,179)
#B9BDBE
(185,189,190)
#C5CAC9
(197,202,201)
#D1D7D4
(209,215,212)
#DDE4DF
(221,228,223)
#E9F1EA
(233,241,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #716F7C; }

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

This text font color is #716F7C.


Background Color

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

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

This div background color is #716F7C.


Border color

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

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

This div border color is #716F7C.


Opacity

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

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

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

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

This text has shadow with #716F7C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #716F7C on black background.


Color preview on white background

This text has color #716F7C on white background.



Black color preview on #716F7C background

This text has black color on #716F7C background.


White color preview on #716F7C background

This text has white color on #716F7C background.