COLOR #726C93

HEX: #726C93 RGB: (114,108,147)

Color info

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

RGB color model

#726C93 color RGB value is (114,108,147).

RGB: (114,108,147) (45%, 42%, 58%)

RGB channels and saturation

R 114 of 255 = 45%
G 108 of 255 = 42%
B 147 of 255 = 58%

114
108
147

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

Portions of RGB colors in percentages

R + G + B = 114 + 108 + 147 = 369 (100%)
R 114 of 369 ~ 30.89%
G 108 of 369 ~ 29.27%
B 147 of 369 ~ 39.84'%

%30.89
%29.27
%39.84

CMYK color model

#726C93 color CMYK value is (22,27,0,42).

  • cyan value is 22.45%
  • magenta value is 26.53%
  • yellow value is 0.00%
  • key color value is 42.35%

CMYK: (22,27,0,42)
C22M27Y0K42 (22%, 27%, 0%, 42%)
(0.22 / 0.27 / 0.00 / 0.42)

CMYK percentages

%22.45
%26.53
%0
%42.35

Codes

Color #726C93 in popluar color models

72 6C 93
RGB 114 108 147
HSL 249° 15.29% 50.00%
HSB/HSV 249° 26.53% 57.65%
CMYK 22.45% 26.53% 0.00%
42.35%

Color #726C93 in popluar number systems.

HEX 72 6C 93
Decimal 114 108 147
Binary 1110010 1101100 10010011
Octal 162 154 223

Shades and tints

Shades of #726C93

#726C93
(114,108,147)
#686386
(104,99,134)
#5E5A79
(94,90,121)
#54516C
(84,81,108)
#4A485F
(74,72,95)
#403F52
(64,63,82)
#363645
(54,54,69)
#2C2D38
(44,45,56)
#22242B
(34,36,43)
#181B1E
(24,27,30)
#0E1211
(14,18,17)
#000000
(0,0,0)

Tints of #726C93

#726C93
(114,108,147)
#7E799C
(126,121,156)
#8A86A5
(138,134,165)
#9693AE
(150,147,174)
#A2A0B7
(162,160,183)
#AEADC0
(174,173,192)
#BABAC9
(186,186,201)
#C6C7D2
(198,199,210)
#D2D4DB
(210,212,219)
#DEE1E4
(222,225,228)
#EAEEED
(234,238,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #726C93; }

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

This text font color is #726C93.

Background Color

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

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

This div background color is #726C93.

Border color

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

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

This div border color is #726C93.

Opacity

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

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

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

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

This text has shadow with #726C93 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #726C93.

Preview

Color preview on black background

This text has color #726C93 on black background.


Color preview on white background

This text has color #726C93 on white background.


Black color preview on #726C93 background

This text has black color on #726C93 background.


White color preview on #726C93 background

This text has white color on #726C93 background.


Related colors

Complementary color

Complementary color for #hex is #8D936C.


I love getcolorcode.com

Triadic colors

1 #93726C and #6C9372 with #726C93 are triadic colors.

2 #936C72 and #6C7293 with #726C93 are triadic colors.