COLOR #726195

HEX: #726195
RGB: (114,97,149)

Color info

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

RGB color model

#726195 color RGB value is (114,97,149).

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

RGB channels and saturation

R 114 of 255 = 45%
G 97 of 255 = 38%
B 149 of 255 = 58%

114
97
149

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

Portions of RGB colors in percentages

R + G + B =
114 + 97 + 149 = 360 (100%)
R 114 of 360 ~ 31.67%
G 97 of 360 ~ 26.94%
B 149 of 360 ~ 41.39%

%31.67
%26.94
%41.39

CMYK color model

#726195 color CMYK value is (23,35,0,42).

  • cyan value is 23.49%
  • magenta value is 34.90%
  • yellow value is 0.00%
  • key color value is 41.57%
CMYK:
(23,35,0,42)
C23M35Y0K42 
(23%,35%,0%,42%)
(0.23/0.35/0.00/0.42)	

CMYK percentages

%23.49
%34.9
%0
%41.57

Codes

Color #726195 in popluar color models

726195
RGB11497149
HSL260°21.14%48.24%
HSB/HSV260°34.90%58.43%
CMYK23.49%34.90%0.00%
41.57%

Color #726195 in popluar number systems.

HEX726195
Decimal11497149
Binary1110010110000110010101
Octal162141225

Shades and tints

Shades of #726195

#726195
(114,97,149)
#685988
(104,89,136)
#5E517B
(94,81,123)
#54496E
(84,73,110)
#4A4161
(74,65,97)
#403954
(64,57,84)
#363147
(54,49,71)
#2C293A
(44,41,58)
#22212D
(34,33,45)
#181920
(24,25,32)
#0E1113
(14,17,19)
#000000
(0,0,0)

Tints of #726195

#726195
(114,97,149)
#7E6F9E
(126,111,158)
#8A7DA7
(138,125,167)
#968BB0
(150,139,176)
#A299B9
(162,153,185)
#AEA7C2
(174,167,194)
#BAB5CB
(186,181,203)
#C6C3D4
(198,195,212)
#D2D1DD
(210,209,221)
#DEDFE6
(222,223,230)
#EAEDEF
(234,237,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #726195; }

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

This text font color is #726195.


Background Color

.myBgColor { background-color: #726195; }

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

This div background color is #726195.


Border color

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

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

This div border color is #726195.


Opacity

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

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

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

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

This text has shadow with #726195 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #726195 on black background.


Color preview on white background

This text has color #726195 on white background.



Black color preview on #726195 background

This text has black color on #726195 background.


White color preview on #726195 background

This text has white color on #726195 background.