COLOR #71796D

HEX: #71796D
RGB: (113,121,109)

Color info

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

RGB color model

#71796D color RGB value is (113,121,109).

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

RGB channels and saturation

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

113
121
109

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

Portions of RGB colors in percentages

R + G + B =
113 + 121 + 109 = 343 (100%)
R 113 of 343 ~ 32.94%
G 121 of 343 ~ 35.28%
B 109 of 343 ~ 31.78%

%32.94
%35.28
%31.78

CMYK color model

#71796D color CMYK value is (7,0,10,53).

  • cyan value is 6.61%
  • magenta value is 0.00%
  • yellow value is 9.92%
  • key color value is 52.55%
CMYK:
(7,0,10,53)
C7M0Y10K53 
(7%,0%,10%,53%)
(0.07/0.00/0.10/0.53)	

CMYK percentages

%6.61
%0
%9.92
%52.55

Codes

Color #71796D in popluar color models

71796D
RGB113121109
HSL100°5.22%45.10%
HSB/HSV100°9.92%47.45%
CMYK6.61%0.00%9.92%
52.55%

Color #71796D in popluar number systems.

HEX71796D
Decimal113121109
Binary111000111110011101101
Octal161171155

Shades and tints

Shades of #71796D

#71796D
(113,121,109)
#676E64
(103,110,100)
#5D635B
(93,99,91)
#535852
(83,88,82)
#494D49
(73,77,73)
#3F4240
(63,66,64)
#353737
(53,55,55)
#2B2C2E
(43,44,46)
#212125
(33,33,37)
#17161C
(23,22,28)
#0D0B13
(13,11,19)
#000000
(0,0,0)

Tints of #71796D

#71796D
(113,121,109)
#7D857A
(125,133,122)
#899187
(137,145,135)
#959D94
(149,157,148)
#A1A9A1
(161,169,161)
#ADB5AE
(173,181,174)
#B9C1BB
(185,193,187)
#C5CDC8
(197,205,200)
#D1D9D5
(209,217,213)
#DDE5E2
(221,229,226)
#E9F1EF
(233,241,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #71796D; }

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

This text font color is #71796D.


Background Color

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

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

This div background color is #71796D.


Border color

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

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

This div border color is #71796D.


Opacity

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

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

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

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

This text has shadow with #71796D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #71796D on black background.


Color preview on white background

This text has color #71796D on white background.



Black color preview on #71796D background

This text has black color on #71796D background.


White color preview on #71796D background

This text has white color on #71796D background.