COLOR #727697

HEX: #727697
RGB: (114,118,151)

Color info

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

RGB color model

#727697 color RGB value is (114,118,151).

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

RGB channels and saturation

R 114 of 255 = 45%
G 118 of 255 = 46%
B 151 of 255 = 59%

114
118
151

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

Portions of RGB colors in percentages

R + G + B =
114 + 118 + 151 = 383 (100%)
R 114 of 383 ~ 29.77%
G 118 of 383 ~ 30.81%
B 151 of 383 ~ 39.43%

%29.77
%30.81
%39.43

CMYK color model

#727697 color CMYK value is (25,22,0,41).

  • cyan value is 24.50%
  • magenta value is 21.85%
  • yellow value is 0.00%
  • key color value is 40.78%
CMYK:
(25,22,0,41)
C25M22Y0K41 
(25%,22%,0%,41%)
(0.25/0.22/0.00/0.41)	

CMYK percentages

%24.5
%21.85
%0
%40.78

Codes

Color #727697 in popluar color models

727697
RGB114118151
HSL234°15.10%51.96%
HSB/HSV234°24.50%59.22%
CMYK24.50%21.85%0.00%
40.78%

Color #727697 in popluar number systems.

HEX727697
Decimal114118151
Binary1110010111011010010111
Octal162166227

Shades and tints

Shades of #727697

#727697
(114,118,151)
#686C8A
(104,108,138)
#5E627D
(94,98,125)
#545870
(84,88,112)
#4A4E63
(74,78,99)
#404456
(64,68,86)
#363A49
(54,58,73)
#2C303C
(44,48,60)
#22262F
(34,38,47)
#181C22
(24,28,34)
#0E1215
(14,18,21)
#000000
(0,0,0)

Tints of #727697

#727697
(114,118,151)
#7E82A0
(126,130,160)
#8A8EA9
(138,142,169)
#969AB2
(150,154,178)
#A2A6BB
(162,166,187)
#AEB2C4
(174,178,196)
#BABECD
(186,190,205)
#C6CAD6
(198,202,214)
#D2D6DF
(210,214,223)
#DEE2E8
(222,226,232)
#EAEEF1
(234,238,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #727697; }

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

This text font color is #727697.


Background Color

.myBgColor { background-color: #727697; }

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

This div background color is #727697.


Border color

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

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

This div border color is #727697.


Opacity

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

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

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

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

This text has shadow with #727697 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #727697 on black background.


Color preview on white background

This text has color #727697 on white background.



Black color preview on #727697 background

This text has black color on #727697 background.


White color preview on #727697 background

This text has white color on #727697 background.