COLOR #71777A

HEX: #71777A
RGB: (113,119,122)

Color info

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

RGB color model

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

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

RGB channels and saturation

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

113
119
122

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

Portions of RGB colors in percentages

R + G + B =
113 + 119 + 122 = 354 (100%)
R 113 of 354 ~ 31.92%
G 119 of 354 ~ 33.62%
B 122 of 354 ~ 34.46%

%31.92
%33.62
%34.46

CMYK color model

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

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

CMYK percentages

%7.38
%2.46
%0
%52.16

Codes

Color #71777A in popluar color models

71777A
RGB113119122
HSL200°3.83%46.08%
HSB/HSV200°7.38%47.84%
CMYK7.38%2.46%0.00%
52.16%

Color #71777A in popluar number systems.

HEX71777A
Decimal113119122
Binary111000111101111111010
Octal161167172

Shades and tints

Shades of #71777A

#71777A
(113,119,122)
#676D6F
(103,109,111)
#5D6364
(93,99,100)
#535959
(83,89,89)
#494F4E
(73,79,78)
#3F4543
(63,69,67)
#353B38
(53,59,56)
#2B312D
(43,49,45)
#212722
(33,39,34)
#171D17
(23,29,23)
#0D130C
(13,19,12)
#000000
(0,0,0)

Tints of #71777A

#71777A
(113,119,122)
#7D8386
(125,131,134)
#898F92
(137,143,146)
#959B9E
(149,155,158)
#A1A7AA
(161,167,170)
#ADB3B6
(173,179,182)
#B9BFC2
(185,191,194)
#C5CBCE
(197,203,206)
#D1D7DA
(209,215,218)
#DDE3E6
(221,227,230)
#E9EFF2
(233,239,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #71777A; }

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

This text font color is #71777A.


Background Color

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

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

This div background color is #71777A.


Border color

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

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

This div border color is #71777A.


Opacity

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

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

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

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

This text has shadow with #71777A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #71777A on black background.


Color preview on white background

This text has color #71777A on white background.



Black color preview on #71777A background

This text has black color on #71777A background.


White color preview on #71777A background

This text has white color on #71777A background.