COLOR #72784D

HEX: #72784D
RGB: (114,120,77)

Color info

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

RGB color model

#72784D color RGB value is (114,120,77).

  • red value is 114;
  • green value is 120;
  • blue value is 77.
RGB:
(114,120,77)
(45%,47%,30%)

RGB channels and saturation

R 114 of 255 = 45%
G 120 of 255 = 47%
B 77 of 255 = 30%

114
120
77

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

Portions of RGB colors in percentages

R + G + B =
114 + 120 + 77 = 311 (100%)
R 114 of 311 ~ 36.66%
G 120 of 311 ~ 38.59%
B 77 of 311 ~ 24.76%

%36.66
%38.59
%24.76

CMYK color model

#72784D color CMYK value is (5,0,36,53).

  • cyan value is 5.00%
  • magenta value is 0.00%
  • yellow value is 35.83%
  • key color value is 52.94%
CMYK:
(5,0,36,53)
C5M0Y36K53 
(5%,0%,36%,53%)
(0.05/0.00/0.36/0.53)	

CMYK percentages

%5
%0
%35.83
%52.94

Codes

Color #72784D in popluar color models

72784D
RGB11412077
HSL68°21.83%38.63%
HSB/HSV68°35.83%47.06%
CMYK5.00%0.00%35.83%
52.94%

Color #72784D in popluar number systems.

HEX72784D
Decimal11412077
Binary111001011110001001101
Octal162170115

Shades and tints

Shades of #72784D

#72784D
(114,120,77)
#686E46
(104,110,70)
#5E643F
(94,100,63)
#545A38
(84,90,56)
#4A5031
(74,80,49)
#40462A
(64,70,42)
#363C23
(54,60,35)
#2C321C
(44,50,28)
#222815
(34,40,21)
#181E0E
(24,30,14)
#0E1407
(14,20,7)
#000000
(0,0,0)

Tints of #72784D

#72784D
(114,120,77)
#7E845D
(126,132,93)
#8A906D
(138,144,109)
#969C7D
(150,156,125)
#A2A88D
(162,168,141)
#AEB49D
(174,180,157)
#BAC0AD
(186,192,173)
#C6CCBD
(198,204,189)
#D2D8CD
(210,216,205)
#DEE4DD
(222,228,221)
#EAF0ED
(234,240,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #72784D color. Also use rgb(114,120,77) instead hex code.

Text Font Color

.myTextColor { color: #72784D; }

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

This text font color is #72784D.


Background Color

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

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

This div background color is #72784D.


Border color

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

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

This div border color is #72784D.


Opacity

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

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

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

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

This text has shadow with #72784D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #72784D on black background.


Color preview on white background

This text has color #72784D on white background.



Black color preview on #72784D background

This text has black color on #72784D background.


White color preview on #72784D background

This text has white color on #72784D background.