COLOR #72756C

HEX: #72756C
RGB: (114,117,108)

Color info

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

RGB color model

#72756C color RGB value is (114,117,108).

  • red value is 114;
  • green value is 117;
  • blue value is 108.
RGB:
(114,117,108)
(45%,46%,42%)

RGB channels and saturation

R 114 of 255 = 45%
G 117 of 255 = 46%
B 108 of 255 = 42%

114
117
108

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

Portions of RGB colors in percentages

R + G + B =
114 + 117 + 108 = 339 (100%)
R 114 of 339 ~ 33.63%
G 117 of 339 ~ 34.51%
B 108 of 339 ~ 31.86%

%33.63
%34.51
%31.86

CMYK color model

#72756C color CMYK value is (3,0,8,54).

  • cyan value is 2.56%
  • magenta value is 0.00%
  • yellow value is 7.69%
  • key color value is 54.12%
CMYK:
(3,0,8,54)
C3M0Y8K54 
(3%,0%,8%,54%)
(0.03/0.00/0.08/0.54)	

CMYK percentages

%2.56
%0
%7.69
%54.12

Codes

Color #72756C in popluar color models

72756C
RGB114117108
HSL80°4.00%44.12%
HSB/HSV80°7.69%45.88%
CMYK2.56%0.00%7.69%
54.12%

Color #72756C in popluar number systems.

HEX72756C
Decimal114117108
Binary111001011101011101100
Octal162165154

Shades and tints

Shades of #72756C

#72756C
(114,117,108)
#686B63
(104,107,99)
#5E615A
(94,97,90)
#545751
(84,87,81)
#4A4D48
(74,77,72)
#40433F
(64,67,63)
#363936
(54,57,54)
#2C2F2D
(44,47,45)
#222524
(34,37,36)
#181B1B
(24,27,27)
#0E1112
(14,17,18)
#000000
(0,0,0)

Tints of #72756C

#72756C
(114,117,108)
#7E8179
(126,129,121)
#8A8D86
(138,141,134)
#969993
(150,153,147)
#A2A5A0
(162,165,160)
#AEB1AD
(174,177,173)
#BABDBA
(186,189,186)
#C6C9C7
(198,201,199)
#D2D5D4
(210,213,212)
#DEE1E1
(222,225,225)
#EAEDEE
(234,237,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #72756C color. Also use rgb(114,117,108) instead hex code.

Text Font Color

.myTextColor { color: #72756C; }

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

This text font color is #72756C.


Background Color

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

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

This div background color is #72756C.


Border color

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

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

This div border color is #72756C.


Opacity

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

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

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

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

This text has shadow with #72756C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #72756C on black background.


Color preview on white background

This text has color #72756C on white background.



Black color preview on #72756C background

This text has black color on #72756C background.


White color preview on #72756C background

This text has white color on #72756C background.