COLOR #72766F

HEX: #72766F
RGB: (114,118,111)

Color info

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

RGB color model

#72766F color RGB value is (114,118,111).

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

RGB channels and saturation

R 114 of 255 = 45%
G 118 of 255 = 46%
B 111 of 255 = 44%

114
118
111

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

Portions of RGB colors in percentages

R + G + B =
114 + 118 + 111 = 343 (100%)
R 114 of 343 ~ 33.24%
G 118 of 343 ~ 34.4%
B 111 of 343 ~ 32.36%

%33.24
%34.4
%32.36

CMYK color model

#72766F color CMYK value is (3,0,6,54).

  • cyan value is 3.39%
  • magenta value is 0.00%
  • yellow value is 5.93%
  • key color value is 53.73%
CMYK:
(3,0,6,54)
C3M0Y6K54 
(3%,0%,6%,54%)
(0.03/0.00/0.06/0.54)	

CMYK percentages

%3.39
%0
%5.93
%53.73

Codes

Color #72766F in popluar color models

72766F
RGB114118111
HSL94°3.06%44.90%
HSB/HSV94°5.93%46.27%
CMYK3.39%0.00%5.93%
53.73%

Color #72766F in popluar number systems.

HEX72766F
Decimal114118111
Binary111001011101101101111
Octal162166157

Shades and tints

Shades of #72766F

#72766F
(114,118,111)
#686C65
(104,108,101)
#5E625B
(94,98,91)
#545851
(84,88,81)
#4A4E47
(74,78,71)
#40443D
(64,68,61)
#363A33
(54,58,51)
#2C3029
(44,48,41)
#22261F
(34,38,31)
#181C15
(24,28,21)
#0E120B
(14,18,11)
#000000
(0,0,0)

Tints of #72766F

#72766F
(114,118,111)
#7E827C
(126,130,124)
#8A8E89
(138,142,137)
#969A96
(150,154,150)
#A2A6A3
(162,166,163)
#AEB2B0
(174,178,176)
#BABEBD
(186,190,189)
#C6CACA
(198,202,202)
#D2D6D7
(210,214,215)
#DEE2E4
(222,226,228)
#EAEEF1
(234,238,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #72766F; }

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

This text font color is #72766F.


Background Color

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

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

This div background color is #72766F.


Border color

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

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

This div border color is #72766F.


Opacity

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

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

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

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

This text has shadow with #72766F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #72766F on black background.


Color preview on white background

This text has color #72766F on white background.



Black color preview on #72766F background

This text has black color on #72766F background.


White color preview on #72766F background

This text has white color on #72766F background.