COLOR #72785B

HEX: #72785B
RGB: (114,120,91)

Color info

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

RGB color model

#72785B color RGB value is (114,120,91).

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

RGB channels and saturation

R 114 of 255 = 45%
G 120 of 255 = 47%
B 91 of 255 = 36%

114
120
91

R + G + B ~ 43%. #72785B is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
114 + 120 + 91 = 325 (100%)
R 114 of 325 ~ 35.08%
G 120 of 325 ~ 36.92%
B 91 of 325 ~ 28%

%35.08
%36.92
%28

CMYK color model

#72785B color CMYK value is (5,0,24,53).

  • cyan value is 5.00%
  • magenta value is 0.00%
  • yellow value is 24.17%
  • key color value is 52.94%
CMYK:
(5,0,24,53)
C5M0Y24K53 
(5%,0%,24%,53%)
(0.05/0.00/0.24/0.53)	

CMYK percentages

%5
%0
%24.17
%52.94

Codes

Color #72785B in popluar color models

72785B
RGB11412091
HSL72°13.74%41.37%
HSB/HSV72°24.17%47.06%
CMYK5.00%0.00%24.17%
52.94%

Color #72785B in popluar number systems.

HEX72785B
Decimal11412091
Binary111001011110001011011
Octal162170133

Shades and tints

Shades of #72785B

#72785B
(114,120,91)
#686E53
(104,110,83)
#5E644B
(94,100,75)
#545A43
(84,90,67)
#4A503B
(74,80,59)
#404633
(64,70,51)
#363C2B
(54,60,43)
#2C3223
(44,50,35)
#22281B
(34,40,27)
#181E13
(24,30,19)
#0E140B
(14,20,11)
#000000
(0,0,0)

Tints of #72785B

#72785B
(114,120,91)
#7E8469
(126,132,105)
#8A9077
(138,144,119)
#969C85
(150,156,133)
#A2A893
(162,168,147)
#AEB4A1
(174,180,161)
#BAC0AF
(186,192,175)
#C6CCBD
(198,204,189)
#D2D8CB
(210,216,203)
#DEE4D9
(222,228,217)
#EAF0E7
(234,240,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #72785B color. Also use rgb(114,120,91) instead hex code.

Text Font Color

.myTextColor { color: #72785B; }

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

This text font color is #72785B.


Background Color

.myBgColor { background-color: #72785B; }

<div style="background-color:#72785B">Inner text</div>

This div background color is #72785B.


Border color

.myBorderColor { border: 1px solid #72785B; }

<div style="border:3px solid #72785B">Div</div>

This div border color is #72785B.


Opacity

.myOpacity80 { color: #72785B; opacity: 0.8; }

<p style="color:#72785B;opacity:0.8;">80%</p>

Text with #72785B 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 #72785B;}

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

This text has shadow with #72785B color.

.textShadow {text-shadow: 3px 3px 1px #72785B, 3px 3px 1px red;}

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

This text has shadow with #72785B primary color and red secondary color.


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

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

This text has shadow with #72785B and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #72785B on black background.


Color preview on white background

This text has color #72785B on white background.



Black color preview on #72785B background

This text has black color on #72785B background.


White color preview on #72785B background

This text has white color on #72785B background.