COLOR #727A8D

HEX: #727A8D RGB: (114,122,141)

Color info

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

RGB color model

#727A8D color RGB value is (114,122,141).

RGB: (114,122,141) (45%, 48%, 55%)

RGB channels and saturation

R 114 of 255 = 45%
G 122 of 255 = 48%
B 141 of 255 = 55%

114
122
141

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

Portions of RGB colors in percentages

R + G + B = 114 + 122 + 141 = 377 (100%)
R 114 of 377 ~ 30.24%
G 122 of 377 ~ 32.36%
B 141 of 377 ~ 37.4'%

%30.24
%32.36
%37.4

CMYK color model

#727A8D color CMYK value is (19,13,0,45).

  • cyan value is 19.15%
  • magenta value is 13.48%
  • yellow value is 0.00%
  • key color value is 44.71%

CMYK: (19,13,0,45)
C19M13Y0K45 (19%, 13%, 0%, 45%)
(0.19 / 0.13 / 0.00 / 0.45)

CMYK percentages

%19.15
%13.48
%0
%44.71

Codes

Color #727A8D in popluar color models

72 7A 8D
RGB 114 122 141
HSL 222° 10.59% 50.00%
HSB/HSV 222° 19.15% 55.29%
CMYK 19.15% 13.48% 0.00%
44.71%

Color #727A8D in popluar number systems.

HEX 72 7A 8D
Decimal 114 122 141
Binary 1110010 1111010 10001101
Octal 162 172 215

Shades and tints

Shades of #727A8D

#727A8D
(114,122,141)
#686F81
(104,111,129)
#5E6475
(94,100,117)
#545969
(84,89,105)
#4A4E5D
(74,78,93)
#404351
(64,67,81)
#363845
(54,56,69)
#2C2D39
(44,45,57)
#22222D
(34,34,45)
#181721
(24,23,33)
#0E0C15
(14,12,21)
#000000
(0,0,0)

Tints of #727A8D

#727A8D
(114,122,141)
#7E8697
(126,134,151)
#8A92A1
(138,146,161)
#969EAB
(150,158,171)
#A2AAB5
(162,170,181)
#AEB6BF
(174,182,191)
#BAC2C9
(186,194,201)
#C6CED3
(198,206,211)
#D2DADD
(210,218,221)
#DEE6E7
(222,230,231)
#EAF2F1
(234,242,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #727A8D; }

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

This text font color is #727A8D.

Background Color

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

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

This div background color is #727A8D.

Border color

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

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

This div border color is #727A8D.

Opacity

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

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

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

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

This text has shadow with #727A8D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #727A8D.

Preview

Color preview on black background

This text has color #727A8D on black background.


Color preview on white background

This text has color #727A8D on white background.


Black color preview on #727A8D background

This text has black color on #727A8D background.


White color preview on #727A8D background

This text has white color on #727A8D background.


Related colors

Complementary color

Complementary color for #hex is #8D8572.


I love getcolorcode.com

Triadic colors

1 #8D727A and #7A8D72 with #727A8D are triadic colors.

2 #8D7A72 and #7A728D with #727A8D are triadic colors.