COLOR #727A8F

HEX: #727A8F
RGB: (114,122,143)

Color info

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

RGB color model

#727A8F color RGB value is (114,122,143).

  • red value is 114;
  • green value is 122;
  • blue value is 143.
RGB:
(114,122,143)
(45%,48%,56%)

RGB channels and saturation

R 114 of 255 = 45%
G 122 of 255 = 48%
B 143 of 255 = 56%

114
122
143

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

Portions of RGB colors in percentages

R + G + B =
114 + 122 + 143 = 379 (100%)
R 114 of 379 ~ 30.08%
G 122 of 379 ~ 32.19%
B 143 of 379 ~ 37.73%

%30.08
%32.19
%37.73

CMYK color model

#727A8F color CMYK value is (20,15,0,44).

  • cyan value is 20.28%
  • magenta value is 14.69%
  • yellow value is 0.00%
  • key color value is 43.92%
CMYK:
(20,15,0,44)
C20M15Y0K44 
(20%,15%,0%,44%)
(0.20/0.15/0.00/0.44)	

CMYK percentages

%20.28
%14.69
%0
%43.92

Codes

Color #727A8F in popluar color models

727A8F
RGB114122143
HSL223°11.46%50.39%
HSB/HSV223°20.28%56.08%
CMYK20.28%14.69%0.00%
43.92%

Color #727A8F in popluar number systems.

HEX727A8F
Decimal114122143
Binary1110010111101010001111
Octal162172217

Shades and tints

Shades of #727A8F

#727A8F
(114,122,143)
#686F82
(104,111,130)
#5E6475
(94,100,117)
#545968
(84,89,104)
#4A4E5B
(74,78,91)
#40434E
(64,67,78)
#363841
(54,56,65)
#2C2D34
(44,45,52)
#222227
(34,34,39)
#18171A
(24,23,26)
#0E0C0D
(14,12,13)
#000000
(0,0,0)

Tints of #727A8F

#727A8F
(114,122,143)
#7E8699
(126,134,153)
#8A92A3
(138,146,163)
#969EAD
(150,158,173)
#A2AAB7
(162,170,183)
#AEB6C1
(174,182,193)
#BAC2CB
(186,194,203)
#C6CED5
(198,206,213)
#D2DADF
(210,218,223)
#DEE6E9
(222,230,233)
#EAF2F3
(234,242,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #727A8F color. Also use rgb(114,122,143) instead hex code.

Text Font Color

.myTextColor { color: #727A8F; }

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

This text font color is #727A8F.


Background Color

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

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

This div background color is #727A8F.


Border color

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

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

This div border color is #727A8F.


Opacity

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

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

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

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

This text has shadow with #727A8F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #727A8F on black background.


Color preview on white background

This text has color #727A8F on white background.



Black color preview on #727A8F background

This text has black color on #727A8F background.


White color preview on #727A8F background

This text has white color on #727A8F background.