COLOR #727189

HEX: #727189
RGB: (114,113,137)

Color info

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

RGB color model

#727189 color RGB value is (114,113,137).

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

RGB channels and saturation

R 114 of 255 = 45%
G 113 of 255 = 44%
B 137 of 255 = 54%

114
113
137

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

Portions of RGB colors in percentages

R + G + B =
114 + 113 + 137 = 364 (100%)
R 114 of 364 ~ 31.32%
G 113 of 364 ~ 31.04%
B 137 of 364 ~ 37.64%

%31.32
%31.04
%37.64

CMYK color model

#727189 color CMYK value is (17,18,0,46).

  • cyan value is 16.79%
  • magenta value is 17.52%
  • yellow value is 0.00%
  • key color value is 46.27%
CMYK:
(17,18,0,46)
C17M18Y0K46 
(17%,18%,0%,46%)
(0.17/0.18/0.00/0.46)	

CMYK percentages

%16.79
%17.52
%0
%46.27

Codes

Color #727189 in popluar color models

727189
RGB114113137
HSL243°9.60%49.02%
HSB/HSV243°17.52%53.73%
CMYK16.79%17.52%0.00%
46.27%

Color #727189 in popluar number systems.

HEX727189
Decimal114113137
Binary1110010111000110001001
Octal162161211

Shades and tints

Shades of #727189

#727189
(114,113,137)
#68677D
(104,103,125)
#5E5D71
(94,93,113)
#545365
(84,83,101)
#4A4959
(74,73,89)
#403F4D
(64,63,77)
#363541
(54,53,65)
#2C2B35
(44,43,53)
#222129
(34,33,41)
#18171D
(24,23,29)
#0E0D11
(14,13,17)
#000000
(0,0,0)

Tints of #727189

#727189
(114,113,137)
#7E7D93
(126,125,147)
#8A899D
(138,137,157)
#9695A7
(150,149,167)
#A2A1B1
(162,161,177)
#AEADBB
(174,173,187)
#BAB9C5
(186,185,197)
#C6C5CF
(198,197,207)
#D2D1D9
(210,209,217)
#DEDDE3
(222,221,227)
#EAE9ED
(234,233,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #727189; }

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

This text font color is #727189.


Background Color

.myBgColor { background-color: #727189; }

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

This div background color is #727189.


Border color

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

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

This div border color is #727189.


Opacity

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

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

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

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

This text has shadow with #727189 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #727189 on black background.


Color preview on white background

This text has color #727189 on white background.



Black color preview on #727189 background

This text has black color on #727189 background.


White color preview on #727189 background

This text has white color on #727189 background.