COLOR #726176

HEX: #726176
RGB: (114,97,118)

Color info

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

RGB color model

#726176 color RGB value is (114,97,118).

  • red value is 114;
  • green value is 97;
  • blue value is 118.
RGB:
(114,97,118)
(45%,38%,46%)

RGB channels and saturation

R 114 of 255 = 45%
G 97 of 255 = 38%
B 118 of 255 = 46%

114
97
118

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

Portions of RGB colors in percentages

R + G + B =
114 + 97 + 118 = 329 (100%)
R 114 of 329 ~ 34.65%
G 97 of 329 ~ 29.48%
B 118 of 329 ~ 35.87%

%34.65
%29.48
%35.87

CMYK color model

#726176 color CMYK value is (3,18,0,54).

  • cyan value is 3.39%
  • magenta value is 17.80%
  • yellow value is 0.00%
  • key color value is 53.73%
CMYK:
(3,18,0,54)
C3M18Y0K54 
(3%,18%,0%,54%)
(0.03/0.18/0.00/0.54)	

CMYK percentages

%3.39
%17.8
%0
%53.73

Codes

Color #726176 in popluar color models

726176
RGB11497118
HSL289°9.77%42.16%
HSB/HSV289°17.80%46.27%
CMYK3.39%17.80%0.00%
53.73%

Color #726176 in popluar number systems.

HEX726176
Decimal11497118
Binary111001011000011110110
Octal162141166

Shades and tints

Shades of #726176

#726176
(114,97,118)
#68596C
(104,89,108)
#5E5162
(94,81,98)
#544958
(84,73,88)
#4A414E
(74,65,78)
#403944
(64,57,68)
#36313A
(54,49,58)
#2C2930
(44,41,48)
#222126
(34,33,38)
#18191C
(24,25,28)
#0E1112
(14,17,18)
#000000
(0,0,0)

Tints of #726176

#726176
(114,97,118)
#7E6F82
(126,111,130)
#8A7D8E
(138,125,142)
#968B9A
(150,139,154)
#A299A6
(162,153,166)
#AEA7B2
(174,167,178)
#BAB5BE
(186,181,190)
#C6C3CA
(198,195,202)
#D2D1D6
(210,209,214)
#DEDFE2
(222,223,226)
#EAEDEE
(234,237,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #726176; }

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

This text font color is #726176.


Background Color

.myBgColor { background-color: #726176; }

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

This div background color is #726176.


Border color

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

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

This div border color is #726176.


Opacity

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

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

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

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

This text has shadow with #726176 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #726176 on black background.


Color preview on white background

This text has color #726176 on white background.



Black color preview on #726176 background

This text has black color on #726176 background.


White color preview on #726176 background

This text has white color on #726176 background.