COLOR #71747D

HEX: #71747D RGB: (113,116,125)

Color info

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

RGB color model

#71747D color RGB value is (113,116,125).

RGB: (113,116,125) (44%, 45%, 49%)

RGB channels and saturation

R 113 of 255 = 44%
G 116 of 255 = 45%
B 125 of 255 = 49%

113
116
125

R + G + B ~ 46%. #71747D is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B = 113 + 116 + 125 = 354 (100%)
R 113 of 354 ~ 31.92%
G 116 of 354 ~ 32.77%
B 125 of 354 ~ 35.31'%

%31.92
%32.77
%35.31

CMYK color model

#71747D color CMYK value is (10,7,0,51).

  • cyan value is 9.60%
  • magenta value is 7.20%
  • yellow value is 0.00%
  • key color value is 50.98%

CMYK: (10,7,0,51)
C10M7Y0K51 (10%, 7%, 0%, 51%)
(0.10 / 0.07 / 0.00 / 0.51)

CMYK percentages

%9.6
%7.2
%0
%50.98

Codes

Color #71747D in popluar color models

71 74 7D
RGB 113 116 125
HSL 225° 5.04% 46.67%
HSB/HSV 225° 9.60% 49.02%
CMYK 9.60% 7.20% 0.00%
50.98%

Color #71747D in popluar number systems.

HEX 71 74 7D
Decimal 113 116 125
Binary 1110001 1110100 1111101
Octal 161 164 175

Shades and tints

Shades of #71747D

#71747D
(113,116,125)
#676A72
(103,106,114)
#5D6067
(93,96,103)
#53565C
(83,86,92)
#494C51
(73,76,81)
#3F4246
(63,66,70)
#35383B
(53,56,59)
#2B2E30
(43,46,48)
#212425
(33,36,37)
#171A1A
(23,26,26)
#0D100F
(13,16,15)
#000000
(0,0,0)

Tints of #71747D

#71747D
(113,116,125)
#7D8088
(125,128,136)
#898C93
(137,140,147)
#95989E
(149,152,158)
#A1A4A9
(161,164,169)
#ADB0B4
(173,176,180)
#B9BCBF
(185,188,191)
#C5C8CA
(197,200,202)
#D1D4D5
(209,212,213)
#DDE0E0
(221,224,224)
#E9ECEB
(233,236,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #71747D color. Also use rgb(113,116,125) instead hex code.

Text Font Color

.myTextColor { color: #71747D; }

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

This text font color is #71747D.

Background Color

.myBgColor { background-color: #71747D; }

<div style="background-color:#71747D">Inner text</div>

This div background color is #71747D.

Border color

.myBorderColor { border: 1px solid #71747D; }

<div style="border:3px solid #71747D">Div</div>

This div border color is #71747D.

Opacity

.myOpacity80 { color: #71747D; opacity: 0.8; }

<p style="color:#71747D;opacity:0.8;">80%</p>

Text with #71747D 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 #71747D;}

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

This text has shadow with #71747D color.


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

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

This text has shadow with #71747D primary color and red secondary color.


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

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

This text has shadow with #71747D and red colors in old Internet Explorer.

Div box shadow color

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

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

This div box has shadow with color #71747D.

Preview

Color preview on black background

This text has color #71747D on black background.


Color preview on white background

This text has color #71747D on white background.


Black color preview on #71747D background

This text has black color on #71747D background.


White color preview on #71747D background

This text has white color on #71747D background.


Related colors

Complementary color

Complementary color for #hex is #8E8B82.


I love getcolorcode.com

Triadic colors

1 #7D7174 and #747D71 with #71747D are triadic colors.

2 #7D7471 and #74717D with #71747D are triadic colors.