COLOR #71717A

HEX: #71717A
RGB: (113,113,122)

Color info

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

RGB color model

#71717A color RGB value is (113,113,122).

  • red value is 113;
  • green value is 113;
  • blue value is 122.
RGB:
(113,113,122)
(44%,44%,48%)

RGB channels and saturation

R 113 of 255 = 44%
G 113 of 255 = 44%
B 122 of 255 = 48%

113
113
122

R + G + B ~ 45%. #71717A is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
113 + 113 + 122 = 348 (100%)
R 113 of 348 ~ 32.47%
G 113 of 348 ~ 32.47%
B 122 of 348 ~ 35.06%

%32.47
%32.47
%35.06

CMYK color model

#71717A color CMYK value is (7,7,0,52).

  • cyan value is 7.38%
  • magenta value is 7.38%
  • yellow value is 0.00%
  • key color value is 52.16%
CMYK:
(7,7,0,52)
C7M7Y0K52 
(7%,7%,0%,52%)
(0.07/0.07/0.00/0.52)	

CMYK percentages

%7.38
%7.38
%0
%52.16

Codes

Color #71717A in popluar color models

71717A
RGB113113122
HSL240°3.83%46.08%
HSB/HSV240°7.38%47.84%
CMYK7.38%7.38%0.00%
52.16%

Color #71717A in popluar number systems.

HEX71717A
Decimal113113122
Binary111000111100011111010
Octal161161172

Shades and tints

Shades of #71717A

#71717A
(113,113,122)
#67676F
(103,103,111)
#5D5D64
(93,93,100)
#535359
(83,83,89)
#49494E
(73,73,78)
#3F3F43
(63,63,67)
#353538
(53,53,56)
#2B2B2D
(43,43,45)
#212122
(33,33,34)
#171717
(23,23,23)
#0D0D0C
(13,13,12)
#000000
(0,0,0)

Tints of #71717A

#71717A
(113,113,122)
#7D7D86
(125,125,134)
#898992
(137,137,146)
#95959E
(149,149,158)
#A1A1AA
(161,161,170)
#ADADB6
(173,173,182)
#B9B9C2
(185,185,194)
#C5C5CE
(197,197,206)
#D1D1DA
(209,209,218)
#DDDDE6
(221,221,230)
#E9E9F2
(233,233,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #71717A color. Also use rgb(113,113,122) instead hex code.

Text Font Color

.myTextColor { color: #71717A; }

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

This text font color is #71717A.


Background Color

.myBgColor { background-color: #71717A; }

<div style="background-color:#71717A">Inner text</div>

This div background color is #71717A.


Border color

.myBorderColor { border: 1px solid #71717A; }

<div style="border:3px solid #71717A">Div</div>

This div border color is #71717A.


Opacity

.myOpacity80 { color: #71717A; opacity: 0.8; }

<p style="color:#71717A;opacity:0.8;">80%</p>

Text with #71717A 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 #71717A;}

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

This text has shadow with #71717A color.

.textShadow {text-shadow: 3px 3px 1px #71717A, 3px 3px 1px red;}

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

This text has shadow with #71717A primary color and red secondary color.


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

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

This text has shadow with #71717A and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #71717A on black background.


Color preview on white background

This text has color #71717A on white background.



Black color preview on #71717A background

This text has black color on #71717A background.


White color preview on #71717A background

This text has white color on #71717A background.