COLOR #71776F

HEX: #71776F
RGB: (113,119,111)

Color info

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

RGB color model

#71776F color RGB value is (113,119,111).

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

RGB channels and saturation

R 113 of 255 = 44%
G 119 of 255 = 47%
B 111 of 255 = 44%

113
119
111

R + G + B ~ 45%. #71776F is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
113 + 119 + 111 = 343 (100%)
R 113 of 343 ~ 32.94%
G 119 of 343 ~ 34.69%
B 111 of 343 ~ 32.36%

%32.94
%34.69
%32.36

CMYK color model

#71776F color CMYK value is (5,0,7,53).

  • cyan value is 5.04%
  • magenta value is 0.00%
  • yellow value is 6.72%
  • key color value is 53.33%
CMYK:
(5,0,7,53)
C5M0Y7K53 
(5%,0%,7%,53%)
(0.05/0.00/0.07/0.53)	

CMYK percentages

%5.04
%0
%6.72
%53.33

Codes

Color #71776F in popluar color models

71776F
RGB113119111
HSL105°3.48%45.10%
HSB/HSV105°6.72%46.67%
CMYK5.04%0.00%6.72%
53.33%

Color #71776F in popluar number systems.

HEX71776F
Decimal113119111
Binary111000111101111101111
Octal161167157

Shades and tints

Shades of #71776F

#71776F
(113,119,111)
#676D65
(103,109,101)
#5D635B
(93,99,91)
#535951
(83,89,81)
#494F47
(73,79,71)
#3F453D
(63,69,61)
#353B33
(53,59,51)
#2B3129
(43,49,41)
#21271F
(33,39,31)
#171D15
(23,29,21)
#0D130B
(13,19,11)
#000000
(0,0,0)

Tints of #71776F

#71776F
(113,119,111)
#7D837C
(125,131,124)
#898F89
(137,143,137)
#959B96
(149,155,150)
#A1A7A3
(161,167,163)
#ADB3B0
(173,179,176)
#B9BFBD
(185,191,189)
#C5CBCA
(197,203,202)
#D1D7D7
(209,215,215)
#DDE3E4
(221,227,228)
#E9EFF1
(233,239,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #71776F color. Also use rgb(113,119,111) instead hex code.

Text Font Color

.myTextColor { color: #71776F; }

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

This text font color is #71776F.


Background Color

.myBgColor { background-color: #71776F; }

<div style="background-color:#71776F">Inner text</div>

This div background color is #71776F.


Border color

.myBorderColor { border: 1px solid #71776F; }

<div style="border:3px solid #71776F">Div</div>

This div border color is #71776F.


Opacity

.myOpacity80 { color: #71776F; opacity: 0.8; }

<p style="color:#71776F;opacity:0.8;">80%</p>

Text with #71776F 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 #71776F;}

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

This text has shadow with #71776F color.

.textShadow {text-shadow: 3px 3px 1px #71776F, 3px 3px 1px red;}

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

This text has shadow with #71776F primary color and red secondary color.


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

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

This text has shadow with #71776F and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #71776F on black background.


Color preview on white background

This text has color #71776F on white background.



Black color preview on #71776F background

This text has black color on #71776F background.


White color preview on #71776F background

This text has white color on #71776F background.