COLOR #716C7C

HEX: #716C7C
RGB: (113,108,124)

Color info

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

RGB color model

#716C7C color RGB value is (113,108,124).

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

RGB channels and saturation

R 113 of 255 = 44%
G 108 of 255 = 42%
B 124 of 255 = 49%

113
108
124

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

Portions of RGB colors in percentages

R + G + B =
113 + 108 + 124 = 345 (100%)
R 113 of 345 ~ 32.75%
G 108 of 345 ~ 31.3%
B 124 of 345 ~ 35.94%

%32.75
%31.3
%35.94

CMYK color model

#716C7C color CMYK value is (9,13,0,51).

  • cyan value is 8.87%
  • magenta value is 12.90%
  • yellow value is 0.00%
  • key color value is 51.37%
CMYK:
(9,13,0,51)
C9M13Y0K51 
(9%,13%,0%,51%)
(0.09/0.13/0.00/0.51)	

CMYK percentages

%8.87
%12.9
%0
%51.37

Codes

Color #716C7C in popluar color models

716C7C
RGB113108124
HSL259°6.90%45.49%
HSB/HSV259°12.90%48.63%
CMYK8.87%12.90%0.00%
51.37%

Color #716C7C in popluar number systems.

HEX716C7C
Decimal113108124
Binary111000111011001111100
Octal161154174

Shades and tints

Shades of #716C7C

#716C7C
(113,108,124)
#676371
(103,99,113)
#5D5A66
(93,90,102)
#53515B
(83,81,91)
#494850
(73,72,80)
#3F3F45
(63,63,69)
#35363A
(53,54,58)
#2B2D2F
(43,45,47)
#212424
(33,36,36)
#171B19
(23,27,25)
#0D120E
(13,18,14)
#000000
(0,0,0)

Tints of #716C7C

#716C7C
(113,108,124)
#7D7987
(125,121,135)
#898692
(137,134,146)
#95939D
(149,147,157)
#A1A0A8
(161,160,168)
#ADADB3
(173,173,179)
#B9BABE
(185,186,190)
#C5C7C9
(197,199,201)
#D1D4D4
(209,212,212)
#DDE1DF
(221,225,223)
#E9EEEA
(233,238,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #716C7C; }

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

This text font color is #716C7C.


Background Color

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

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

This div background color is #716C7C.


Border color

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

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

This div border color is #716C7C.


Opacity

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

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

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

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

This text has shadow with #716C7C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #716C7C on black background.


Color preview on white background

This text has color #716C7C on white background.



Black color preview on #716C7C background

This text has black color on #716C7C background.


White color preview on #716C7C background

This text has white color on #716C7C background.