COLOR #71796C

HEX: #71796C
RGB: (113,121,108)

Color info

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

RGB color model

#71796C color RGB value is (113,121,108).

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

RGB channels and saturation

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

113
121
108

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

Portions of RGB colors in percentages

R + G + B =
113 + 121 + 108 = 342 (100%)
R 113 of 342 ~ 33.04%
G 121 of 342 ~ 35.38%
B 108 of 342 ~ 31.58%

%33.04
%35.38
%31.58

CMYK color model

#71796C color CMYK value is (7,0,11,53).

  • cyan value is 6.61%
  • magenta value is 0.00%
  • yellow value is 10.74%
  • key color value is 52.55%
CMYK:
(7,0,11,53)
C7M0Y11K53 
(7%,0%,11%,53%)
(0.07/0.00/0.11/0.53)	

CMYK percentages

%6.61
%0
%10.74
%52.55

Codes

Color #71796C in popluar color models

71796C
RGB113121108
HSL97°5.68%44.90%
HSB/HSV97°10.74%47.45%
CMYK6.61%0.00%10.74%
52.55%

Color #71796C in popluar number systems.

HEX71796C
Decimal113121108
Binary111000111110011101100
Octal161171154

Shades and tints

Shades of #71796C

#71796C
(113,121,108)
#676E63
(103,110,99)
#5D635A
(93,99,90)
#535851
(83,88,81)
#494D48
(73,77,72)
#3F423F
(63,66,63)
#353736
(53,55,54)
#2B2C2D
(43,44,45)
#212124
(33,33,36)
#17161B
(23,22,27)
#0D0B12
(13,11,18)
#000000
(0,0,0)

Tints of #71796C

#71796C
(113,121,108)
#7D8579
(125,133,121)
#899186
(137,145,134)
#959D93
(149,157,147)
#A1A9A0
(161,169,160)
#ADB5AD
(173,181,173)
#B9C1BA
(185,193,186)
#C5CDC7
(197,205,199)
#D1D9D4
(209,217,212)
#DDE5E1
(221,229,225)
#E9F1EE
(233,241,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #71796C; }

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

This text font color is #71796C.


Background Color

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

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

This div background color is #71796C.


Border color

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

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

This div border color is #71796C.


Opacity

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

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

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

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

This text has shadow with #71796C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #71796C on black background.


Color preview on white background

This text has color #71796C on white background.



Black color preview on #71796C background

This text has black color on #71796C background.


White color preview on #71796C background

This text has white color on #71796C background.