COLOR #716C75

HEX: #716C75 RGB: (113,108,117)

Color info

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

RGB color model

#716C75 color RGB value is (113,108,117).

RGB: (113,108,117) (44%, 42%, 46%)

RGB channels and saturation

R 113 of 255 = 44%
G 108 of 255 = 42%
B 117 of 255 = 46%

113
108
117

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

Portions of RGB colors in percentages

R + G + B = 113 + 108 + 117 = 338 (100%)
R 113 of 338 ~ 33.43%
G 108 of 338 ~ 31.95%
B 117 of 338 ~ 34.62'%

%33.43
%31.95
%34.62

CMYK color model

#716C75 color CMYK value is (3,8,0,54).

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

CMYK: (3,8,0,54)
C3M8Y0K54 (3%, 8%, 0%, 54%)
(0.03 / 0.08 / 0.00 / 0.54)

CMYK percentages

%3.42
%7.69
%0
%54.12

Codes

Color #716C75 in popluar color models

71 6C 75
RGB 113 108 117
HSL 273° 4.00% 44.12%
HSB/HSV 273° 7.69% 45.88%
CMYK 3.42% 7.69% 0.00%
54.12%

Color #716C75 in popluar number systems.

HEX 71 6C 75
Decimal 113 108 117
Binary 1110001 1101100 1110101
Octal 161 154 165

Shades and tints

Shades of #716C75

#716C75
(113,108,117)
#67636B
(103,99,107)
#5D5A61
(93,90,97)
#535157
(83,81,87)
#49484D
(73,72,77)
#3F3F43
(63,63,67)
#353639
(53,54,57)
#2B2D2F
(43,45,47)
#212425
(33,36,37)
#171B1B
(23,27,27)
#0D1211
(13,18,17)
#000000
(0,0,0)

Tints of #716C75

#716C75
(113,108,117)
#7D7981
(125,121,129)
#89868D
(137,134,141)
#959399
(149,147,153)
#A1A0A5
(161,160,165)
#ADADB1
(173,173,177)
#B9BABD
(185,186,189)
#C5C7C9
(197,199,201)
#D1D4D5
(209,212,213)
#DDE1E1
(221,225,225)
#E9EEED
(233,238,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #716C75; }

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

This text font color is #716C75.

Background Color

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

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

This div background color is #716C75.

Border color

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

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

This div border color is #716C75.

Opacity

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

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

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

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

This text has shadow with #716C75 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #716C75.

Preview

Color preview on black background

This text has color #716C75 on black background.


Color preview on white background

This text has color #716C75 on white background.


Black color preview on #716C75 background

This text has black color on #716C75 background.


White color preview on #716C75 background

This text has white color on #716C75 background.


Related colors

Complementary color

Complementary color for #hex is #8E938A.


I love getcolorcode.com

Triadic colors

1 #75716C and #6C7571 with #716C75 are triadic colors.

2 #756C71 and #6C7175 with #716C75 are triadic colors.