COLOR #72705C

HEX: #72705C
RGB: (114,112,92)

Color info

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

RGB color model

#72705C color RGB value is (114,112,92).

  • red value is 114;
  • green value is 112;
  • blue value is 92.
RGB:
(114,112,92)
(45%,44%,36%)

RGB channels and saturation

R 114 of 255 = 45%
G 112 of 255 = 44%
B 92 of 255 = 36%

114
112
92

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

Portions of RGB colors in percentages

R + G + B =
114 + 112 + 92 = 318 (100%)
R 114 of 318 ~ 35.85%
G 112 of 318 ~ 35.22%
B 92 of 318 ~ 28.93%

%35.85
%35.22
%28.93

CMYK color model

#72705C color CMYK value is (0,2,19,55).

  • cyan value is 0.00%
  • magenta value is 1.75%
  • yellow value is 19.30%
  • key color value is 55.29%
CMYK:
(0,2,19,55)
C0M2Y19K55 
(0%,2%,19%,55%)
(0.00/0.02/0.19/0.55)	

CMYK percentages

%0
%1.75
%19.3
%55.29

Codes

Color #72705C in popluar color models

72705C
RGB11411292
HSL55°10.68%40.39%
HSB/HSV55°19.30%44.71%
CMYK0.00%1.75%19.30%
55.29%

Color #72705C in popluar number systems.

HEX72705C
Decimal11411292
Binary111001011100001011100
Octal162160134

Shades and tints

Shades of #72705C

#72705C
(114,112,92)
#686654
(104,102,84)
#5E5C4C
(94,92,76)
#545244
(84,82,68)
#4A483C
(74,72,60)
#403E34
(64,62,52)
#36342C
(54,52,44)
#2C2A24
(44,42,36)
#22201C
(34,32,28)
#181614
(24,22,20)
#0E0C0C
(14,12,12)
#000000
(0,0,0)

Tints of #72705C

#72705C
(114,112,92)
#7E7D6A
(126,125,106)
#8A8A78
(138,138,120)
#969786
(150,151,134)
#A2A494
(162,164,148)
#AEB1A2
(174,177,162)
#BABEB0
(186,190,176)
#C6CBBE
(198,203,190)
#D2D8CC
(210,216,204)
#DEE5DA
(222,229,218)
#EAF2E8
(234,242,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #72705C; }

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

This text font color is #72705C.


Background Color

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

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

This div background color is #72705C.


Border color

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

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

This div border color is #72705C.


Opacity

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

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

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

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

This text has shadow with #72705C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #72705C on black background.


Color preview on white background

This text has color #72705C on white background.



Black color preview on #72705C background

This text has black color on #72705C background.


White color preview on #72705C background

This text has white color on #72705C background.