COLOR #72736D

HEX: #72736D
RGB: (114,115,109)

Color info

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

RGB color model

#72736D color RGB value is (114,115,109).

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

RGB channels and saturation

R 114 of 255 = 45%
G 115 of 255 = 45%
B 109 of 255 = 43%

114
115
109

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

Portions of RGB colors in percentages

R + G + B =
114 + 115 + 109 = 338 (100%)
R 114 of 338 ~ 33.73%
G 115 of 338 ~ 34.02%
B 109 of 338 ~ 32.25%

%33.73
%34.02
%32.25

CMYK color model

#72736D color CMYK value is (1,0,5,55).

  • cyan value is 0.87%
  • magenta value is 0.00%
  • yellow value is 5.22%
  • key color value is 54.90%
CMYK:
(1,0,5,55)
C1M0Y5K55 
(1%,0%,5%,55%)
(0.01/0.00/0.05/0.55)	

CMYK percentages

%0.87
%0
%5.22
%54.9

Codes

Color #72736D in popluar color models

72736D
RGB114115109
HSL70°2.68%43.92%
HSB/HSV70°5.22%45.10%
CMYK0.87%0.00%5.22%
54.90%

Color #72736D in popluar number systems.

HEX72736D
Decimal114115109
Binary111001011100111101101
Octal162163155

Shades and tints

Shades of #72736D

#72736D
(114,115,109)
#686964
(104,105,100)
#5E5F5B
(94,95,91)
#545552
(84,85,82)
#4A4B49
(74,75,73)
#404140
(64,65,64)
#363737
(54,55,55)
#2C2D2E
(44,45,46)
#222325
(34,35,37)
#18191C
(24,25,28)
#0E0F13
(14,15,19)
#000000
(0,0,0)

Tints of #72736D

#72736D
(114,115,109)
#7E7F7A
(126,127,122)
#8A8B87
(138,139,135)
#969794
(150,151,148)
#A2A3A1
(162,163,161)
#AEAFAE
(174,175,174)
#BABBBB
(186,187,187)
#C6C7C8
(198,199,200)
#D2D3D5
(210,211,213)
#DEDFE2
(222,223,226)
#EAEBEF
(234,235,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #72736D; }

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

This text font color is #72736D.


Background Color

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

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

This div background color is #72736D.


Border color

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

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

This div border color is #72736D.


Opacity

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

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

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

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

This text has shadow with #72736D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #72736D on black background.


Color preview on white background

This text has color #72736D on white background.



Black color preview on #72736D background

This text has black color on #72736D background.


White color preview on #72736D background

This text has white color on #72736D background.