COLOR #71716E

HEX: #71716E RGB: (113,113,110)

Color info

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

RGB color model

#71716E color RGB value is (113,113,110).

RGB: (113,113,110) (44%, 44%, 43%)

RGB channels and saturation

R 113 of 255 = 44%
G 113 of 255 = 44%
B 110 of 255 = 43%

113
113
110

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

Portions of RGB colors in percentages

R + G + B = 113 + 113 + 110 = 336 (100%)
R 113 of 336 ~ 33.63%
G 113 of 336 ~ 33.63%
B 110 of 336 ~ 32.74'%

%33.63
%33.63
%32.74

CMYK color model

#71716E color CMYK value is (0,0,3,56).

  • cyan value is 0.00%
  • magenta value is 0.00%
  • yellow value is 2.65%
  • key color value is 55.69%
CMYK: (0,0,3,56) C0M0Y3K56 (0%,0%,3%,56%) (0.00/0.00/0.03/0.56) 

CMYK percentages

%0
%0
%2.65
%55.69

Codes

Color #71716E in popluar color models

71 71 6E
RGB 113 113 110
HSL 60° 1.35% 43.73%
HSB/HSV 60° 2.65% 44.31%
CMYK 0.00% 0.00% 2.65%
55.69%

Color #71716E in popluar number systems.

HEX 71 71 6E
Decimal 113 113 110
Binary 1110001 1110001 1101110
Octal 161 161 156

Shades and tints

Shades of #71716E

#71716E
(113,113,110)
#676764
(103,103,100)
#5D5D5A
(93,93,90)
#535350
(83,83,80)
#494946
(73,73,70)
#3F3F3C
(63,63,60)
#353532
(53,53,50)
#2B2B28
(43,43,40)
#21211E
(33,33,30)
#171714
(23,23,20)
#0D0D0A
(13,13,10)
#000000
(0,0,0)

Tints of #71716E

#71716E
(113,113,110)
#7D7D7B
(125,125,123)
#898988
(137,137,136)
#959595
(149,149,149)
#A1A1A2
(161,161,162)
#ADADAF
(173,173,175)
#B9B9BC
(185,185,188)
#C5C5C9
(197,197,201)
#D1D1D6
(209,209,214)
#DDDDE3
(221,221,227)
#E9E9F0
(233,233,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #71716E color. Also use rgb(113,113,110) instead hex code.

Text Font Color

.myTextColor { color: #71716E; }

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

This text font color is #71716E.

Background Color

.myBgColor { background-color: #71716E; }

<div style="background-color:#71716E">Inner text</div>

This div background color is #71716E.

Border color

.myBorderColor { border: 1px solid #71716E; }

<div style="border:3px solid #71716E">Div</div>

This div border color is #71716E.

Opacity

.myOpacity80 { color: #71716E; opacity: 0.8; }

<p style="color:#71716E;opacity:0.8;">80%</p>

Text with #71716E 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 #71716E;}

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

This text has shadow with #71716E color.


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

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

This text has shadow with #71716E primary color and red secondary color.


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

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

This text has shadow with #71716E and red colors in old Internet Explorer.

Div box shadow color

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

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

This div box has shadow with color #71716E.

Preview

Color preview on black background

This text has color #71716E on black background.


Color preview on white background

This text has color #71716E on white background.


Black color preview on #71716E background

This text has black color on #71716E background.


White color preview on #71716E background

This text has white color on #71716E background.


Related colors

Complementary color

Complementary color for #hex is #8E8E91.


I love getcolorcode.com