COLOR #72724E

HEX: #72724E RGB: (114,114,78)

Color info

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

RGB color model

#72724E color RGB value is (114,114,78).

RGB: (114,114,78) (45%, 45%, 31%)

RGB channels and saturation

R 114 of 255 = 45%
G 114 of 255 = 45%
B 78 of 255 = 31%

114
114
78

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

Portions of RGB colors in percentages

R + G + B = 114 + 114 + 78 = 306 (100%)
R 114 of 306 ~ 37.25%
G 114 of 306 ~ 37.25%
B 78 of 306 ~ 25.49'%

%37.25
%37.25
%25.49

CMYK color model

#72724E color CMYK value is (0,0,32,55).

  • cyan value is 0.00%
  • magenta value is 0.00%
  • yellow value is 31.58%
  • key color value is 55.29%

CMYK: (0,0,32,55)
C0M0Y32K55 (0%, 0%, 32%, 55%)
(0.00 / 0.00 / 0.32 / 0.55)

CMYK percentages

%0
%0
%31.58
%55.29

Codes

Color #72724E in popluar color models

72 72 4E
RGB 114 114 78
HSL 60° 18.75% 37.65%
HSB/HSV 60° 31.58% 44.71%
CMYK 0.00% 0.00% 31.58%
55.29%

Color #72724E in popluar number systems.

HEX 72 72 4E
Decimal 114 114 78
Binary 1110010 1110010 1001110
Octal 162 162 116

Shades and tints

Shades of #72724E

#72724E
(114,114,78)
#686847
(104,104,71)
#5E5E40
(94,94,64)
#545439
(84,84,57)
#4A4A32
(74,74,50)
#40402B
(64,64,43)
#363624
(54,54,36)
#2C2C1D
(44,44,29)
#222216
(34,34,22)
#18180F
(24,24,15)
#0E0E08
(14,14,8)
#000000
(0,0,0)

Tints of #72724E

#72724E
(114,114,78)
#7E7E5E
(126,126,94)
#8A8A6E
(138,138,110)
#96967E
(150,150,126)
#A2A28E
(162,162,142)
#AEAE9E
(174,174,158)
#BABAAE
(186,186,174)
#C6C6BE
(198,198,190)
#D2D2CE
(210,210,206)
#DEDEDE
(222,222,222)
#EAEAEE
(234,234,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #72724E; }

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

This text font color is #72724E.

Background Color

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

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

This div background color is #72724E.

Border color

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

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

This div border color is #72724E.

Opacity

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

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

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

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

This text has shadow with #72724E color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #72724E.

Preview

Color preview on black background

This text has color #72724E on black background.


Color preview on white background

This text has color #72724E on white background.


Black color preview on #72724E background

This text has black color on #72724E background.


White color preview on #72724E background

This text has white color on #72724E background.


Related colors

Complementary color

Complementary color for #hex is #8D8DB1.


I love getcolorcode.com