COLOR #727296

HEX: #727296
RGB: (114,114,150)

Color info

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

RGB color model

#727296 color RGB value is (114,114,150).

  • red value is 114;
  • green value is 114;
  • blue value is 150.
RGB:
(114,114,150)
(45%,45%,59%)

RGB channels and saturation

R 114 of 255 = 45%
G 114 of 255 = 45%
B 150 of 255 = 59%

114
114
150

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

Portions of RGB colors in percentages

R + G + B =
114 + 114 + 150 = 378 (100%)
R 114 of 378 ~ 30.16%
G 114 of 378 ~ 30.16%
B 150 of 378 ~ 39.68%

%30.16
%30.16
%39.68

CMYK color model

#727296 color CMYK value is (24,24,0,41).

  • cyan value is 24.00%
  • magenta value is 24.00%
  • yellow value is 0.00%
  • key color value is 41.18%
CMYK:
(24,24,0,41)
C24M24Y0K41 
(24%,24%,0%,41%)
(0.24/0.24/0.00/0.41)	

CMYK percentages

%24
%24
%0
%41.18

Codes

Color #727296 in popluar color models

727296
RGB114114150
HSL240°14.63%51.76%
HSB/HSV240°24.00%58.82%
CMYK24.00%24.00%0.00%
41.18%

Color #727296 in popluar number systems.

HEX727296
Decimal114114150
Binary1110010111001010010110
Octal162162226

Shades and tints

Shades of #727296

#727296
(114,114,150)
#686889
(104,104,137)
#5E5E7C
(94,94,124)
#54546F
(84,84,111)
#4A4A62
(74,74,98)
#404055
(64,64,85)
#363648
(54,54,72)
#2C2C3B
(44,44,59)
#22222E
(34,34,46)
#181821
(24,24,33)
#0E0E14
(14,14,20)
#000000
(0,0,0)

Tints of #727296

#727296
(114,114,150)
#7E7E9F
(126,126,159)
#8A8AA8
(138,138,168)
#9696B1
(150,150,177)
#A2A2BA
(162,162,186)
#AEAEC3
(174,174,195)
#BABACC
(186,186,204)
#C6C6D5
(198,198,213)
#D2D2DE
(210,210,222)
#DEDEE7
(222,222,231)
#EAEAF0
(234,234,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #727296; }

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

This text font color is #727296.


Background Color

.myBgColor { background-color: #727296; }

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

This div background color is #727296.


Border color

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

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

This div border color is #727296.


Opacity

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

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

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

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

This text has shadow with #727296 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #727296 on black background.


Color preview on white background

This text has color #727296 on white background.



Black color preview on #727296 background

This text has black color on #727296 background.


White color preview on #727296 background

This text has white color on #727296 background.