COLOR #727788

HEX: #727788
RGB: (114,119,136)

Color info

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

RGB color model

#727788 color RGB value is (114,119,136).

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

RGB channels and saturation

R 114 of 255 = 45%
G 119 of 255 = 47%
B 136 of 255 = 53%

114
119
136

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

Portions of RGB colors in percentages

R + G + B =
114 + 119 + 136 = 369 (100%)
R 114 of 369 ~ 30.89%
G 119 of 369 ~ 32.25%
B 136 of 369 ~ 36.86%

%30.89
%32.25
%36.86

CMYK color model

#727788 color CMYK value is (16,13,0,47).

  • cyan value is 16.18%
  • magenta value is 12.50%
  • yellow value is 0.00%
  • key color value is 46.67%
CMYK:
(16,13,0,47)
C16M13Y0K47 
(16%,13%,0%,47%)
(0.16/0.13/0.00/0.47)	

CMYK percentages

%16.18
%12.5
%0
%46.67

Codes

Color #727788 in popluar color models

727788
RGB114119136
HSL226°8.80%49.02%
HSB/HSV226°16.18%53.33%
CMYK16.18%12.50%0.00%
46.67%

Color #727788 in popluar number systems.

HEX727788
Decimal114119136
Binary1110010111011110001000
Octal162167210

Shades and tints

Shades of #727788

#727788
(114,119,136)
#686D7C
(104,109,124)
#5E6370
(94,99,112)
#545964
(84,89,100)
#4A4F58
(74,79,88)
#40454C
(64,69,76)
#363B40
(54,59,64)
#2C3134
(44,49,52)
#222728
(34,39,40)
#181D1C
(24,29,28)
#0E1310
(14,19,16)
#000000
(0,0,0)

Tints of #727788

#727788
(114,119,136)
#7E8392
(126,131,146)
#8A8F9C
(138,143,156)
#969BA6
(150,155,166)
#A2A7B0
(162,167,176)
#AEB3BA
(174,179,186)
#BABFC4
(186,191,196)
#C6CBCE
(198,203,206)
#D2D7D8
(210,215,216)
#DEE3E2
(222,227,226)
#EAEFEC
(234,239,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #727788; }

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

This text font color is #727788.


Background Color

.myBgColor { background-color: #727788; }

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

This div background color is #727788.


Border color

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

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

This div border color is #727788.


Opacity

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

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

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

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

This text has shadow with #727788 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #727788 on black background.


Color preview on white background

This text has color #727788 on white background.



Black color preview on #727788 background

This text has black color on #727788 background.


White color preview on #727788 background

This text has white color on #727788 background.