COLOR #727D8D

HEX: #727D8D
RGB: (114,125,141)

Color info

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

RGB color model

#727D8D color RGB value is (114,125,141).

  • red value is 114;
  • green value is 125;
  • blue value is 141.
RGB:
(114,125,141)
(45%,49%,55%)

RGB channels and saturation

R 114 of 255 = 45%
G 125 of 255 = 49%
B 141 of 255 = 55%

114
125
141

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

Portions of RGB colors in percentages

R + G + B =
114 + 125 + 141 = 380 (100%)
R 114 of 380 ~ 30%
G 125 of 380 ~ 32.89%
B 141 of 380 ~ 37.11%

%30
%32.89
%37.11

CMYK color model

#727D8D color CMYK value is (19,11,0,45).

  • cyan value is 19.15%
  • magenta value is 11.35%
  • yellow value is 0.00%
  • key color value is 44.71%
CMYK:
(19,11,0,45)
C19M11Y0K45 
(19%,11%,0%,45%)
(0.19/0.11/0.00/0.45)	

CMYK percentages

%19.15
%11.35
%0
%44.71

Codes

Color #727D8D in popluar color models

727D8D
RGB114125141
HSL216°10.59%50.00%
HSB/HSV216°19.15%55.29%
CMYK19.15%11.35%0.00%
44.71%

Color #727D8D in popluar number systems.

HEX727D8D
Decimal114125141
Binary1110010111110110001101
Octal162175215

Shades and tints

Shades of #727D8D

#727D8D
(114,125,141)
#687281
(104,114,129)
#5E6775
(94,103,117)
#545C69
(84,92,105)
#4A515D
(74,81,93)
#404651
(64,70,81)
#363B45
(54,59,69)
#2C3039
(44,48,57)
#22252D
(34,37,45)
#181A21
(24,26,33)
#0E0F15
(14,15,21)
#000000
(0,0,0)

Tints of #727D8D

#727D8D
(114,125,141)
#7E8897
(126,136,151)
#8A93A1
(138,147,161)
#969EAB
(150,158,171)
#A2A9B5
(162,169,181)
#AEB4BF
(174,180,191)
#BABFC9
(186,191,201)
#C6CAD3
(198,202,211)
#D2D5DD
(210,213,221)
#DEE0E7
(222,224,231)
#EAEBF1
(234,235,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #727D8D color. Also use rgb(114,125,141) instead hex code.

Text Font Color

.myTextColor { color: #727D8D; }

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

This text font color is #727D8D.


Background Color

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

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

This div background color is #727D8D.


Border color

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

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

This div border color is #727D8D.


Opacity

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

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

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

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

This text has shadow with #727D8D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #727D8D on black background.


Color preview on white background

This text has color #727D8D on white background.



Black color preview on #727D8D background

This text has black color on #727D8D background.


White color preview on #727D8D background

This text has white color on #727D8D background.