COLOR #71777D

HEX: #71777D
RGB: (113,119,125)

Color info

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

RGB color model

#71777D color RGB value is (113,119,125).

  • red value is 113;
  • green value is 119;
  • blue value is 125.
RGB:
(113,119,125)
(44%,47%,49%)

RGB channels and saturation

R 113 of 255 = 44%
G 119 of 255 = 47%
B 125 of 255 = 49%

113
119
125

R + G + B ~ 47%. #71777D is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
113 + 119 + 125 = 357 (100%)
R 113 of 357 ~ 31.65%
G 119 of 357 ~ 33.33%
B 125 of 357 ~ 35.01%

%31.65
%33.33
%35.01

CMYK color model

#71777D color CMYK value is (10,5,0,51).

  • cyan value is 9.60%
  • magenta value is 4.80%
  • yellow value is 0.00%
  • key color value is 50.98%
CMYK:
(10,5,0,51)
C10M5Y0K51 
(10%,5%,0%,51%)
(0.10/0.05/0.00/0.51)	

CMYK percentages

%9.6
%4.8
%0
%50.98

Codes

Color #71777D in popluar color models

71777D
RGB113119125
HSL210°5.04%46.67%
HSB/HSV210°9.60%49.02%
CMYK9.60%4.80%0.00%
50.98%

Color #71777D in popluar number systems.

HEX71777D
Decimal113119125
Binary111000111101111111101
Octal161167175

Shades and tints

Shades of #71777D

#71777D
(113,119,125)
#676D72
(103,109,114)
#5D6367
(93,99,103)
#53595C
(83,89,92)
#494F51
(73,79,81)
#3F4546
(63,69,70)
#353B3B
(53,59,59)
#2B3130
(43,49,48)
#212725
(33,39,37)
#171D1A
(23,29,26)
#0D130F
(13,19,15)
#000000
(0,0,0)

Tints of #71777D

#71777D
(113,119,125)
#7D8388
(125,131,136)
#898F93
(137,143,147)
#959B9E
(149,155,158)
#A1A7A9
(161,167,169)
#ADB3B4
(173,179,180)
#B9BFBF
(185,191,191)
#C5CBCA
(197,203,202)
#D1D7D5
(209,215,213)
#DDE3E0
(221,227,224)
#E9EFEB
(233,239,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #71777D color. Also use rgb(113,119,125) instead hex code.

Text Font Color

.myTextColor { color: #71777D; }

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

This text font color is #71777D.


Background Color

.myBgColor { background-color: #71777D; }

<div style="background-color:#71777D">Inner text</div>

This div background color is #71777D.


Border color

.myBorderColor { border: 1px solid #71777D; }

<div style="border:3px solid #71777D">Div</div>

This div border color is #71777D.


Opacity

.myOpacity80 { color: #71777D; opacity: 0.8; }

<p style="color:#71777D;opacity:0.8;">80%</p>

Text with #71777D 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 #71777D;}

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

This text has shadow with #71777D color.

.textShadow {text-shadow: 3px 3px 1px #71777D, 3px 3px 1px red;}

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

This text has shadow with #71777D primary color and red secondary color.


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

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

This text has shadow with #71777D and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #71777D on black background.


Color preview on white background

This text has color #71777D on white background.



Black color preview on #71777D background

This text has black color on #71777D background.


White color preview on #71777D background

This text has white color on #71777D background.