COLOR #71776D

HEX: #71776D
RGB: (113,119,109)

Color info

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

RGB color model

#71776D color RGB value is (113,119,109).

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

RGB channels and saturation

R 113 of 255 = 44%
G 119 of 255 = 47%
B 109 of 255 = 43%

113
119
109

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

Portions of RGB colors in percentages

R + G + B =
113 + 119 + 109 = 341 (100%)
R 113 of 341 ~ 33.14%
G 119 of 341 ~ 34.9%
B 109 of 341 ~ 31.96%

%33.14
%34.9
%31.96

CMYK color model

#71776D color CMYK value is (5,0,8,53).

  • cyan value is 5.04%
  • magenta value is 0.00%
  • yellow value is 8.40%
  • key color value is 53.33%
CMYK:
(5,0,8,53)
C5M0Y8K53 
(5%,0%,8%,53%)
(0.05/0.00/0.08/0.53)	

CMYK percentages

%5.04
%0
%8.4
%53.33

Codes

Color #71776D in popluar color models

71776D
RGB113119109
HSL96°4.39%44.71%
HSB/HSV96°8.40%46.67%
CMYK5.04%0.00%8.40%
53.33%

Color #71776D in popluar number systems.

HEX71776D
Decimal113119109
Binary111000111101111101101
Octal161167155

Shades and tints

Shades of #71776D

#71776D
(113,119,109)
#676D64
(103,109,100)
#5D635B
(93,99,91)
#535952
(83,89,82)
#494F49
(73,79,73)
#3F4540
(63,69,64)
#353B37
(53,59,55)
#2B312E
(43,49,46)
#212725
(33,39,37)
#171D1C
(23,29,28)
#0D1313
(13,19,19)
#000000
(0,0,0)

Tints of #71776D

#71776D
(113,119,109)
#7D837A
(125,131,122)
#898F87
(137,143,135)
#959B94
(149,155,148)
#A1A7A1
(161,167,161)
#ADB3AE
(173,179,174)
#B9BFBB
(185,191,187)
#C5CBC8
(197,203,200)
#D1D7D5
(209,215,213)
#DDE3E2
(221,227,226)
#E9EFEF
(233,239,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #71776D; }

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

This text font color is #71776D.


Background Color

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

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

This div background color is #71776D.


Border color

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

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

This div border color is #71776D.


Opacity

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

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

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

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

This text has shadow with #71776D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #71776D on black background.


Color preview on white background

This text has color #71776D on white background.



Black color preview on #71776D background

This text has black color on #71776D background.


White color preview on #71776D background

This text has white color on #71776D background.