COLOR #716F75

HEX: #716F75 RGB: (113,111,117)

Color info

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

RGB color model

#716F75 color RGB value is (113,111,117).

RGB: (113,111,117) (44%, 44%, 46%)

RGB channels and saturation

R 113 of 255 = 44%
G 111 of 255 = 44%
B 117 of 255 = 46%

113
111
117

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

Portions of RGB colors in percentages

R + G + B = 113 + 111 + 117 = 341 (100%)
R 113 of 341 ~ 33.14%
G 111 of 341 ~ 32.55%
B 117 of 341 ~ 34.31'%

%33.14
%32.55
%34.31

CMYK color model

#716F75 color CMYK value is (3,5,0,54).

  • cyan value is 3.42%
  • magenta value is 5.13%
  • yellow value is 0.00%
  • key color value is 54.12%

CMYK: (3,5,0,54)
C3M5Y0K54 (3%, 5%, 0%, 54%)
(0.03 / 0.05 / 0.00 / 0.54)

CMYK percentages

%3.42
%5.13
%0
%54.12

Codes

Color #716F75 in popluar color models

71 6F 75
RGB 113 111 117
HSL 260° 2.63% 44.71%
HSB/HSV 260° 5.13% 45.88%
CMYK 3.42% 5.13% 0.00%
54.12%

Color #716F75 in popluar number systems.

HEX 71 6F 75
Decimal 113 111 117
Binary 1110001 1101111 1110101
Octal 161 157 165

Shades and tints

Shades of #716F75

#716F75
(113,111,117)
#67656B
(103,101,107)
#5D5B61
(93,91,97)
#535157
(83,81,87)
#49474D
(73,71,77)
#3F3D43
(63,61,67)
#353339
(53,51,57)
#2B292F
(43,41,47)
#211F25
(33,31,37)
#17151B
(23,21,27)
#0D0B11
(13,11,17)
#000000
(0,0,0)

Tints of #716F75

#716F75
(113,111,117)
#7D7C81
(125,124,129)
#89898D
(137,137,141)
#959699
(149,150,153)
#A1A3A5
(161,163,165)
#ADB0B1
(173,176,177)
#B9BDBD
(185,189,189)
#C5CAC9
(197,202,201)
#D1D7D5
(209,215,213)
#DDE4E1
(221,228,225)
#E9F1ED
(233,241,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #716F75; }

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

This text font color is #716F75.

Background Color

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

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

This div background color is #716F75.

Border color

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

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

This div border color is #716F75.

Opacity

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

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

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

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

This text has shadow with #716F75 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #716F75.

Preview

Color preview on black background

This text has color #716F75 on black background.


Color preview on white background

This text has color #716F75 on white background.


Black color preview on #716F75 background

This text has black color on #716F75 background.


White color preview on #716F75 background

This text has white color on #716F75 background.


Related colors

Complementary color

Complementary color for #hex is #8E908A.


I love getcolorcode.com

Triadic colors

1 #75716F and #6F7571 with #716F75 are triadic colors.

2 #756F71 and #6F7175 with #716F75 are triadic colors.