COLOR #727689

HEX: #727689
RGB: (114,118,137)

Color info

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

RGB color model

#727689 color RGB value is (114,118,137).

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

RGB channels and saturation

R 114 of 255 = 45%
G 118 of 255 = 46%
B 137 of 255 = 54%

114
118
137

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

Portions of RGB colors in percentages

R + G + B =
114 + 118 + 137 = 369 (100%)
R 114 of 369 ~ 30.89%
G 118 of 369 ~ 31.98%
B 137 of 369 ~ 37.13%

%30.89
%31.98
%37.13

CMYK color model

#727689 color CMYK value is (17,14,0,46).

  • cyan value is 16.79%
  • magenta value is 13.87%
  • yellow value is 0.00%
  • key color value is 46.27%
CMYK:
(17,14,0,46)
C17M14Y0K46 
(17%,14%,0%,46%)
(0.17/0.14/0.00/0.46)	

CMYK percentages

%16.79
%13.87
%0
%46.27

Codes

Color #727689 in popluar color models

727689
RGB114118137
HSL230°9.16%49.22%
HSB/HSV230°16.79%53.73%
CMYK16.79%13.87%0.00%
46.27%

Color #727689 in popluar number systems.

HEX727689
Decimal114118137
Binary1110010111011010001001
Octal162166211

Shades and tints

Shades of #727689

#727689
(114,118,137)
#686C7D
(104,108,125)
#5E6271
(94,98,113)
#545865
(84,88,101)
#4A4E59
(74,78,89)
#40444D
(64,68,77)
#363A41
(54,58,65)
#2C3035
(44,48,53)
#222629
(34,38,41)
#181C1D
(24,28,29)
#0E1211
(14,18,17)
#000000
(0,0,0)

Tints of #727689

#727689
(114,118,137)
#7E8293
(126,130,147)
#8A8E9D
(138,142,157)
#969AA7
(150,154,167)
#A2A6B1
(162,166,177)
#AEB2BB
(174,178,187)
#BABEC5
(186,190,197)
#C6CACF
(198,202,207)
#D2D6D9
(210,214,217)
#DEE2E3
(222,226,227)
#EAEEED
(234,238,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #727689; }

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

This text font color is #727689.


Background Color

.myBgColor { background-color: #727689; }

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

This div background color is #727689.


Border color

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

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

This div border color is #727689.


Opacity

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

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

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

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

This text has shadow with #727689 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #727689 on black background.


Color preview on white background

This text has color #727689 on white background.



Black color preview on #727689 background

This text has black color on #727689 background.


White color preview on #727689 background

This text has white color on #727689 background.