COLOR #72724C

HEX: #72724C RGB: (114,114,76)

Color info

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

RGB color model

#72724C color RGB value is (114,114,76).

RGB: (114,114,76) (45%, 45%, 30%)

RGB channels and saturation

R 114 of 255 = 45%
G 114 of 255 = 45%
B 76 of 255 = 30%

114
114
76

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

Portions of RGB colors in percentages

R + G + B = 114 + 114 + 76 = 304 (100%)
R 114 of 304 ~ 37.5%
G 114 of 304 ~ 37.5%
B 76 of 304 ~ 25'%

%37.5
%37.5
%25

CMYK color model

#72724C color CMYK value is (0,0,33,55).

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

CMYK: (0,0,33,55)
C0M0Y33K55 (0%, 0%, 33%, 55%)
(0.00 / 0.00 / 0.33 / 0.55)

CMYK percentages

%0
%0
%33.33
%55.29

Codes

Color #72724C in popluar color models

72 72 4C
RGB 114 114 76
HSL 60° 20.00% 37.25%
HSB/HSV 60° 33.33% 44.71%
CMYK 0.00% 0.00% 33.33%
55.29%

Color #72724C in popluar number systems.

HEX 72 72 4C
Decimal 114 114 76
Binary 1110010 1110010 1001100
Octal 162 162 114

Shades and tints

Shades of #72724C

#72724C
(114,114,76)
#686846
(104,104,70)
#5E5E40
(94,94,64)
#54543A
(84,84,58)
#4A4A34
(74,74,52)
#40402E
(64,64,46)
#363628
(54,54,40)
#2C2C22
(44,44,34)
#22221C
(34,34,28)
#181816
(24,24,22)
#0E0E10
(14,14,16)
#000000
(0,0,0)

Tints of #72724C

#72724C
(114,114,76)
#7E7E5C
(126,126,92)
#8A8A6C
(138,138,108)
#96967C
(150,150,124)
#A2A28C
(162,162,140)
#AEAE9C
(174,174,156)
#BABAAC
(186,186,172)
#C6C6BC
(198,198,188)
#D2D2CC
(210,210,204)
#DEDEDC
(222,222,220)
#EAEAEC
(234,234,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #72724C; }

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

This text font color is #72724C.

Background Color

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

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

This div background color is #72724C.

Border color

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

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

This div border color is #72724C.

Opacity

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

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

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

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

This text has shadow with #72724C color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #72724C.

Preview

Color preview on black background

This text has color #72724C on black background.


Color preview on white background

This text has color #72724C on white background.


Black color preview on #72724C background

This text has black color on #72724C background.


White color preview on #72724C background

This text has white color on #72724C background.


Related colors

Complementary color

Complementary color for #hex is #8D8DB3.


I love getcolorcode.com