COLOR #726772

HEX: #726772
RGB: (114,103,114)

Color info

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

RGB color model

#726772 color RGB value is (114,103,114).

  • red value is 114;
  • green value is 103;
  • blue value is 114.
RGB:
(114,103,114)
(45%,40%,45%)

RGB channels and saturation

R 114 of 255 = 45%
G 103 of 255 = 40%
B 114 of 255 = 45%

114
103
114

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

Portions of RGB colors in percentages

R + G + B =
114 + 103 + 114 = 331 (100%)
R 114 of 331 ~ 34.44%
G 103 of 331 ~ 31.12%
B 114 of 331 ~ 34.44%

%34.44
%31.12
%34.44

CMYK color model

#726772 color CMYK value is (0,10,0,55).

  • cyan value is 0.00%
  • magenta value is 9.65%
  • yellow value is 0.00%
  • key color value is 55.29%
CMYK:
(0,10,0,55)
C0M10Y0K55 
(0%,10%,0%,55%)
(0.00/0.10/0.00/0.55)	

CMYK percentages

%0
%9.65
%0
%55.29

Codes

Color #726772 in popluar color models

726772
RGB114103114
HSL300°5.07%42.55%
HSB/HSV300°9.65%44.71%
CMYK0.00%9.65%0.00%
55.29%

Color #726772 in popluar number systems.

HEX726772
Decimal114103114
Binary111001011001111110010
Octal162147162

Shades and tints

Shades of #726772

#726772
(114,103,114)
#685E68
(104,94,104)
#5E555E
(94,85,94)
#544C54
(84,76,84)
#4A434A
(74,67,74)
#403A40
(64,58,64)
#363136
(54,49,54)
#2C282C
(44,40,44)
#221F22
(34,31,34)
#181618
(24,22,24)
#0E0D0E
(14,13,14)
#000000
(0,0,0)

Tints of #726772

#726772
(114,103,114)
#7E747E
(126,116,126)
#8A818A
(138,129,138)
#968E96
(150,142,150)
#A29BA2
(162,155,162)
#AEA8AE
(174,168,174)
#BAB5BA
(186,181,186)
#C6C2C6
(198,194,198)
#D2CFD2
(210,207,210)
#DEDCDE
(222,220,222)
#EAE9EA
(234,233,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #726772 color. Also use rgb(114,103,114) instead hex code.

Text Font Color

.myTextColor { color: #726772; }

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

This text font color is #726772.


Background Color

.myBgColor { background-color: #726772; }

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

This div background color is #726772.


Border color

.myBorderColor { border: 1px solid #726772; }

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

This div border color is #726772.


Opacity

.myOpacity80 { color: #726772; opacity: 0.8; }

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

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

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

This text has shadow with #726772 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #726772 on black background.


Color preview on white background

This text has color #726772 on white background.



Black color preview on #726772 background

This text has black color on #726772 background.


White color preview on #726772 background

This text has white color on #726772 background.