COLOR #727A8C

HEX: #727A8C
RGB: (114,122,140)

Color info

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

RGB color model

#727A8C color RGB value is (114,122,140).

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

RGB channels and saturation

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

114
122
140

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

Portions of RGB colors in percentages

R + G + B =
114 + 122 + 140 = 376 (100%)
R 114 of 376 ~ 30.32%
G 122 of 376 ~ 32.45%
B 140 of 376 ~ 37.23%

%30.32
%32.45
%37.23

CMYK color model

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

  • cyan value is 18.57%
  • magenta value is 12.86%
  • yellow value is 0.00%
  • key color value is 45.10%
CMYK:
(19,13,0,45)
C19M13Y0K45 
(19%,13%,0%,45%)
(0.19/0.13/0.00/0.45)	

CMYK percentages

%18.57
%12.86
%0
%45.1

Codes

Color #727A8C in popluar color models

727A8C
RGB114122140
HSL222°10.24%49.80%
HSB/HSV222°18.57%54.90%
CMYK18.57%12.86%0.00%
45.10%

Color #727A8C in popluar number systems.

HEX727A8C
Decimal114122140
Binary1110010111101010001100
Octal162172214

Shades and tints

Shades of #727A8C

#727A8C
(114,122,140)
#686F80
(104,111,128)
#5E6474
(94,100,116)
#545968
(84,89,104)
#4A4E5C
(74,78,92)
#404350
(64,67,80)
#363844
(54,56,68)
#2C2D38
(44,45,56)
#22222C
(34,34,44)
#181720
(24,23,32)
#0E0C14
(14,12,20)
#000000
(0,0,0)

Tints of #727A8C

#727A8C
(114,122,140)
#7E8696
(126,134,150)
#8A92A0
(138,146,160)
#969EAA
(150,158,170)
#A2AAB4
(162,170,180)
#AEB6BE
(174,182,190)
#BAC2C8
(186,194,200)
#C6CED2
(198,206,210)
#D2DADC
(210,218,220)
#DEE6E6
(222,230,230)
#EAF2F0
(234,242,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #727A8C; }

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

This text font color is #727A8C.


Background Color

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

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

This div background color is #727A8C.


Border color

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

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

This div border color is #727A8C.


Opacity

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

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

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

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

This text has shadow with #727A8C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #727A8C on black background.


Color preview on white background

This text has color #727A8C on white background.



Black color preview on #727A8C background

This text has black color on #727A8C background.


White color preview on #727A8C background

This text has white color on #727A8C background.