COLOR #71776C

HEX: #71776C
RGB: (113,119,108)

Color info

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

RGB color model

#71776C color RGB value is (113,119,108).

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

RGB channels and saturation

R 113 of 255 = 44%
G 119 of 255 = 47%
B 108 of 255 = 42%

113
119
108

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

Portions of RGB colors in percentages

R + G + B =
113 + 119 + 108 = 340 (100%)
R 113 of 340 ~ 33.24%
G 119 of 340 ~ 35%
B 108 of 340 ~ 31.76%

%33.24
%35
%31.76

CMYK color model

#71776C color CMYK value is (5,0,9,53).

  • cyan value is 5.04%
  • magenta value is 0.00%
  • yellow value is 9.24%
  • key color value is 53.33%
CMYK:
(5,0,9,53)
C5M0Y9K53 
(5%,0%,9%,53%)
(0.05/0.00/0.09/0.53)	

CMYK percentages

%5.04
%0
%9.24
%53.33

Codes

Color #71776C in popluar color models

71776C
RGB113119108
HSL93°4.85%44.51%
HSB/HSV93°9.24%46.67%
CMYK5.04%0.00%9.24%
53.33%

Color #71776C in popluar number systems.

HEX71776C
Decimal113119108
Binary111000111101111101100
Octal161167154

Shades and tints

Shades of #71776C

#71776C
(113,119,108)
#676D63
(103,109,99)
#5D635A
(93,99,90)
#535951
(83,89,81)
#494F48
(73,79,72)
#3F453F
(63,69,63)
#353B36
(53,59,54)
#2B312D
(43,49,45)
#212724
(33,39,36)
#171D1B
(23,29,27)
#0D1312
(13,19,18)
#000000
(0,0,0)

Tints of #71776C

#71776C
(113,119,108)
#7D8379
(125,131,121)
#898F86
(137,143,134)
#959B93
(149,155,147)
#A1A7A0
(161,167,160)
#ADB3AD
(173,179,173)
#B9BFBA
(185,191,186)
#C5CBC7
(197,203,199)
#D1D7D4
(209,215,212)
#DDE3E1
(221,227,225)
#E9EFEE
(233,239,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #71776C; }

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

This text font color is #71776C.


Background Color

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

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

This div background color is #71776C.


Border color

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

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

This div border color is #71776C.


Opacity

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

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

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

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

This text has shadow with #71776C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #71776C on black background.


Color preview on white background

This text has color #71776C on white background.



Black color preview on #71776C background

This text has black color on #71776C background.


White color preview on #71776C background

This text has white color on #71776C background.