COLOR #727993

HEX: #727993
RGB: (114,121,147)

Color info

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

RGB color model

#727993 color RGB value is (114,121,147).

  • red value is 114;
  • green value is 121;
  • blue value is 147.
RGB:
(114,121,147)
(45%,47%,58%)

RGB channels and saturation

R 114 of 255 = 45%
G 121 of 255 = 47%
B 147 of 255 = 58%

114
121
147

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

Portions of RGB colors in percentages

R + G + B =
114 + 121 + 147 = 382 (100%)
R 114 of 382 ~ 29.84%
G 121 of 382 ~ 31.68%
B 147 of 382 ~ 38.48%

%29.84
%31.68
%38.48

CMYK color model

#727993 color CMYK value is (22,18,0,42).

  • cyan value is 22.45%
  • magenta value is 17.69%
  • yellow value is 0.00%
  • key color value is 42.35%
CMYK:
(22,18,0,42)
C22M18Y0K42 
(22%,18%,0%,42%)
(0.22/0.18/0.00/0.42)	

CMYK percentages

%22.45
%17.69
%0
%42.35

Codes

Color #727993 in popluar color models

727993
RGB114121147
HSL227°13.25%51.18%
HSB/HSV227°22.45%57.65%
CMYK22.45%17.69%0.00%
42.35%

Color #727993 in popluar number systems.

HEX727993
Decimal114121147
Binary1110010111100110010011
Octal162171223

Shades and tints

Shades of #727993

#727993
(114,121,147)
#686E86
(104,110,134)
#5E6379
(94,99,121)
#54586C
(84,88,108)
#4A4D5F
(74,77,95)
#404252
(64,66,82)
#363745
(54,55,69)
#2C2C38
(44,44,56)
#22212B
(34,33,43)
#18161E
(24,22,30)
#0E0B11
(14,11,17)
#000000
(0,0,0)

Tints of #727993

#727993
(114,121,147)
#7E859C
(126,133,156)
#8A91A5
(138,145,165)
#969DAE
(150,157,174)
#A2A9B7
(162,169,183)
#AEB5C0
(174,181,192)
#BAC1C9
(186,193,201)
#C6CDD2
(198,205,210)
#D2D9DB
(210,217,219)
#DEE5E4
(222,229,228)
#EAF1ED
(234,241,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #727993 color. Also use rgb(114,121,147) instead hex code.

Text Font Color

.myTextColor { color: #727993; }

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

This text font color is #727993.


Background Color

.myBgColor { background-color: #727993; }

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

This div background color is #727993.


Border color

.myBorderColor { border: 1px solid #727993; }

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

This div border color is #727993.


Opacity

.myOpacity80 { color: #727993; opacity: 0.8; }

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

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

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

This text has shadow with #727993 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #727993 on black background.


Color preview on white background

This text has color #727993 on white background.



Black color preview on #727993 background

This text has black color on #727993 background.


White color preview on #727993 background

This text has white color on #727993 background.