COLOR #71707C

HEX: #71707C
RGB: (113,112,124)

Color info

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

RGB color model

#71707C color RGB value is (113,112,124).

  • red value is 113;
  • green value is 112;
  • blue value is 124.
RGB:
(113,112,124)
(44%,44%,49%)

RGB channels and saturation

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

113
112
124

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

Portions of RGB colors in percentages

R + G + B =
113 + 112 + 124 = 349 (100%)
R 113 of 349 ~ 32.38%
G 112 of 349 ~ 32.09%
B 124 of 349 ~ 35.53%

%32.38
%32.09
%35.53

CMYK color model

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

  • cyan value is 8.87%
  • magenta value is 9.68%
  • yellow value is 0.00%
  • key color value is 51.37%
CMYK:
(9,10,0,51)
C9M10Y0K51 
(9%,10%,0%,51%)
(0.09/0.10/0.00/0.51)	

CMYK percentages

%8.87
%9.68
%0
%51.37

Codes

Color #71707C in popluar color models

71707C
RGB113112124
HSL245°5.08%46.27%
HSB/HSV245°9.68%48.63%
CMYK8.87%9.68%0.00%
51.37%

Color #71707C in popluar number systems.

HEX71707C
Decimal113112124
Binary111000111100001111100
Octal161160174

Shades and tints

Shades of #71707C

#71707C
(113,112,124)
#676671
(103,102,113)
#5D5C66
(93,92,102)
#53525B
(83,82,91)
#494850
(73,72,80)
#3F3E45
(63,62,69)
#35343A
(53,52,58)
#2B2A2F
(43,42,47)
#212024
(33,32,36)
#171619
(23,22,25)
#0D0C0E
(13,12,14)
#000000
(0,0,0)

Tints of #71707C

#71707C
(113,112,124)
#7D7D87
(125,125,135)
#898A92
(137,138,146)
#95979D
(149,151,157)
#A1A4A8
(161,164,168)
#ADB1B3
(173,177,179)
#B9BEBE
(185,190,190)
#C5CBC9
(197,203,201)
#D1D8D4
(209,216,212)
#DDE5DF
(221,229,223)
#E9F2EA
(233,242,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #71707C; }

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

This text font color is #71707C.


Background Color

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

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

This div background color is #71707C.


Border color

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

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

This div border color is #71707C.


Opacity

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

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

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

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

This text has shadow with #71707C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #71707C on black background.


Color preview on white background

This text has color #71707C on white background.



Black color preview on #71707C background

This text has black color on #71707C background.


White color preview on #71707C background

This text has white color on #71707C background.