COLOR #727590

HEX: #727590
RGB: (114,117,144)

Color info

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

RGB color model

#727590 color RGB value is (114,117,144).

  • red value is 114;
  • green value is 117;
  • blue value is 144.
RGB:
(114,117,144)
(45%,46%,56%)

RGB channels and saturation

R 114 of 255 = 45%
G 117 of 255 = 46%
B 144 of 255 = 56%

114
117
144

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

Portions of RGB colors in percentages

R + G + B =
114 + 117 + 144 = 375 (100%)
R 114 of 375 ~ 30.4%
G 117 of 375 ~ 31.2%
B 144 of 375 ~ 38.4%

%30.4
%31.2
%38.4

CMYK color model

#727590 color CMYK value is (21,19,0,44).

  • cyan value is 20.83%
  • magenta value is 18.75%
  • yellow value is 0.00%
  • key color value is 43.53%
CMYK:
(21,19,0,44)
C21M19Y0K44 
(21%,19%,0%,44%)
(0.21/0.19/0.00/0.44)	

CMYK percentages

%20.83
%18.75
%0
%43.53

Codes

Color #727590 in popluar color models

727590
RGB114117144
HSL234°11.90%50.59%
HSB/HSV234°20.83%56.47%
CMYK20.83%18.75%0.00%
43.53%

Color #727590 in popluar number systems.

HEX727590
Decimal114117144
Binary1110010111010110010000
Octal162165220

Shades and tints

Shades of #727590

#727590
(114,117,144)
#686B83
(104,107,131)
#5E6176
(94,97,118)
#545769
(84,87,105)
#4A4D5C
(74,77,92)
#40434F
(64,67,79)
#363942
(54,57,66)
#2C2F35
(44,47,53)
#222528
(34,37,40)
#181B1B
(24,27,27)
#0E110E
(14,17,14)
#000000
(0,0,0)

Tints of #727590

#727590
(114,117,144)
#7E819A
(126,129,154)
#8A8DA4
(138,141,164)
#9699AE
(150,153,174)
#A2A5B8
(162,165,184)
#AEB1C2
(174,177,194)
#BABDCC
(186,189,204)
#C6C9D6
(198,201,214)
#D2D5E0
(210,213,224)
#DEE1EA
(222,225,234)
#EAEDF4
(234,237,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #727590 color. Also use rgb(114,117,144) instead hex code.

Text Font Color

.myTextColor { color: #727590; }

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

This text font color is #727590.


Background Color

.myBgColor { background-color: #727590; }

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

This div background color is #727590.


Border color

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

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

This div border color is #727590.


Opacity

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

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

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

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

This text has shadow with #727590 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #727590 on black background.


Color preview on white background

This text has color #727590 on white background.



Black color preview on #727590 background

This text has black color on #727590 background.


White color preview on #727590 background

This text has white color on #727590 background.