COLOR #71766D

HEX: #71766D
RGB: (113,118,109)

Color info

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

RGB color model

#71766D color RGB value is (113,118,109).

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

RGB channels and saturation

R 113 of 255 = 44%
G 118 of 255 = 46%
B 109 of 255 = 43%

113
118
109

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

Portions of RGB colors in percentages

R + G + B =
113 + 118 + 109 = 340 (100%)
R 113 of 340 ~ 33.24%
G 118 of 340 ~ 34.71%
B 109 of 340 ~ 32.06%

%33.24
%34.71
%32.06

CMYK color model

#71766D color CMYK value is (4,0,8,54).

  • cyan value is 4.24%
  • magenta value is 0.00%
  • yellow value is 7.63%
  • key color value is 53.73%
CMYK:
(4,0,8,54)
C4M0Y8K54 
(4%,0%,8%,54%)
(0.04/0.00/0.08/0.54)	

CMYK percentages

%4.24
%0
%7.63
%53.73

Codes

Color #71766D in popluar color models

71766D
RGB113118109
HSL93°3.96%44.51%
HSB/HSV93°7.63%46.27%
CMYK4.24%0.00%7.63%
53.73%

Color #71766D in popluar number systems.

HEX71766D
Decimal113118109
Binary111000111101101101101
Octal161166155

Shades and tints

Shades of #71766D

#71766D
(113,118,109)
#676C64
(103,108,100)
#5D625B
(93,98,91)
#535852
(83,88,82)
#494E49
(73,78,73)
#3F4440
(63,68,64)
#353A37
(53,58,55)
#2B302E
(43,48,46)
#212625
(33,38,37)
#171C1C
(23,28,28)
#0D1213
(13,18,19)
#000000
(0,0,0)

Tints of #71766D

#71766D
(113,118,109)
#7D827A
(125,130,122)
#898E87
(137,142,135)
#959A94
(149,154,148)
#A1A6A1
(161,166,161)
#ADB2AE
(173,178,174)
#B9BEBB
(185,190,187)
#C5CAC8
(197,202,200)
#D1D6D5
(209,214,213)
#DDE2E2
(221,226,226)
#E9EEEF
(233,238,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #71766D; }

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

This text font color is #71766D.


Background Color

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

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

This div background color is #71766D.


Border color

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

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

This div border color is #71766D.


Opacity

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

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

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

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

This text has shadow with #71766D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #71766D on black background.


Color preview on white background

This text has color #71766D on white background.



Black color preview on #71766D background

This text has black color on #71766D background.


White color preview on #71766D background

This text has white color on #71766D background.