COLOR #727B93

HEX: #727B93
RGB: (114,123,147)

Color info

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

RGB color model

#727B93 color RGB value is (114,123,147).

  • red value is 114;
  • green value is 123;
  • blue value is 147.
RGB:
(114,123,147)
(45%,48%,58%)

RGB channels and saturation

R 114 of 255 = 45%
G 123 of 255 = 48%
B 147 of 255 = 58%

114
123
147

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

Portions of RGB colors in percentages

R + G + B =
114 + 123 + 147 = 384 (100%)
R 114 of 384 ~ 29.69%
G 123 of 384 ~ 32.03%
B 147 of 384 ~ 38.28%

%29.69
%32.03
%38.28

CMYK color model

#727B93 color CMYK value is (22,16,0,42).

  • cyan value is 22.45%
  • magenta value is 16.33%
  • yellow value is 0.00%
  • key color value is 42.35%
CMYK:
(22,16,0,42)
C22M16Y0K42 
(22%,16%,0%,42%)
(0.22/0.16/0.00/0.42)	

CMYK percentages

%22.45
%16.33
%0
%42.35

Codes

Color #727B93 in popluar color models

727B93
RGB114123147
HSL224°13.25%51.18%
HSB/HSV224°22.45%57.65%
CMYK22.45%16.33%0.00%
42.35%

Color #727B93 in popluar number systems.

HEX727B93
Decimal114123147
Binary1110010111101110010011
Octal162173223

Shades and tints

Shades of #727B93

#727B93
(114,123,147)
#687086
(104,112,134)
#5E6579
(94,101,121)
#545A6C
(84,90,108)
#4A4F5F
(74,79,95)
#404452
(64,68,82)
#363945
(54,57,69)
#2C2E38
(44,46,56)
#22232B
(34,35,43)
#18181E
(24,24,30)
#0E0D11
(14,13,17)
#000000
(0,0,0)

Tints of #727B93

#727B93
(114,123,147)
#7E879C
(126,135,156)
#8A93A5
(138,147,165)
#969FAE
(150,159,174)
#A2ABB7
(162,171,183)
#AEB7C0
(174,183,192)
#BAC3C9
(186,195,201)
#C6CFD2
(198,207,210)
#D2DBDB
(210,219,219)
#DEE7E4
(222,231,228)
#EAF3ED
(234,243,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #727B93 color. Also use rgb(114,123,147) instead hex code.

Text Font Color

.myTextColor { color: #727B93; }

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

This text font color is #727B93.


Background Color

.myBgColor { background-color: #727B93; }

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

This div background color is #727B93.


Border color

.myBorderColor { border: 1px solid #727B93; }

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

This div border color is #727B93.


Opacity

.myOpacity80 { color: #727B93; opacity: 0.8; }

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

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

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

This text has shadow with #727B93 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #727B93 on black background.


Color preview on white background

This text has color #727B93 on white background.



Black color preview on #727B93 background

This text has black color on #727B93 background.


White color preview on #727B93 background

This text has white color on #727B93 background.