COLOR #71757E

HEX: #71757E
RGB: (113,117,126)

Color info

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

RGB color model

#71757E color RGB value is (113,117,126).

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

RGB channels and saturation

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

113
117
126

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

Portions of RGB colors in percentages

R + G + B =
113 + 117 + 126 = 356 (100%)
R 113 of 356 ~ 31.74%
G 117 of 356 ~ 32.87%
B 126 of 356 ~ 35.39%

%31.74
%32.87
%35.39

CMYK color model

#71757E color CMYK value is (10,7,0,51).

  • cyan value is 10.32%
  • magenta value is 7.14%
  • yellow value is 0.00%
  • key color value is 50.59%
CMYK:
(10,7,0,51)
C10M7Y0K51 
(10%,7%,0%,51%)
(0.10/0.07/0.00/0.51)	

CMYK percentages

%10.32
%7.14
%0
%50.59

Codes

Color #71757E in popluar color models

71757E
RGB113117126
HSL222°5.44%46.86%
HSB/HSV222°10.32%49.41%
CMYK10.32%7.14%0.00%
50.59%

Color #71757E in popluar number systems.

HEX71757E
Decimal113117126
Binary111000111101011111110
Octal161165176

Shades and tints

Shades of #71757E

#71757E
(113,117,126)
#676B73
(103,107,115)
#5D6168
(93,97,104)
#53575D
(83,87,93)
#494D52
(73,77,82)
#3F4347
(63,67,71)
#35393C
(53,57,60)
#2B2F31
(43,47,49)
#212526
(33,37,38)
#171B1B
(23,27,27)
#0D1110
(13,17,16)
#000000
(0,0,0)

Tints of #71757E

#71757E
(113,117,126)
#7D8189
(125,129,137)
#898D94
(137,141,148)
#95999F
(149,153,159)
#A1A5AA
(161,165,170)
#ADB1B5
(173,177,181)
#B9BDC0
(185,189,192)
#C5C9CB
(197,201,203)
#D1D5D6
(209,213,214)
#DDE1E1
(221,225,225)
#E9EDEC
(233,237,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #71757E; }

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

This text font color is #71757E.


Background Color

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

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

This div background color is #71757E.


Border color

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

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

This div border color is #71757E.


Opacity

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

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

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

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

This text has shadow with #71757E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #71757E on black background.


Color preview on white background

This text has color #71757E on white background.



Black color preview on #71757E background

This text has black color on #71757E background.


White color preview on #71757E background

This text has white color on #71757E background.