COLOR #71757C

HEX: #71757C
RGB: (113,117,124)

Color info

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

RGB color model

#71757C color RGB value is (113,117,124).

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

RGB channels and saturation

R 113 of 255 = 44%
G 117 of 255 = 46%
B 124 of 255 = 49%

113
117
124

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

Portions of RGB colors in percentages

R + G + B =
113 + 117 + 124 = 354 (100%)
R 113 of 354 ~ 31.92%
G 117 of 354 ~ 33.05%
B 124 of 354 ~ 35.03%

%31.92
%33.05
%35.03

CMYK color model

#71757C color CMYK value is (9,6,0,51).

  • cyan value is 8.87%
  • magenta value is 5.65%
  • yellow value is 0.00%
  • key color value is 51.37%
CMYK:
(9,6,0,51)
C9M6Y0K51 
(9%,6%,0%,51%)
(0.09/0.06/0.00/0.51)	

CMYK percentages

%8.87
%5.65
%0
%51.37

Codes

Color #71757C in popluar color models

71757C
RGB113117124
HSL218°4.64%46.47%
HSB/HSV218°8.87%48.63%
CMYK8.87%5.65%0.00%
51.37%

Color #71757C in popluar number systems.

HEX71757C
Decimal113117124
Binary111000111101011111100
Octal161165174

Shades and tints

Shades of #71757C

#71757C
(113,117,124)
#676B71
(103,107,113)
#5D6166
(93,97,102)
#53575B
(83,87,91)
#494D50
(73,77,80)
#3F4345
(63,67,69)
#35393A
(53,57,58)
#2B2F2F
(43,47,47)
#212524
(33,37,36)
#171B19
(23,27,25)
#0D110E
(13,17,14)
#000000
(0,0,0)

Tints of #71757C

#71757C
(113,117,124)
#7D8187
(125,129,135)
#898D92
(137,141,146)
#95999D
(149,153,157)
#A1A5A8
(161,165,168)
#ADB1B3
(173,177,179)
#B9BDBE
(185,189,190)
#C5C9C9
(197,201,201)
#D1D5D4
(209,213,212)
#DDE1DF
(221,225,223)
#E9EDEA
(233,237,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #71757C; }

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

This text font color is #71757C.


Background Color

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

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

This div background color is #71757C.


Border color

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

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

This div border color is #71757C.


Opacity

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

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

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

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

This text has shadow with #71757C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #71757C on black background.


Color preview on white background

This text has color #71757C on white background.



Black color preview on #71757C background

This text has black color on #71757C background.


White color preview on #71757C background

This text has white color on #71757C background.