COLOR #727F9A

HEX: #727F9A
RGB: (114,127,154)

Color info

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

RGB color model

#727F9A color RGB value is (114,127,154).

  • red value is 114;
  • green value is 127;
  • blue value is 154.
RGB:
(114,127,154)
(45%,50%,60%)

RGB channels and saturation

R 114 of 255 = 45%
G 127 of 255 = 50%
B 154 of 255 = 60%

114
127
154

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

Portions of RGB colors in percentages

R + G + B =
114 + 127 + 154 = 395 (100%)
R 114 of 395 ~ 28.86%
G 127 of 395 ~ 32.15%
B 154 of 395 ~ 38.99%

%28.86
%32.15
%38.99

CMYK color model

#727F9A color CMYK value is (26,18,0,40).

  • cyan value is 25.97%
  • magenta value is 17.53%
  • yellow value is 0.00%
  • key color value is 39.61%
CMYK:
(26,18,0,40)
C26M18Y0K40 
(26%,18%,0%,40%)
(0.26/0.18/0.00/0.40)	

CMYK percentages

%25.97
%17.53
%0
%39.61

Codes

Color #727F9A in popluar color models

727F9A
RGB114127154
HSL221°16.53%52.55%
HSB/HSV221°25.97%60.39%
CMYK25.97%17.53%0.00%
39.61%

Color #727F9A in popluar number systems.

HEX727F9A
Decimal114127154
Binary1110010111111110011010
Octal162177232

Shades and tints

Shades of #727F9A

#727F9A
(114,127,154)
#68748C
(104,116,140)
#5E697E
(94,105,126)
#545E70
(84,94,112)
#4A5362
(74,83,98)
#404854
(64,72,84)
#363D46
(54,61,70)
#2C3238
(44,50,56)
#22272A
(34,39,42)
#181C1C
(24,28,28)
#0E110E
(14,17,14)
#000000
(0,0,0)

Tints of #727F9A

#727F9A
(114,127,154)
#7E8AA3
(126,138,163)
#8A95AC
(138,149,172)
#96A0B5
(150,160,181)
#A2ABBE
(162,171,190)
#AEB6C7
(174,182,199)
#BAC1D0
(186,193,208)
#C6CCD9
(198,204,217)
#D2D7E2
(210,215,226)
#DEE2EB
(222,226,235)
#EAEDF4
(234,237,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #727F9A color. Also use rgb(114,127,154) instead hex code.

Text Font Color

.myTextColor { color: #727F9A; }

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

This text font color is #727F9A.


Background Color

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

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

This div background color is #727F9A.


Border color

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

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

This div border color is #727F9A.


Opacity

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

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

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

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

This text has shadow with #727F9A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #727F9A on black background.


Color preview on white background

This text has color #727F9A on white background.



Black color preview on #727F9A background

This text has black color on #727F9A background.


White color preview on #727F9A background

This text has white color on #727F9A background.