COLOR #726796

HEX: #726796
RGB: (114,103,150)

Color info

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

RGB color model

#726796 color RGB value is (114,103,150).

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

RGB channels and saturation

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

114
103
150

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

Portions of RGB colors in percentages

R + G + B =
114 + 103 + 150 = 367 (100%)
R 114 of 367 ~ 31.06%
G 103 of 367 ~ 28.07%
B 150 of 367 ~ 40.87%

%31.06
%28.07
%40.87

CMYK color model

#726796 color CMYK value is (24,31,0,41).

  • cyan value is 24.00%
  • magenta value is 31.33%
  • yellow value is 0.00%
  • key color value is 41.18%
CMYK:
(24,31,0,41)
C24M31Y0K41 
(24%,31%,0%,41%)
(0.24/0.31/0.00/0.41)	

CMYK percentages

%24
%31.33
%0
%41.18

Codes

Color #726796 in popluar color models

726796
RGB114103150
HSL254°18.58%49.61%
HSB/HSV254°31.33%58.82%
CMYK24.00%31.33%0.00%
41.18%

Color #726796 in popluar number systems.

HEX726796
Decimal114103150
Binary1110010110011110010110
Octal162147226

Shades and tints

Shades of #726796

#726796
(114,103,150)
#685E89
(104,94,137)
#5E557C
(94,85,124)
#544C6F
(84,76,111)
#4A4362
(74,67,98)
#403A55
(64,58,85)
#363148
(54,49,72)
#2C283B
(44,40,59)
#221F2E
(34,31,46)
#181621
(24,22,33)
#0E0D14
(14,13,20)
#000000
(0,0,0)

Tints of #726796

#726796
(114,103,150)
#7E749F
(126,116,159)
#8A81A8
(138,129,168)
#968EB1
(150,142,177)
#A29BBA
(162,155,186)
#AEA8C3
(174,168,195)
#BAB5CC
(186,181,204)
#C6C2D5
(198,194,213)
#D2CFDE
(210,207,222)
#DEDCE7
(222,220,231)
#EAE9F0
(234,233,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #726796; }

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

This text font color is #726796.


Background Color

.myBgColor { background-color: #726796; }

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

This div background color is #726796.


Border color

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

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

This div border color is #726796.


Opacity

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

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

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

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

This text has shadow with #726796 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #726796 on black background.


Color preview on white background

This text has color #726796 on white background.



Black color preview on #726796 background

This text has black color on #726796 background.


White color preview on #726796 background

This text has white color on #726796 background.