COLOR #71794C

HEX: #71794C
RGB: (113,121,76)

Color info

#71794C contains red, green and blue colors in about the same proportion. Web safe color of #71794C is #666633 (or #663).

RGB color model

#71794C color RGB value is (113,121,76).

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

RGB channels and saturation

R 113 of 255 = 44%
G 121 of 255 = 47%
B 76 of 255 = 30%

113
121
76

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

Portions of RGB colors in percentages

R + G + B =
113 + 121 + 76 = 310 (100%)
R 113 of 310 ~ 36.45%
G 121 of 310 ~ 39.03%
B 76 of 310 ~ 24.52%

%36.45
%39.03
%24.52

CMYK color model

#71794C color CMYK value is (7,0,37,53).

  • cyan value is 6.61%
  • magenta value is 0.00%
  • yellow value is 37.19%
  • key color value is 52.55%
CMYK:
(7,0,37,53)
C7M0Y37K53 
(7%,0%,37%,53%)
(0.07/0.00/0.37/0.53)	

CMYK percentages

%6.61
%0
%37.19
%52.55

Codes

Color #71794C in popluar color models

71794C
RGB11312176
HSL71°22.84%38.63%
HSB/HSV71°37.19%47.45%
CMYK6.61%0.00%37.19%
52.55%

Color #71794C in popluar number systems.

HEX71794C
Decimal11312176
Binary111000111110011001100
Octal161171114

Shades and tints

Shades of #71794C

#71794C
(113,121,76)
#676E46
(103,110,70)
#5D6340
(93,99,64)
#53583A
(83,88,58)
#494D34
(73,77,52)
#3F422E
(63,66,46)
#353728
(53,55,40)
#2B2C22
(43,44,34)
#21211C
(33,33,28)
#171616
(23,22,22)
#0D0B10
(13,11,16)
#000000
(0,0,0)

Tints of #71794C

#71794C
(113,121,76)
#7D855C
(125,133,92)
#89916C
(137,145,108)
#959D7C
(149,157,124)
#A1A98C
(161,169,140)
#ADB59C
(173,181,156)
#B9C1AC
(185,193,172)
#C5CDBC
(197,205,188)
#D1D9CC
(209,217,204)
#DDE5DC
(221,229,220)
#E9F1EC
(233,241,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #71794C; }

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

This text font color is #71794C.


Background Color

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

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

This div background color is #71794C.


Border color

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

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

This div border color is #71794C.


Opacity

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

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

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

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

This text has shadow with #71794C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #71794C on black background.


Color preview on white background

This text has color #71794C on white background.



Black color preview on #71794C background

This text has black color on #71794C background.


White color preview on #71794C background

This text has white color on #71794C background.