COLOR #716D75

HEX: #716D75
RGB: (113,109,117)

Color info

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

RGB color model

#716D75 color RGB value is (113,109,117).

  • red value is 113;
  • green value is 109;
  • blue value is 117.
RGB:
(113,109,117)
(44%,43%,46%)

RGB channels and saturation

R 113 of 255 = 44%
G 109 of 255 = 43%
B 117 of 255 = 46%

113
109
117

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

Portions of RGB colors in percentages

R + G + B =
113 + 109 + 117 = 339 (100%)
R 113 of 339 ~ 33.33%
G 109 of 339 ~ 32.15%
B 117 of 339 ~ 34.51%

%33.33
%32.15
%34.51

CMYK color model

#716D75 color CMYK value is (3,7,0,54).

  • cyan value is 3.42%
  • magenta value is 6.84%
  • yellow value is 0.00%
  • key color value is 54.12%
CMYK:
(3,7,0,54)
C3M7Y0K54 
(3%,7%,0%,54%)
(0.03/0.07/0.00/0.54)	

CMYK percentages

%3.42
%6.84
%0
%54.12

Codes

Color #716D75 in popluar color models

716D75
RGB113109117
HSL270°3.54%44.31%
HSB/HSV270°6.84%45.88%
CMYK3.42%6.84%0.00%
54.12%

Color #716D75 in popluar number systems.

HEX716D75
Decimal113109117
Binary111000111011011110101
Octal161155165

Shades and tints

Shades of #716D75

#716D75
(113,109,117)
#67646B
(103,100,107)
#5D5B61
(93,91,97)
#535257
(83,82,87)
#49494D
(73,73,77)
#3F4043
(63,64,67)
#353739
(53,55,57)
#2B2E2F
(43,46,47)
#212525
(33,37,37)
#171C1B
(23,28,27)
#0D1311
(13,19,17)
#000000
(0,0,0)

Tints of #716D75

#716D75
(113,109,117)
#7D7A81
(125,122,129)
#89878D
(137,135,141)
#959499
(149,148,153)
#A1A1A5
(161,161,165)
#ADAEB1
(173,174,177)
#B9BBBD
(185,187,189)
#C5C8C9
(197,200,201)
#D1D5D5
(209,213,213)
#DDE2E1
(221,226,225)
#E9EFED
(233,239,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #716D75 color. Also use rgb(113,109,117) instead hex code.

Text Font Color

.myTextColor { color: #716D75; }

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

This text font color is #716D75.


Background Color

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

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

This div background color is #716D75.


Border color

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

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

This div border color is #716D75.


Opacity

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

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

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

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

This text has shadow with #716D75 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #716D75 on black background.


Color preview on white background

This text has color #716D75 on white background.



Black color preview on #716D75 background

This text has black color on #716D75 background.


White color preview on #716D75 background

This text has white color on #716D75 background.