COLOR #726D9A

HEX: #726D9A
RGB: (114,109,154)

Color info

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

RGB color model

#726D9A color RGB value is (114,109,154).

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

RGB channels and saturation

R 114 of 255 = 45%
G 109 of 255 = 43%
B 154 of 255 = 60%

114
109
154

R + G + B ~ 49%. #726D9A is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
114 + 109 + 154 = 377 (100%)
R 114 of 377 ~ 30.24%
G 109 of 377 ~ 28.91%
B 154 of 377 ~ 40.85%

%30.24
%28.91
%40.85

CMYK color model

#726D9A color CMYK value is (26,29,0,40).

  • cyan value is 25.97%
  • magenta value is 29.22%
  • yellow value is 0.00%
  • key color value is 39.61%
CMYK:
(26,29,0,40)
C26M29Y0K40 
(26%,29%,0%,40%)
(0.26/0.29/0.00/0.40)	

CMYK percentages

%25.97
%29.22
%0
%39.61

Codes

Color #726D9A in popluar color models

726D9A
RGB114109154
HSL247°18.22%51.57%
HSB/HSV247°29.22%60.39%
CMYK25.97%29.22%0.00%
39.61%

Color #726D9A in popluar number systems.

HEX726D9A
Decimal114109154
Binary1110010110110110011010
Octal162155232

Shades and tints

Shades of #726D9A

#726D9A
(114,109,154)
#68648C
(104,100,140)
#5E5B7E
(94,91,126)
#545270
(84,82,112)
#4A4962
(74,73,98)
#404054
(64,64,84)
#363746
(54,55,70)
#2C2E38
(44,46,56)
#22252A
(34,37,42)
#181C1C
(24,28,28)
#0E130E
(14,19,14)
#000000
(0,0,0)

Tints of #726D9A

#726D9A
(114,109,154)
#7E7AA3
(126,122,163)
#8A87AC
(138,135,172)
#9694B5
(150,148,181)
#A2A1BE
(162,161,190)
#AEAEC7
(174,174,199)
#BABBD0
(186,187,208)
#C6C8D9
(198,200,217)
#D2D5E2
(210,213,226)
#DEE2EB
(222,226,235)
#EAEFF4
(234,239,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #726D9A color. Also use rgb(114,109,154) instead hex code.

Text Font Color

.myTextColor { color: #726D9A; }

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

This text font color is #726D9A.


Background Color

.myBgColor { background-color: #726D9A; }

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

This div background color is #726D9A.


Border color

.myBorderColor { border: 1px solid #726D9A; }

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

This div border color is #726D9A.


Opacity

.myOpacity80 { color: #726D9A; opacity: 0.8; }

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

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

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

This text has shadow with #726D9A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #726D9A on black background.


Color preview on white background

This text has color #726D9A on white background.



Black color preview on #726D9A background

This text has black color on #726D9A background.


White color preview on #726D9A background

This text has white color on #726D9A background.