COLOR #72696D

HEX: #72696D
RGB: (114,105,109)

Color info

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

RGB color model

#72696D color RGB value is (114,105,109).

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

RGB channels and saturation

R 114 of 255 = 45%
G 105 of 255 = 41%
B 109 of 255 = 43%

114
105
109

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

Portions of RGB colors in percentages

R + G + B =
114 + 105 + 109 = 328 (100%)
R 114 of 328 ~ 34.76%
G 105 of 328 ~ 32.01%
B 109 of 328 ~ 33.23%

%34.76
%32.01
%33.23

CMYK color model

#72696D color CMYK value is (0,8,4,55).

  • cyan value is 0.00%
  • magenta value is 7.89%
  • yellow value is 4.39%
  • key color value is 55.29%
CMYK:
(0,8,4,55)
C0M8Y4K55 
(0%,8%,4%,55%)
(0.00/0.08/0.04/0.55)	

CMYK percentages

%0
%7.89
%4.39
%55.29

Codes

Color #72696D in popluar color models

72696D
RGB114105109
HSL333°4.11%42.94%
HSB/HSV333°7.89%44.71%
CMYK0.00%7.89%4.39%
55.29%

Color #72696D in popluar number systems.

HEX72696D
Decimal114105109
Binary111001011010011101101
Octal162151155

Shades and tints

Shades of #72696D

#72696D
(114,105,109)
#686064
(104,96,100)
#5E575B
(94,87,91)
#544E52
(84,78,82)
#4A4549
(74,69,73)
#403C40
(64,60,64)
#363337
(54,51,55)
#2C2A2E
(44,42,46)
#222125
(34,33,37)
#18181C
(24,24,28)
#0E0F13
(14,15,19)
#000000
(0,0,0)

Tints of #72696D

#72696D
(114,105,109)
#7E767A
(126,118,122)
#8A8387
(138,131,135)
#969094
(150,144,148)
#A29DA1
(162,157,161)
#AEAAAE
(174,170,174)
#BAB7BB
(186,183,187)
#C6C4C8
(198,196,200)
#D2D1D5
(210,209,213)
#DEDEE2
(222,222,226)
#EAEBEF
(234,235,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #72696D; }

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

This text font color is #72696D.


Background Color

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

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

This div background color is #72696D.


Border color

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

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

This div border color is #72696D.


Opacity

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

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

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

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

This text has shadow with #72696D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #72696D on black background.


Color preview on white background

This text has color #72696D on white background.



Black color preview on #72696D background

This text has black color on #72696D background.


White color preview on #72696D background

This text has white color on #72696D background.