COLOR #72794F

HEX: #72794F
RGB: (114,121,79)

Color info

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

RGB color model

#72794F color RGB value is (114,121,79).

  • red value is 114;
  • green value is 121;
  • blue value is 79.
RGB:
(114,121,79)
(45%,47%,31%)

RGB channels and saturation

R 114 of 255 = 45%
G 121 of 255 = 47%
B 79 of 255 = 31%

114
121
79

R + G + B ~ 41%. #72794F is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
114 + 121 + 79 = 314 (100%)
R 114 of 314 ~ 36.31%
G 121 of 314 ~ 38.54%
B 79 of 314 ~ 25.16%

%36.31
%38.54
%25.16

CMYK color model

#72794F color CMYK value is (6,0,35,53).

  • cyan value is 5.79%
  • magenta value is 0.00%
  • yellow value is 34.71%
  • key color value is 52.55%
CMYK:
(6,0,35,53)
C6M0Y35K53 
(6%,0%,35%,53%)
(0.06/0.00/0.35/0.53)	

CMYK percentages

%5.79
%0
%34.71
%52.55

Codes

Color #72794F in popluar color models

72794F
RGB11412179
HSL70°21.00%39.22%
HSB/HSV70°34.71%47.45%
CMYK5.79%0.00%34.71%
52.55%

Color #72794F in popluar number systems.

HEX72794F
Decimal11412179
Binary111001011110011001111
Octal162171117

Shades and tints

Shades of #72794F

#72794F
(114,121,79)
#686E48
(104,110,72)
#5E6341
(94,99,65)
#54583A
(84,88,58)
#4A4D33
(74,77,51)
#40422C
(64,66,44)
#363725
(54,55,37)
#2C2C1E
(44,44,30)
#222117
(34,33,23)
#181610
(24,22,16)
#0E0B09
(14,11,9)
#000000
(0,0,0)

Tints of #72794F

#72794F
(114,121,79)
#7E855F
(126,133,95)
#8A916F
(138,145,111)
#969D7F
(150,157,127)
#A2A98F
(162,169,143)
#AEB59F
(174,181,159)
#BAC1AF
(186,193,175)
#C6CDBF
(198,205,191)
#D2D9CF
(210,217,207)
#DEE5DF
(222,229,223)
#EAF1EF
(234,241,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #72794F color. Also use rgb(114,121,79) instead hex code.

Text Font Color

.myTextColor { color: #72794F; }

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

This text font color is #72794F.


Background Color

.myBgColor { background-color: #72794F; }

<div style="background-color:#72794F">Inner text</div>

This div background color is #72794F.


Border color

.myBorderColor { border: 1px solid #72794F; }

<div style="border:3px solid #72794F">Div</div>

This div border color is #72794F.


Opacity

.myOpacity80 { color: #72794F; opacity: 0.8; }

<p style="color:#72794F;opacity:0.8;">80%</p>

Text with #72794F 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 #72794F;}

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

This text has shadow with #72794F color.

.textShadow {text-shadow: 3px 3px 1px #72794F, 3px 3px 1px red;}

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

This text has shadow with #72794F primary color and red secondary color.


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

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

This text has shadow with #72794F and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #72794F on black background.


Color preview on white background

This text has color #72794F on white background.



Black color preview on #72794F background

This text has black color on #72794F background.


White color preview on #72794F background

This text has white color on #72794F background.