COLOR #716C6F

HEX: #716C6F RGB: (113,108,111)

Color info

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

RGB color model

#716C6F color RGB value is (113,108,111).

RGB: (113,108,111) (44%, 42%, 44%)

RGB channels and saturation

R 113 of 255 = 44%
G 108 of 255 = 42%
B 111 of 255 = 44%

113
108
111

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

Portions of RGB colors in percentages

R + G + B = 113 + 108 + 111 = 332 (100%)
R 113 of 332 ~ 34.04%
G 108 of 332 ~ 32.53%
B 111 of 332 ~ 33.43'%

%34.04
%32.53
%33.43

CMYK color model

#716C6F color CMYK value is (0,4,2,56).

  • cyan value is 0.00%
  • magenta value is 4.42%
  • yellow value is 1.77%
  • key color value is 55.69%

CMYK: (0,4,2,56)
C0M4Y2K56 (0%, 4%, 2%, 56%)
(0.00 / 0.04 / 0.02 / 0.56)

CMYK percentages

%0
%4.42
%1.77
%55.69

Codes

Color #716C6F in popluar color models

71 6C 6F
RGB 113 108 111
HSL 324° 2.26% 43.33%
HSB/HSV 324° 4.42% 44.31%
CMYK 0.00% 4.42% 1.77%
55.69%

Color #716C6F in popluar number systems.

HEX 71 6C 6F
Decimal 113 108 111
Binary 1110001 1101100 1101111
Octal 161 154 157

Shades and tints

Shades of #716C6F

#716C6F
(113,108,111)
#676365
(103,99,101)
#5D5A5B
(93,90,91)
#535151
(83,81,81)
#494847
(73,72,71)
#3F3F3D
(63,63,61)
#353633
(53,54,51)
#2B2D29
(43,45,41)
#21241F
(33,36,31)
#171B15
(23,27,21)
#0D120B
(13,18,11)
#000000
(0,0,0)

Tints of #716C6F

#716C6F
(113,108,111)
#7D797C
(125,121,124)
#898689
(137,134,137)
#959396
(149,147,150)
#A1A0A3
(161,160,163)
#ADADB0
(173,173,176)
#B9BABD
(185,186,189)
#C5C7CA
(197,199,202)
#D1D4D7
(209,212,215)
#DDE1E4
(221,225,228)
#E9EEF1
(233,238,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #716C6F; }

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

This text font color is #716C6F.

Background Color

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

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

This div background color is #716C6F.

Border color

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

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

This div border color is #716C6F.

Opacity

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

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

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

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

This text has shadow with #716C6F color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #716C6F.

Preview

Color preview on black background

This text has color #716C6F on black background.


Color preview on white background

This text has color #716C6F on white background.


Black color preview on #716C6F background

This text has black color on #716C6F background.


White color preview on #716C6F background

This text has white color on #716C6F background.


Related colors

Complementary color

Complementary color for #hex is #8E9390.


I love getcolorcode.com

Triadic colors

1 #6F716C and #6C6F71 with #716C6F are triadic colors.

2 #6F6C71 and #6C716F with #716C6F are triadic colors.