COLOR #727092

HEX: #727092
RGB: (114,112,146)

Color info

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

RGB color model

#727092 color RGB value is (114,112,146).

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

RGB channels and saturation

R 114 of 255 = 45%
G 112 of 255 = 44%
B 146 of 255 = 57%

114
112
146

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

Portions of RGB colors in percentages

R + G + B =
114 + 112 + 146 = 372 (100%)
R 114 of 372 ~ 30.65%
G 112 of 372 ~ 30.11%
B 146 of 372 ~ 39.25%

%30.65
%30.11
%39.25

CMYK color model

#727092 color CMYK value is (22,23,0,43).

  • cyan value is 21.92%
  • magenta value is 23.29%
  • yellow value is 0.00%
  • key color value is 42.75%
CMYK:
(22,23,0,43)
C22M23Y0K43 
(22%,23%,0%,43%)
(0.22/0.23/0.00/0.43)	

CMYK percentages

%21.92
%23.29
%0
%42.75

Codes

Color #727092 in popluar color models

727092
RGB114112146
HSL244°13.49%50.59%
HSB/HSV244°23.29%57.25%
CMYK21.92%23.29%0.00%
42.75%

Color #727092 in popluar number systems.

HEX727092
Decimal114112146
Binary1110010111000010010010
Octal162160222

Shades and tints

Shades of #727092

#727092
(114,112,146)
#686685
(104,102,133)
#5E5C78
(94,92,120)
#54526B
(84,82,107)
#4A485E
(74,72,94)
#403E51
(64,62,81)
#363444
(54,52,68)
#2C2A37
(44,42,55)
#22202A
(34,32,42)
#18161D
(24,22,29)
#0E0C10
(14,12,16)
#000000
(0,0,0)

Tints of #727092

#727092
(114,112,146)
#7E7D9B
(126,125,155)
#8A8AA4
(138,138,164)
#9697AD
(150,151,173)
#A2A4B6
(162,164,182)
#AEB1BF
(174,177,191)
#BABEC8
(186,190,200)
#C6CBD1
(198,203,209)
#D2D8DA
(210,216,218)
#DEE5E3
(222,229,227)
#EAF2EC
(234,242,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #727092; }

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

This text font color is #727092.


Background Color

.myBgColor { background-color: #727092; }

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

This div background color is #727092.


Border color

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

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

This div border color is #727092.


Opacity

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

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

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

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

This text has shadow with #727092 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #727092 on black background.


Color preview on white background

This text has color #727092 on white background.



Black color preview on #727092 background

This text has black color on #727092 background.


White color preview on #727092 background

This text has white color on #727092 background.