COLOR #727688

HEX: #727688
RGB: (114,118,136)

Color info

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

RGB color model

#727688 color RGB value is (114,118,136).

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

RGB channels and saturation

R 114 of 255 = 45%
G 118 of 255 = 46%
B 136 of 255 = 53%

114
118
136

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

Portions of RGB colors in percentages

R + G + B =
114 + 118 + 136 = 368 (100%)
R 114 of 368 ~ 30.98%
G 118 of 368 ~ 32.07%
B 136 of 368 ~ 36.96%

%30.98
%32.07
%36.96

CMYK color model

#727688 color CMYK value is (16,13,0,47).

  • cyan value is 16.18%
  • magenta value is 13.24%
  • yellow value is 0.00%
  • key color value is 46.67%
CMYK:
(16,13,0,47)
C16M13Y0K47 
(16%,13%,0%,47%)
(0.16/0.13/0.00/0.47)	

CMYK percentages

%16.18
%13.24
%0
%46.67

Codes

Color #727688 in popluar color models

727688
RGB114118136
HSL229°8.80%49.02%
HSB/HSV229°16.18%53.33%
CMYK16.18%13.24%0.00%
46.67%

Color #727688 in popluar number systems.

HEX727688
Decimal114118136
Binary1110010111011010001000
Octal162166210

Shades and tints

Shades of #727688

#727688
(114,118,136)
#686C7C
(104,108,124)
#5E6270
(94,98,112)
#545864
(84,88,100)
#4A4E58
(74,78,88)
#40444C
(64,68,76)
#363A40
(54,58,64)
#2C3034
(44,48,52)
#222628
(34,38,40)
#181C1C
(24,28,28)
#0E1210
(14,18,16)
#000000
(0,0,0)

Tints of #727688

#727688
(114,118,136)
#7E8292
(126,130,146)
#8A8E9C
(138,142,156)
#969AA6
(150,154,166)
#A2A6B0
(162,166,176)
#AEB2BA
(174,178,186)
#BABEC4
(186,190,196)
#C6CACE
(198,202,206)
#D2D6D8
(210,214,216)
#DEE2E2
(222,226,226)
#EAEEEC
(234,238,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #727688; }

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

This text font color is #727688.


Background Color

.myBgColor { background-color: #727688; }

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

This div background color is #727688.


Border color

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

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

This div border color is #727688.


Opacity

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

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

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

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

This text has shadow with #727688 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #727688 on black background.


Color preview on white background

This text has color #727688 on white background.



Black color preview on #727688 background

This text has black color on #727688 background.


White color preview on #727688 background

This text has white color on #727688 background.