COLOR #727C88

HEX: #727C88
RGB: (114,124,136)

Color info

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

RGB color model

#727C88 color RGB value is (114,124,136).

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

RGB channels and saturation

R 114 of 255 = 45%
G 124 of 255 = 49%
B 136 of 255 = 53%

114
124
136

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

Portions of RGB colors in percentages

R + G + B =
114 + 124 + 136 = 374 (100%)
R 114 of 374 ~ 30.48%
G 124 of 374 ~ 33.16%
B 136 of 374 ~ 36.36%

%30.48
%33.16
%36.36

CMYK color model

#727C88 color CMYK value is (16,9,0,47).

  • cyan value is 16.18%
  • magenta value is 8.82%
  • yellow value is 0.00%
  • key color value is 46.67%
CMYK:
(16,9,0,47)
C16M9Y0K47 
(16%,9%,0%,47%)
(0.16/0.09/0.00/0.47)	

CMYK percentages

%16.18
%8.82
%0
%46.67

Codes

Color #727C88 in popluar color models

727C88
RGB114124136
HSL213°8.80%49.02%
HSB/HSV213°16.18%53.33%
CMYK16.18%8.82%0.00%
46.67%

Color #727C88 in popluar number systems.

HEX727C88
Decimal114124136
Binary1110010111110010001000
Octal162174210

Shades and tints

Shades of #727C88

#727C88
(114,124,136)
#68717C
(104,113,124)
#5E6670
(94,102,112)
#545B64
(84,91,100)
#4A5058
(74,80,88)
#40454C
(64,69,76)
#363A40
(54,58,64)
#2C2F34
(44,47,52)
#222428
(34,36,40)
#18191C
(24,25,28)
#0E0E10
(14,14,16)
#000000
(0,0,0)

Tints of #727C88

#727C88
(114,124,136)
#7E8792
(126,135,146)
#8A929C
(138,146,156)
#969DA6
(150,157,166)
#A2A8B0
(162,168,176)
#AEB3BA
(174,179,186)
#BABEC4
(186,190,196)
#C6C9CE
(198,201,206)
#D2D4D8
(210,212,216)
#DEDFE2
(222,223,226)
#EAEAEC
(234,234,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #727C88; }

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

This text font color is #727C88.


Background Color

.myBgColor { background-color: #727C88; }

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

This div background color is #727C88.


Border color

.myBorderColor { border: 1px solid #727C88; }

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

This div border color is #727C88.


Opacity

.myOpacity80 { color: #727C88; opacity: 0.8; }

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

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

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

This text has shadow with #727C88 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #727C88 on black background.


Color preview on white background

This text has color #727C88 on white background.



Black color preview on #727C88 background

This text has black color on #727C88 background.


White color preview on #727C88 background

This text has white color on #727C88 background.