COLOR #72724B

HEX: #72724B
RGB: (114,114,75)

Color info

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

RGB color model

#72724B color RGB value is (114,114,75).

  • red value is 114;
  • green value is 114;
  • blue value is 75.
RGB:
(114,114,75)
(45%,45%,29%)

RGB channels and saturation

R 114 of 255 = 45%
G 114 of 255 = 45%
B 75 of 255 = 29%

114
114
75

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

Portions of RGB colors in percentages

R + G + B =
114 + 114 + 75 = 303 (100%)
R 114 of 303 ~ 37.62%
G 114 of 303 ~ 37.62%
B 75 of 303 ~ 24.75%

%37.62
%37.62
%24.75

CMYK color model

#72724B color CMYK value is (0,0,34,55).

  • cyan value is 0.00%
  • magenta value is 0.00%
  • yellow value is 34.21%
  • key color value is 55.29%
CMYK:
(0,0,34,55)
C0M0Y34K55 
(0%,0%,34%,55%)
(0.00/0.00/0.34/0.55)	

CMYK percentages

%0
%0
%34.21
%55.29

Codes

Color #72724B in popluar color models

72724B
RGB11411475
HSL60°20.63%37.06%
HSB/HSV60°34.21%44.71%
CMYK0.00%0.00%34.21%
55.29%

Color #72724B in popluar number systems.

HEX72724B
Decimal11411475
Binary111001011100101001011
Octal162162113

Shades and tints

Shades of #72724B

#72724B
(114,114,75)
#686845
(104,104,69)
#5E5E3F
(94,94,63)
#545439
(84,84,57)
#4A4A33
(74,74,51)
#40402D
(64,64,45)
#363627
(54,54,39)
#2C2C21
(44,44,33)
#22221B
(34,34,27)
#181815
(24,24,21)
#0E0E0F
(14,14,15)
#000000
(0,0,0)

Tints of #72724B

#72724B
(114,114,75)
#7E7E5B
(126,126,91)
#8A8A6B
(138,138,107)
#96967B
(150,150,123)
#A2A28B
(162,162,139)
#AEAE9B
(174,174,155)
#BABAAB
(186,186,171)
#C6C6BB
(198,198,187)
#D2D2CB
(210,210,203)
#DEDEDB
(222,222,219)
#EAEAEB
(234,234,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #72724B; }

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

This text font color is #72724B.


Background Color

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

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

This div background color is #72724B.


Border color

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

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

This div border color is #72724B.


Opacity

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

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

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

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

This text has shadow with #72724B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #72724B on black background.


Color preview on white background

This text has color #72724B on white background.



Black color preview on #72724B background

This text has black color on #72724B background.


White color preview on #72724B background

This text has white color on #72724B background.