COLOR #727195

HEX: #727195
RGB: (114,113,149)

Color info

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

RGB color model

#727195 color RGB value is (114,113,149).

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

RGB channels and saturation

R 114 of 255 = 45%
G 113 of 255 = 44%
B 149 of 255 = 58%

114
113
149

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

Portions of RGB colors in percentages

R + G + B =
114 + 113 + 149 = 376 (100%)
R 114 of 376 ~ 30.32%
G 113 of 376 ~ 30.05%
B 149 of 376 ~ 39.63%

%30.32
%30.05
%39.63

CMYK color model

#727195 color CMYK value is (23,24,0,42).

  • cyan value is 23.49%
  • magenta value is 24.16%
  • yellow value is 0.00%
  • key color value is 41.57%
CMYK:
(23,24,0,42)
C23M24Y0K42 
(23%,24%,0%,42%)
(0.23/0.24/0.00/0.42)	

CMYK percentages

%23.49
%24.16
%0
%41.57

Codes

Color #727195 in popluar color models

727195
RGB114113149
HSL242°14.52%51.37%
HSB/HSV242°24.16%58.43%
CMYK23.49%24.16%0.00%
41.57%

Color #727195 in popluar number systems.

HEX727195
Decimal114113149
Binary1110010111000110010101
Octal162161225

Shades and tints

Shades of #727195

#727195
(114,113,149)
#686788
(104,103,136)
#5E5D7B
(94,93,123)
#54536E
(84,83,110)
#4A4961
(74,73,97)
#403F54
(64,63,84)
#363547
(54,53,71)
#2C2B3A
(44,43,58)
#22212D
(34,33,45)
#181720
(24,23,32)
#0E0D13
(14,13,19)
#000000
(0,0,0)

Tints of #727195

#727195
(114,113,149)
#7E7D9E
(126,125,158)
#8A89A7
(138,137,167)
#9695B0
(150,149,176)
#A2A1B9
(162,161,185)
#AEADC2
(174,173,194)
#BAB9CB
(186,185,203)
#C6C5D4
(198,197,212)
#D2D1DD
(210,209,221)
#DEDDE6
(222,221,230)
#EAE9EF
(234,233,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #727195; }

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

This text font color is #727195.


Background Color

.myBgColor { background-color: #727195; }

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

This div background color is #727195.


Border color

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

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

This div border color is #727195.


Opacity

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

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

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

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

This text has shadow with #727195 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #727195 on black background.


Color preview on white background

This text has color #727195 on white background.



Black color preview on #727195 background

This text has black color on #727195 background.


White color preview on #727195 background

This text has white color on #727195 background.