COLOR #727392

HEX: #727392
RGB: (114,115,146)

Color info

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

RGB color model

#727392 color RGB value is (114,115,146).

  • red value is 114;
  • green value is 115;
  • blue value is 146.
RGB:
(114,115,146)
(45%,45%,57%)

RGB channels and saturation

R 114 of 255 = 45%
G 115 of 255 = 45%
B 146 of 255 = 57%

114
115
146

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

Portions of RGB colors in percentages

R + G + B =
114 + 115 + 146 = 375 (100%)
R 114 of 375 ~ 30.4%
G 115 of 375 ~ 30.67%
B 146 of 375 ~ 38.93%

%30.4
%30.67
%38.93

CMYK color model

#727392 color CMYK value is (22,21,0,43).

  • cyan value is 21.92%
  • magenta value is 21.23%
  • yellow value is 0.00%
  • key color value is 42.75%
CMYK:
(22,21,0,43)
C22M21Y0K43 
(22%,21%,0%,43%)
(0.22/0.21/0.00/0.43)	

CMYK percentages

%21.92
%21.23
%0
%42.75

Codes

Color #727392 in popluar color models

727392
RGB114115146
HSL238°12.80%50.98%
HSB/HSV238°21.92%57.25%
CMYK21.92%21.23%0.00%
42.75%

Color #727392 in popluar number systems.

HEX727392
Decimal114115146
Binary1110010111001110010010
Octal162163222

Shades and tints

Shades of #727392

#727392
(114,115,146)
#686985
(104,105,133)
#5E5F78
(94,95,120)
#54556B
(84,85,107)
#4A4B5E
(74,75,94)
#404151
(64,65,81)
#363744
(54,55,68)
#2C2D37
(44,45,55)
#22232A
(34,35,42)
#18191D
(24,25,29)
#0E0F10
(14,15,16)
#000000
(0,0,0)

Tints of #727392

#727392
(114,115,146)
#7E7F9B
(126,127,155)
#8A8BA4
(138,139,164)
#9697AD
(150,151,173)
#A2A3B6
(162,163,182)
#AEAFBF
(174,175,191)
#BABBC8
(186,187,200)
#C6C7D1
(198,199,209)
#D2D3DA
(210,211,218)
#DEDFE3
(222,223,227)
#EAEBEC
(234,235,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #727392; }

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

This text font color is #727392.


Background Color

.myBgColor { background-color: #727392; }

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

This div background color is #727392.


Border color

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

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

This div border color is #727392.


Opacity

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

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

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

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

This text has shadow with #727392 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #727392 on black background.


Color preview on white background

This text has color #727392 on white background.



Black color preview on #727392 background

This text has black color on #727392 background.


White color preview on #727392 background

This text has white color on #727392 background.