COLOR #727895

HEX: #727895
RGB: (114,120,149)

Color info

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

RGB color model

#727895 color RGB value is (114,120,149).

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

RGB channels and saturation

R 114 of 255 = 45%
G 120 of 255 = 47%
B 149 of 255 = 58%

114
120
149

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

Portions of RGB colors in percentages

R + G + B =
114 + 120 + 149 = 383 (100%)
R 114 of 383 ~ 29.77%
G 120 of 383 ~ 31.33%
B 149 of 383 ~ 38.9%

%29.77
%31.33
%38.9

CMYK color model

#727895 color CMYK value is (23,19,0,42).

  • cyan value is 23.49%
  • magenta value is 19.46%
  • yellow value is 0.00%
  • key color value is 41.57%
CMYK:
(23,19,0,42)
C23M19Y0K42 
(23%,19%,0%,42%)
(0.23/0.19/0.00/0.42)	

CMYK percentages

%23.49
%19.46
%0
%41.57

Codes

Color #727895 in popluar color models

727895
RGB114120149
HSL230°14.17%51.57%
HSB/HSV230°23.49%58.43%
CMYK23.49%19.46%0.00%
41.57%

Color #727895 in popluar number systems.

HEX727895
Decimal114120149
Binary1110010111100010010101
Octal162170225

Shades and tints

Shades of #727895

#727895
(114,120,149)
#686E88
(104,110,136)
#5E647B
(94,100,123)
#545A6E
(84,90,110)
#4A5061
(74,80,97)
#404654
(64,70,84)
#363C47
(54,60,71)
#2C323A
(44,50,58)
#22282D
(34,40,45)
#181E20
(24,30,32)
#0E1413
(14,20,19)
#000000
(0,0,0)

Tints of #727895

#727895
(114,120,149)
#7E849E
(126,132,158)
#8A90A7
(138,144,167)
#969CB0
(150,156,176)
#A2A8B9
(162,168,185)
#AEB4C2
(174,180,194)
#BAC0CB
(186,192,203)
#C6CCD4
(198,204,212)
#D2D8DD
(210,216,221)
#DEE4E6
(222,228,230)
#EAF0EF
(234,240,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #727895 color. Also use rgb(114,120,149) instead hex code.

Text Font Color

.myTextColor { color: #727895; }

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

This text font color is #727895.


Background Color

.myBgColor { background-color: #727895; }

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

This div background color is #727895.


Border color

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

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

This div border color is #727895.


Opacity

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

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

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

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

This text has shadow with #727895 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #727895 on black background.


Color preview on white background

This text has color #727895 on white background.



Black color preview on #727895 background

This text has black color on #727895 background.


White color preview on #727895 background

This text has white color on #727895 background.