COLOR #72716F

HEX: #72716F
RGB: (114,113,111)

Color info

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

RGB color model

#72716F color RGB value is (114,113,111).

  • red value is 114;
  • green value is 113;
  • blue value is 111.
RGB:
(114,113,111)
(45%,44%,44%)

RGB channels and saturation

R 114 of 255 = 45%
G 113 of 255 = 44%
B 111 of 255 = 44%

114
113
111

R + G + B ~ 44%. #72716F is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
114 + 113 + 111 = 338 (100%)
R 114 of 338 ~ 33.73%
G 113 of 338 ~ 33.43%
B 111 of 338 ~ 32.84%

%33.73
%33.43
%32.84

CMYK color model

#72716F color CMYK value is (0,1,3,55).

  • cyan value is 0.00%
  • magenta value is 0.88%
  • yellow value is 2.63%
  • key color value is 55.29%
CMYK:
(0,1,3,55)
C0M1Y3K55 
(0%,1%,3%,55%)
(0.00/0.01/0.03/0.55)	

CMYK percentages

%0
%0.88
%2.63
%55.29

Codes

Color #72716F in popluar color models

72716F
RGB114113111
HSL40°1.33%44.12%
HSB/HSV40°2.63%44.71%
CMYK0.00%0.88%2.63%
55.29%

Color #72716F in popluar number systems.

HEX72716F
Decimal114113111
Binary111001011100011101111
Octal162161157

Shades and tints

Shades of #72716F

#72716F
(114,113,111)
#686765
(104,103,101)
#5E5D5B
(94,93,91)
#545351
(84,83,81)
#4A4947
(74,73,71)
#403F3D
(64,63,61)
#363533
(54,53,51)
#2C2B29
(44,43,41)
#22211F
(34,33,31)
#181715
(24,23,21)
#0E0D0B
(14,13,11)
#000000
(0,0,0)

Tints of #72716F

#72716F
(114,113,111)
#7E7D7C
(126,125,124)
#8A8989
(138,137,137)
#969596
(150,149,150)
#A2A1A3
(162,161,163)
#AEADB0
(174,173,176)
#BAB9BD
(186,185,189)
#C6C5CA
(198,197,202)
#D2D1D7
(210,209,215)
#DEDDE4
(222,221,228)
#EAE9F1
(234,233,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #72716F color. Also use rgb(114,113,111) instead hex code.

Text Font Color

.myTextColor { color: #72716F; }

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

This text font color is #72716F.


Background Color

.myBgColor { background-color: #72716F; }

<div style="background-color:#72716F">Inner text</div>

This div background color is #72716F.


Border color

.myBorderColor { border: 1px solid #72716F; }

<div style="border:3px solid #72716F">Div</div>

This div border color is #72716F.


Opacity

.myOpacity80 { color: #72716F; opacity: 0.8; }

<p style="color:#72716F;opacity:0.8;">80%</p>

Text with #72716F 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 #72716F;}

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

This text has shadow with #72716F color.

.textShadow {text-shadow: 3px 3px 1px #72716F, 3px 3px 1px red;}

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

This text has shadow with #72716F primary color and red secondary color.


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

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

This text has shadow with #72716F and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #72716F on black background.


Color preview on white background

This text has color #72716F on white background.



Black color preview on #72716F background

This text has black color on #72716F background.


White color preview on #72716F background

This text has white color on #72716F background.