COLOR #72706F

HEX: #72706F
RGB: (114,112,111)

Color info

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

RGB color model

#72706F color RGB value is (114,112,111).

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

RGB channels and saturation

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

114
112
111

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

Portions of RGB colors in percentages

R + G + B =
114 + 112 + 111 = 337 (100%)
R 114 of 337 ~ 33.83%
G 112 of 337 ~ 33.23%
B 111 of 337 ~ 32.94%

%33.83
%33.23
%32.94

CMYK color model

#72706F color CMYK value is (0,2,3,55).

  • cyan value is 0.00%
  • magenta value is 1.75%
  • yellow value is 2.63%
  • key color value is 55.29%
CMYK:
(0,2,3,55)
C0M2Y3K55 
(0%,2%,3%,55%)
(0.00/0.02/0.03/0.55)	

CMYK percentages

%0
%1.75
%2.63
%55.29

Codes

Color #72706F in popluar color models

72706F
RGB114112111
HSL20°1.33%44.12%
HSB/HSV20°2.63%44.71%
CMYK0.00%1.75%2.63%
55.29%

Color #72706F in popluar number systems.

HEX72706F
Decimal114112111
Binary111001011100001101111
Octal162160157

Shades and tints

Shades of #72706F

#72706F
(114,112,111)
#686665
(104,102,101)
#5E5C5B
(94,92,91)
#545251
(84,82,81)
#4A4847
(74,72,71)
#403E3D
(64,62,61)
#363433
(54,52,51)
#2C2A29
(44,42,41)
#22201F
(34,32,31)
#181615
(24,22,21)
#0E0C0B
(14,12,11)
#000000
(0,0,0)

Tints of #72706F

#72706F
(114,112,111)
#7E7D7C
(126,125,124)
#8A8A89
(138,138,137)
#969796
(150,151,150)
#A2A4A3
(162,164,163)
#AEB1B0
(174,177,176)
#BABEBD
(186,190,189)
#C6CBCA
(198,203,202)
#D2D8D7
(210,216,215)
#DEE5E4
(222,229,228)
#EAF2F1
(234,242,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #72706F; }

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

This text font color is #72706F.


Background Color

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

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

This div background color is #72706F.


Border color

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

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

This div border color is #72706F.


Opacity

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

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

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

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

This text has shadow with #72706F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #72706F on black background.


Color preview on white background

This text has color #72706F on white background.



Black color preview on #72706F background

This text has black color on #72706F background.


White color preview on #72706F background

This text has white color on #72706F background.