COLOR #727E84

HEX: #727E84
RGB: (114,126,132)

Color info

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

RGB color model

#727E84 color RGB value is (114,126,132).

  • red value is 114;
  • green value is 126;
  • blue value is 132.
RGB:
(114,126,132)
(45%,49%,52%)

RGB channels and saturation

R 114 of 255 = 45%
G 126 of 255 = 49%
B 132 of 255 = 52%

114
126
132

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

Portions of RGB colors in percentages

R + G + B =
114 + 126 + 132 = 372 (100%)
R 114 of 372 ~ 30.65%
G 126 of 372 ~ 33.87%
B 132 of 372 ~ 35.48%

%30.65
%33.87
%35.48

CMYK color model

#727E84 color CMYK value is (14,5,0,48).

  • cyan value is 13.64%
  • magenta value is 4.55%
  • yellow value is 0.00%
  • key color value is 48.24%
CMYK:
(14,5,0,48)
C14M5Y0K48 
(14%,5%,0%,48%)
(0.14/0.05/0.00/0.48)	

CMYK percentages

%13.64
%4.55
%0
%48.24

Codes

Color #727E84 in popluar color models

727E84
RGB114126132
HSL200°7.32%48.24%
HSB/HSV200°13.64%51.76%
CMYK13.64%4.55%0.00%
48.24%

Color #727E84 in popluar number systems.

HEX727E84
Decimal114126132
Binary1110010111111010000100
Octal162176204

Shades and tints

Shades of #727E84

#727E84
(114,126,132)
#687378
(104,115,120)
#5E686C
(94,104,108)
#545D60
(84,93,96)
#4A5254
(74,82,84)
#404748
(64,71,72)
#363C3C
(54,60,60)
#2C3130
(44,49,48)
#222624
(34,38,36)
#181B18
(24,27,24)
#0E100C
(14,16,12)
#000000
(0,0,0)

Tints of #727E84

#727E84
(114,126,132)
#7E898F
(126,137,143)
#8A949A
(138,148,154)
#969FA5
(150,159,165)
#A2AAB0
(162,170,176)
#AEB5BB
(174,181,187)
#BAC0C6
(186,192,198)
#C6CBD1
(198,203,209)
#D2D6DC
(210,214,220)
#DEE1E7
(222,225,231)
#EAECF2
(234,236,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #727E84 color. Also use rgb(114,126,132) instead hex code.

Text Font Color

.myTextColor { color: #727E84; }

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

This text font color is #727E84.


Background Color

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

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

This div background color is #727E84.


Border color

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

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

This div border color is #727E84.


Opacity

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

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

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

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

This text has shadow with #727E84 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #727E84 on black background.


Color preview on white background

This text has color #727E84 on white background.



Black color preview on #727E84 background

This text has black color on #727E84 background.


White color preview on #727E84 background

This text has white color on #727E84 background.