COLOR #72696C

HEX: #72696C
RGB: (114,105,108)

Color info

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

RGB color model

#72696C color RGB value is (114,105,108).

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

RGB channels and saturation

R 114 of 255 = 45%
G 105 of 255 = 41%
B 108 of 255 = 42%

114
105
108

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

Portions of RGB colors in percentages

R + G + B =
114 + 105 + 108 = 327 (100%)
R 114 of 327 ~ 34.86%
G 105 of 327 ~ 32.11%
B 108 of 327 ~ 33.03%

%34.86
%32.11
%33.03

CMYK color model

#72696C color CMYK value is (0,8,5,55).

  • cyan value is 0.00%
  • magenta value is 7.89%
  • yellow value is 5.26%
  • key color value is 55.29%
CMYK:
(0,8,5,55)
C0M8Y5K55 
(0%,8%,5%,55%)
(0.00/0.08/0.05/0.55)	

CMYK percentages

%0
%7.89
%5.26
%55.29

Codes

Color #72696C in popluar color models

72696C
RGB114105108
HSL340°4.11%42.94%
HSB/HSV340°7.89%44.71%
CMYK0.00%7.89%5.26%
55.29%

Color #72696C in popluar number systems.

HEX72696C
Decimal114105108
Binary111001011010011101100
Octal162151154

Shades and tints

Shades of #72696C

#72696C
(114,105,108)
#686063
(104,96,99)
#5E575A
(94,87,90)
#544E51
(84,78,81)
#4A4548
(74,69,72)
#403C3F
(64,60,63)
#363336
(54,51,54)
#2C2A2D
(44,42,45)
#222124
(34,33,36)
#18181B
(24,24,27)
#0E0F12
(14,15,18)
#000000
(0,0,0)

Tints of #72696C

#72696C
(114,105,108)
#7E7679
(126,118,121)
#8A8386
(138,131,134)
#969093
(150,144,147)
#A29DA0
(162,157,160)
#AEAAAD
(174,170,173)
#BAB7BA
(186,183,186)
#C6C4C7
(198,196,199)
#D2D1D4
(210,209,212)
#DEDEE1
(222,222,225)
#EAEBEE
(234,235,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #72696C; }

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

This text font color is #72696C.


Background Color

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

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

This div background color is #72696C.


Border color

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

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

This div border color is #72696C.


Opacity

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

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

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

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

This text has shadow with #72696C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #72696C on black background.


Color preview on white background

This text has color #72696C on white background.



Black color preview on #72696C background

This text has black color on #72696C background.


White color preview on #72696C background

This text has white color on #72696C background.