COLOR #727C89

HEX: #727C89 RGB: (114,124,137)

Color info

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

RGB color model

#727C89 color RGB value is (114,124,137).

RGB: (114,124,137) (45%, 49%, 54%)

RGB channels and saturation

R 114 of 255 = 45%
G 124 of 255 = 49%
B 137 of 255 = 54%

114
124
137

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

Portions of RGB colors in percentages

R + G + B = 114 + 124 + 137 = 375 (100%)
R 114 of 375 ~ 30.4%
G 124 of 375 ~ 33.07%
B 137 of 375 ~ 36.53'%

%30.4
%33.07
%36.53

CMYK color model

#727C89 color CMYK value is (17,9,0,46).

  • cyan value is 16.79%
  • magenta value is 9.49%
  • yellow value is 0.00%
  • key color value is 46.27%

CMYK: (17,9,0,46)
C17M9Y0K46 (17%, 9%, 0%, 46%)
(0.17 / 0.09 / 0.00 / 0.46)

CMYK percentages

%16.79
%9.49
%0
%46.27

Codes

Color #727C89 in popluar color models

72 7C 89
RGB 114 124 137
HSL 214° 9.16% 49.22%
HSB/HSV 214° 16.79% 53.73%
CMYK 16.79% 9.49% 0.00%
46.27%

Color #727C89 in popluar number systems.

HEX 72 7C 89
Decimal 114 124 137
Binary 1110010 1111100 10001001
Octal 162 174 211

Shades and tints

Shades of #727C89

#727C89
(114,124,137)
#68717D
(104,113,125)
#5E6671
(94,102,113)
#545B65
(84,91,101)
#4A5059
(74,80,89)
#40454D
(64,69,77)
#363A41
(54,58,65)
#2C2F35
(44,47,53)
#222429
(34,36,41)
#18191D
(24,25,29)
#0E0E11
(14,14,17)
#000000
(0,0,0)

Tints of #727C89

#727C89
(114,124,137)
#7E8793
(126,135,147)
#8A929D
(138,146,157)
#969DA7
(150,157,167)
#A2A8B1
(162,168,177)
#AEB3BB
(174,179,187)
#BABEC5
(186,190,197)
#C6C9CF
(198,201,207)
#D2D4D9
(210,212,217)
#DEDFE3
(222,223,227)
#EAEAED
(234,234,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #727C89; }

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

This text font color is #727C89.

Background Color

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

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

This div background color is #727C89.

Border color

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

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

This div border color is #727C89.

Opacity

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

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

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

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

This text has shadow with #727C89 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #727C89.

Preview

Color preview on black background

This text has color #727C89 on black background.


Color preview on white background

This text has color #727C89 on white background.


Black color preview on #727C89 background

This text has black color on #727C89 background.


White color preview on #727C89 background

This text has white color on #727C89 background.


Related colors

Complementary color

Complementary color for #hex is #8D8376.


I love getcolorcode.com

Triadic colors

1 #89727C and #7C8972 with #727C89 are triadic colors.

2 #897C72 and #7C7289 with #727C89 are triadic colors.