COLOR #727687

HEX: #727687
RGB: (114,118,135)

Color info

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

RGB color model

#727687 color RGB value is (114,118,135).

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

RGB channels and saturation

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

114
118
135

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

Portions of RGB colors in percentages

R + G + B =
114 + 118 + 135 = 367 (100%)
R 114 of 367 ~ 31.06%
G 118 of 367 ~ 32.15%
B 135 of 367 ~ 36.78%

%31.06
%32.15
%36.78

CMYK color model

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

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

CMYK percentages

%15.56
%12.59
%0
%47.06

Codes

Color #727687 in popluar color models

727687
RGB114118135
HSL229°8.43%48.82%
HSB/HSV229°15.56%52.94%
CMYK15.56%12.59%0.00%
47.06%

Color #727687 in popluar number systems.

HEX727687
Decimal114118135
Binary1110010111011010000111
Octal162166207

Shades and tints

Shades of #727687

#727687
(114,118,135)
#686C7B
(104,108,123)
#5E626F
(94,98,111)
#545863
(84,88,99)
#4A4E57
(74,78,87)
#40444B
(64,68,75)
#363A3F
(54,58,63)
#2C3033
(44,48,51)
#222627
(34,38,39)
#181C1B
(24,28,27)
#0E120F
(14,18,15)
#000000
(0,0,0)

Tints of #727687

#727687
(114,118,135)
#7E8291
(126,130,145)
#8A8E9B
(138,142,155)
#969AA5
(150,154,165)
#A2A6AF
(162,166,175)
#AEB2B9
(174,178,185)
#BABEC3
(186,190,195)
#C6CACD
(198,202,205)
#D2D6D7
(210,214,215)
#DEE2E1
(222,226,225)
#EAEEEB
(234,238,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #727687; }

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

This text font color is #727687.


Background Color

.myBgColor { background-color: #727687; }

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

This div background color is #727687.


Border color

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

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

This div border color is #727687.


Opacity

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

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

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

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

This text has shadow with #727687 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #727687 on black background.


Color preview on white background

This text has color #727687 on white background.



Black color preview on #727687 background

This text has black color on #727687 background.


White color preview on #727687 background

This text has white color on #727687 background.