COLOR #71707E

HEX: #71707E
RGB: (113,112,126)

Color info

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

RGB color model

#71707E color RGB value is (113,112,126).

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

RGB channels and saturation

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

113
112
126

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

Portions of RGB colors in percentages

R + G + B =
113 + 112 + 126 = 351 (100%)
R 113 of 351 ~ 32.19%
G 112 of 351 ~ 31.91%
B 126 of 351 ~ 35.9%

%32.19
%31.91
%35.9

CMYK color model

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

  • cyan value is 10.32%
  • magenta value is 11.11%
  • yellow value is 0.00%
  • key color value is 50.59%
CMYK:
(10,11,0,51)
C10M11Y0K51 
(10%,11%,0%,51%)
(0.10/0.11/0.00/0.51)	

CMYK percentages

%10.32
%11.11
%0
%50.59

Codes

Color #71707E in popluar color models

71707E
RGB113112126
HSL244°5.88%46.67%
HSB/HSV244°11.11%49.41%
CMYK10.32%11.11%0.00%
50.59%

Color #71707E in popluar number systems.

HEX71707E
Decimal113112126
Binary111000111100001111110
Octal161160176

Shades and tints

Shades of #71707E

#71707E
(113,112,126)
#676673
(103,102,115)
#5D5C68
(93,92,104)
#53525D
(83,82,93)
#494852
(73,72,82)
#3F3E47
(63,62,71)
#35343C
(53,52,60)
#2B2A31
(43,42,49)
#212026
(33,32,38)
#17161B
(23,22,27)
#0D0C10
(13,12,16)
#000000
(0,0,0)

Tints of #71707E

#71707E
(113,112,126)
#7D7D89
(125,125,137)
#898A94
(137,138,148)
#95979F
(149,151,159)
#A1A4AA
(161,164,170)
#ADB1B5
(173,177,181)
#B9BEC0
(185,190,192)
#C5CBCB
(197,203,203)
#D1D8D6
(209,216,214)
#DDE5E1
(221,229,225)
#E9F2EC
(233,242,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #71707E; }

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

This text font color is #71707E.


Background Color

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

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

This div background color is #71707E.


Border color

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

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

This div border color is #71707E.


Opacity

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

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

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

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

This text has shadow with #71707E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #71707E on black background.


Color preview on white background

This text has color #71707E on white background.



Black color preview on #71707E background

This text has black color on #71707E background.


White color preview on #71707E background

This text has white color on #71707E background.