COLOR #727E8C

HEX: #727E8C
RGB: (114,126,140)

Color info

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

RGB color model

#727E8C color RGB value is (114,126,140).

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

RGB channels and saturation

R 114 of 255 = 45%
G 126 of 255 = 49%
B 140 of 255 = 55%

114
126
140

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

Portions of RGB colors in percentages

R + G + B =
114 + 126 + 140 = 380 (100%)
R 114 of 380 ~ 30%
G 126 of 380 ~ 33.16%
B 140 of 380 ~ 36.84%

%30
%33.16
%36.84

CMYK color model

#727E8C color CMYK value is (19,10,0,45).

  • cyan value is 18.57%
  • magenta value is 10.00%
  • yellow value is 0.00%
  • key color value is 45.10%
CMYK:
(19,10,0,45)
C19M10Y0K45 
(19%,10%,0%,45%)
(0.19/0.10/0.00/0.45)	

CMYK percentages

%18.57
%10
%0
%45.1

Codes

Color #727E8C in popluar color models

727E8C
RGB114126140
HSL212°10.24%49.80%
HSB/HSV212°18.57%54.90%
CMYK18.57%10.00%0.00%
45.10%

Color #727E8C in popluar number systems.

HEX727E8C
Decimal114126140
Binary1110010111111010001100
Octal162176214

Shades and tints

Shades of #727E8C

#727E8C
(114,126,140)
#687380
(104,115,128)
#5E6874
(94,104,116)
#545D68
(84,93,104)
#4A525C
(74,82,92)
#404750
(64,71,80)
#363C44
(54,60,68)
#2C3138
(44,49,56)
#22262C
(34,38,44)
#181B20
(24,27,32)
#0E1014
(14,16,20)
#000000
(0,0,0)

Tints of #727E8C

#727E8C
(114,126,140)
#7E8996
(126,137,150)
#8A94A0
(138,148,160)
#969FAA
(150,159,170)
#A2AAB4
(162,170,180)
#AEB5BE
(174,181,190)
#BAC0C8
(186,192,200)
#C6CBD2
(198,203,210)
#D2D6DC
(210,214,220)
#DEE1E6
(222,225,230)
#EAECF0
(234,236,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #727E8C; }

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

This text font color is #727E8C.


Background Color

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

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

This div background color is #727E8C.


Border color

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

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

This div border color is #727E8C.


Opacity

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

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

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

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

This text has shadow with #727E8C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #727E8C on black background.


Color preview on white background

This text has color #727E8C on white background.



Black color preview on #727E8C background

This text has black color on #727E8C background.


White color preview on #727E8C background

This text has white color on #727E8C background.