COLOR #726386

HEX: #726386
RGB: (114,99,134)

Color info

#726386 contains red, green and blue colors in about the same proportion. Web safe color of #726386 is #666699 (or #669).

RGB color model

#726386 color RGB value is (114,99,134).

  • red value is 114;
  • green value is 99;
  • blue value is 134.
RGB:
(114,99,134)
(45%,39%,53%)

RGB channels and saturation

R 114 of 255 = 45%
G 99 of 255 = 39%
B 134 of 255 = 53%

114
99
134

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

Portions of RGB colors in percentages

R + G + B =
114 + 99 + 134 = 347 (100%)
R 114 of 347 ~ 32.85%
G 99 of 347 ~ 28.53%
B 134 of 347 ~ 38.62%

%32.85
%28.53
%38.62

CMYK color model

#726386 color CMYK value is (15,26,0,47).

  • cyan value is 14.93%
  • magenta value is 26.12%
  • yellow value is 0.00%
  • key color value is 47.45%
CMYK:
(15,26,0,47)
C15M26Y0K47 
(15%,26%,0%,47%)
(0.15/0.26/0.00/0.47)	

CMYK percentages

%14.93
%26.12
%0
%47.45

Codes

Color #726386 in popluar color models

726386
RGB11499134
HSL266°15.02%45.69%
HSB/HSV266°26.12%52.55%
CMYK14.93%26.12%0.00%
47.45%

Color #726386 in popluar number systems.

HEX726386
Decimal11499134
Binary1110010110001110000110
Octal162143206

Shades and tints

Shades of #726386

#726386
(114,99,134)
#685A7A
(104,90,122)
#5E516E
(94,81,110)
#544862
(84,72,98)
#4A3F56
(74,63,86)
#40364A
(64,54,74)
#362D3E
(54,45,62)
#2C2432
(44,36,50)
#221B26
(34,27,38)
#18121A
(24,18,26)
#0E090E
(14,9,14)
#000000
(0,0,0)

Tints of #726386

#726386
(114,99,134)
#7E7191
(126,113,145)
#8A7F9C
(138,127,156)
#968DA7
(150,141,167)
#A29BB2
(162,155,178)
#AEA9BD
(174,169,189)
#BAB7C8
(186,183,200)
#C6C5D3
(198,197,211)
#D2D3DE
(210,211,222)
#DEE1E9
(222,225,233)
#EAEFF4
(234,239,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #726386; }

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

This text font color is #726386.


Background Color

.myBgColor { background-color: #726386; }

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

This div background color is #726386.


Border color

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

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

This div border color is #726386.


Opacity

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

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

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

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

This text has shadow with #726386 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #726386 on black background.


Color preview on white background

This text has color #726386 on white background.



Black color preview on #726386 background

This text has black color on #726386 background.


White color preview on #726386 background

This text has white color on #726386 background.