COLOR #72734C

HEX: #72734C
RGB: (114,115,76)

Color info

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

RGB color model

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

  • red value is 114;
  • green value is 115;
  • blue value is 76.
RGB:
(114,115,76)
(45%,45%,30%)

RGB channels and saturation

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

114
115
76

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

Portions of RGB colors in percentages

R + G + B =
114 + 115 + 76 = 305 (100%)
R 114 of 305 ~ 37.38%
G 115 of 305 ~ 37.7%
B 76 of 305 ~ 24.92%

%37.38
%37.7
%24.92

CMYK color model

#72734C color CMYK value is (1,0,34,55).

  • cyan value is 0.87%
  • magenta value is 0.00%
  • yellow value is 33.91%
  • key color value is 54.90%
CMYK:
(1,0,34,55)
C1M0Y34K55 
(1%,0%,34%,55%)
(0.01/0.00/0.34/0.55)	

CMYK percentages

%0.87
%0
%33.91
%54.9

Codes

Color #72734C in popluar color models

72734C
RGB11411576
HSL62°20.42%37.45%
HSB/HSV62°33.91%45.10%
CMYK0.87%0.00%33.91%
54.90%

Color #72734C in popluar number systems.

HEX72734C
Decimal11411576
Binary111001011100111001100
Octal162163114

Shades and tints

Shades of #72734C

#72734C
(114,115,76)
#686946
(104,105,70)
#5E5F40
(94,95,64)
#54553A
(84,85,58)
#4A4B34
(74,75,52)
#40412E
(64,65,46)
#363728
(54,55,40)
#2C2D22
(44,45,34)
#22231C
(34,35,28)
#181916
(24,25,22)
#0E0F10
(14,15,16)
#000000
(0,0,0)

Tints of #72734C

#72734C
(114,115,76)
#7E7F5C
(126,127,92)
#8A8B6C
(138,139,108)
#96977C
(150,151,124)
#A2A38C
(162,163,140)
#AEAF9C
(174,175,156)
#BABBAC
(186,187,172)
#C6C7BC
(198,199,188)
#D2D3CC
(210,211,204)
#DEDFDC
(222,223,220)
#EAEBEC
(234,235,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #72734C; }

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

This text font color is #72734C.


Background Color

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

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

This div background color is #72734C.


Border color

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

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

This div border color is #72734C.


Opacity

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

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

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

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

This text has shadow with #72734C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #72734C on black background.


Color preview on white background

This text has color #72734C on white background.



Black color preview on #72734C background

This text has black color on #72734C background.


White color preview on #72734C background

This text has white color on #72734C background.