COLOR #71707D

HEX: #71707D RGB: (113,112,125)

Color info

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

RGB color model

#71707D color RGB value is (113,112,125).

RGB: (113,112,125) (44%, 44%, 49%)

RGB channels and saturation

R 113 of 255 = 44%
G 112 of 255 = 44%
B 125 of 255 = 49%

113
112
125

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

Portions of RGB colors in percentages

R + G + B = 113 + 112 + 125 = 350 (100%)
R 113 of 350 ~ 32.29%
G 112 of 350 ~ 32%
B 125 of 350 ~ 35.71'%

%32.29
%32
%35.71

CMYK color model

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

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

CMYK: (10,10,0,51)
C10M10Y0K51 (10%, 10%, 0%, 51%)
(0.10 / 0.10 / 0.00 / 0.51)

CMYK percentages

%9.6
%10.4
%0
%50.98

Codes

Color #71707D in popluar color models

71 70 7D
RGB 113 112 125
HSL 245° 5.49% 46.47%
HSB/HSV 245° 10.40% 49.02%
CMYK 9.60% 10.40% 0.00%
50.98%

Color #71707D in popluar number systems.

HEX 71 70 7D
Decimal 113 112 125
Binary 1110001 1110000 1111101
Octal 161 160 175

Shades and tints

Shades of #71707D

#71707D
(113,112,125)
#676672
(103,102,114)
#5D5C67
(93,92,103)
#53525C
(83,82,92)
#494851
(73,72,81)
#3F3E46
(63,62,70)
#35343B
(53,52,59)
#2B2A30
(43,42,48)
#212025
(33,32,37)
#17161A
(23,22,26)
#0D0C0F
(13,12,15)
#000000
(0,0,0)

Tints of #71707D

#71707D
(113,112,125)
#7D7D88
(125,125,136)
#898A93
(137,138,147)
#95979E
(149,151,158)
#A1A4A9
(161,164,169)
#ADB1B4
(173,177,180)
#B9BEBF
(185,190,191)
#C5CBCA
(197,203,202)
#D1D8D5
(209,216,213)
#DDE5E0
(221,229,224)
#E9F2EB
(233,242,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #71707D; }

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

This text font color is #71707D.

Background Color

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

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

This div background color is #71707D.

Border color

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

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

This div border color is #71707D.

Opacity

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

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

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

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

This text has shadow with #71707D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #71707D.

Preview

Color preview on black background

This text has color #71707D on black background.


Color preview on white background

This text has color #71707D on white background.


Black color preview on #71707D background

This text has black color on #71707D background.


White color preview on #71707D background

This text has white color on #71707D background.


Related colors

Complementary color

Complementary color for #hex is #8E8F82.


I love getcolorcode.com

Triadic colors

1 #7D7170 and #707D71 with #71707D are triadic colors.

2 #7D7071 and #70717D with #71707D are triadic colors.