COLOR #726CAD

HEX: #726CAD RGB: (114,108,173)

Color info

#726CAD contains mainly red and blue colors. Web safe color of #726CAD is #666699 (or #669).

RGB color model

#726CAD color RGB value is (114,108,173).

RGB: (114,108,173) (45%, 42%, 68%)

RGB channels and saturation

R 114 of 255 = 45%
G 108 of 255 = 42%
B 173 of 255 = 68%

114
108
173

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

Portions of RGB colors in percentages

R + G + B = 114 + 108 + 173 = 395 (100%)
R 114 of 395 ~ 28.86%
G 108 of 395 ~ 27.34%
B 173 of 395 ~ 43.8'%

%28.86
%27.34
%43.8

CMYK color model

#726CAD color CMYK value is (34,38,0,32).

  • cyan value is 34.10%
  • magenta value is 37.57%
  • yellow value is 0.00%
  • key color value is 32.16%

CMYK: (34,38,0,32)
C34M38Y0K32 (34%, 38%, 0%, 32%)
(0.34 / 0.38 / 0.00 / 0.32)

CMYK percentages

%34.1
%37.57
%0
%32.16

Codes

Color #726CAD in popluar color models

72 6C AD
RGB 114 108 173
HSL 246° 28.38% 55.10%
HSB/HSV 246° 37.57% 67.84%
CMYK 34.10% 37.57% 0.00%
32.16%

Color #726CAD in popluar number systems.

HEX 72 6C AD
Decimal 114 108 173
Binary 1110010 1101100 10101101
Octal 162 154 255

Shades and tints

Shades of #726CAD

#726CAD
(114,108,173)
#68639E
(104,99,158)
#5E5A8F
(94,90,143)
#545180
(84,81,128)
#4A4871
(74,72,113)
#403F62
(64,63,98)
#363653
(54,54,83)
#2C2D44
(44,45,68)
#222435
(34,36,53)
#181B26
(24,27,38)
#0E1217
(14,18,23)
#000000
(0,0,0)

Tints of #726CAD

#726CAD
(114,108,173)
#7E79B4
(126,121,180)
#8A86BB
(138,134,187)
#9693C2
(150,147,194)
#A2A0C9
(162,160,201)
#AEADD0
(174,173,208)
#BABAD7
(186,186,215)
#C6C7DE
(198,199,222)
#D2D4E5
(210,212,229)
#DEE1EC
(222,225,236)
#EAEEF3
(234,238,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #726CAD color. Also use rgb(114,108,173) instead hex code.

Text Font Color

.myTextColor { color: #726CAD; }

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

This text font color is #726CAD.

Background Color

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

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

This div background color is #726CAD.

Border color

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

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

This div border color is #726CAD.

Opacity

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

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

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

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

This text has shadow with #726CAD color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #726CAD.

Preview

Color preview on black background

This text has color #726CAD on black background.


Color preview on white background

This text has color #726CAD on white background.


Black color preview on #726CAD background

This text has black color on #726CAD background.


White color preview on #726CAD background

This text has white color on #726CAD background.


Related colors

Complementary color

Complementary color for #hex is #8D9352.


I love getcolorcode.com

Triadic colors

1 #AD726C and #6CAD72 with #726CAD are triadic colors.

2 #AD6C72 and #6C72AD with #726CAD are triadic colors.