COLOR #727188

HEX: #727188
RGB: (114,113,136)

Color info

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

RGB color model

#727188 color RGB value is (114,113,136).

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

RGB channels and saturation

R 114 of 255 = 45%
G 113 of 255 = 44%
B 136 of 255 = 53%

114
113
136

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

Portions of RGB colors in percentages

R + G + B =
114 + 113 + 136 = 363 (100%)
R 114 of 363 ~ 31.4%
G 113 of 363 ~ 31.13%
B 136 of 363 ~ 37.47%

%31.4
%31.13
%37.47

CMYK color model

#727188 color CMYK value is (16,17,0,47).

  • cyan value is 16.18%
  • magenta value is 16.91%
  • yellow value is 0.00%
  • key color value is 46.67%
CMYK:
(16,17,0,47)
C16M17Y0K47 
(16%,17%,0%,47%)
(0.16/0.17/0.00/0.47)	

CMYK percentages

%16.18
%16.91
%0
%46.67

Codes

Color #727188 in popluar color models

727188
RGB114113136
HSL243°9.24%48.82%
HSB/HSV243°16.91%53.33%
CMYK16.18%16.91%0.00%
46.67%

Color #727188 in popluar number systems.

HEX727188
Decimal114113136
Binary1110010111000110001000
Octal162161210

Shades and tints

Shades of #727188

#727188
(114,113,136)
#68677C
(104,103,124)
#5E5D70
(94,93,112)
#545364
(84,83,100)
#4A4958
(74,73,88)
#403F4C
(64,63,76)
#363540
(54,53,64)
#2C2B34
(44,43,52)
#222128
(34,33,40)
#18171C
(24,23,28)
#0E0D10
(14,13,16)
#000000
(0,0,0)

Tints of #727188

#727188
(114,113,136)
#7E7D92
(126,125,146)
#8A899C
(138,137,156)
#9695A6
(150,149,166)
#A2A1B0
(162,161,176)
#AEADBA
(174,173,186)
#BAB9C4
(186,185,196)
#C6C5CE
(198,197,206)
#D2D1D8
(210,209,216)
#DEDDE2
(222,221,226)
#EAE9EC
(234,233,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #727188; }

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

This text font color is #727188.


Background Color

.myBgColor { background-color: #727188; }

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

This div background color is #727188.


Border color

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

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

This div border color is #727188.


Opacity

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

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

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

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

This text has shadow with #727188 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #727188 on black background.


Color preview on white background

This text has color #727188 on white background.



Black color preview on #727188 background

This text has black color on #727188 background.


White color preview on #727188 background

This text has white color on #727188 background.