COLOR #726D95

HEX: #726D95
RGB: (114,109,149)

Color info

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

RGB color model

#726D95 color RGB value is (114,109,149).

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

RGB channels and saturation

R 114 of 255 = 45%
G 109 of 255 = 43%
B 149 of 255 = 58%

114
109
149

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

Portions of RGB colors in percentages

R + G + B =
114 + 109 + 149 = 372 (100%)
R 114 of 372 ~ 30.65%
G 109 of 372 ~ 29.3%
B 149 of 372 ~ 40.05%

%30.65
%29.3
%40.05

CMYK color model

#726D95 color CMYK value is (23,27,0,42).

  • cyan value is 23.49%
  • magenta value is 26.85%
  • yellow value is 0.00%
  • key color value is 41.57%
CMYK:
(23,27,0,42)
C23M27Y0K42 
(23%,27%,0%,42%)
(0.23/0.27/0.00/0.42)	

CMYK percentages

%23.49
%26.85
%0
%41.57

Codes

Color #726D95 in popluar color models

726D95
RGB114109149
HSL248°15.87%50.59%
HSB/HSV248°26.85%58.43%
CMYK23.49%26.85%0.00%
41.57%

Color #726D95 in popluar number systems.

HEX726D95
Decimal114109149
Binary1110010110110110010101
Octal162155225

Shades and tints

Shades of #726D95

#726D95
(114,109,149)
#686488
(104,100,136)
#5E5B7B
(94,91,123)
#54526E
(84,82,110)
#4A4961
(74,73,97)
#404054
(64,64,84)
#363747
(54,55,71)
#2C2E3A
(44,46,58)
#22252D
(34,37,45)
#181C20
(24,28,32)
#0E1313
(14,19,19)
#000000
(0,0,0)

Tints of #726D95

#726D95
(114,109,149)
#7E7A9E
(126,122,158)
#8A87A7
(138,135,167)
#9694B0
(150,148,176)
#A2A1B9
(162,161,185)
#AEAEC2
(174,174,194)
#BABBCB
(186,187,203)
#C6C8D4
(198,200,212)
#D2D5DD
(210,213,221)
#DEE2E6
(222,226,230)
#EAEFEF
(234,239,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #726D95; }

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

This text font color is #726D95.


Background Color

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

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

This div background color is #726D95.


Border color

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

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

This div border color is #726D95.


Opacity

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

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

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

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

This text has shadow with #726D95 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #726D95 on black background.


Color preview on white background

This text has color #726D95 on white background.



Black color preview on #726D95 background

This text has black color on #726D95 background.


White color preview on #726D95 background

This text has white color on #726D95 background.