COLOR #72778C

HEX: #72778C
RGB: (114,119,140)

Color info

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

RGB color model

#72778C color RGB value is (114,119,140).

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

RGB channels and saturation

R 114 of 255 = 45%
G 119 of 255 = 47%
B 140 of 255 = 55%

114
119
140

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

Portions of RGB colors in percentages

R + G + B =
114 + 119 + 140 = 373 (100%)
R 114 of 373 ~ 30.56%
G 119 of 373 ~ 31.9%
B 140 of 373 ~ 37.53%

%30.56
%31.9
%37.53

CMYK color model

#72778C color CMYK value is (19,15,0,45).

  • cyan value is 18.57%
  • magenta value is 15.00%
  • yellow value is 0.00%
  • key color value is 45.10%
CMYK:
(19,15,0,45)
C19M15Y0K45 
(19%,15%,0%,45%)
(0.19/0.15/0.00/0.45)	

CMYK percentages

%18.57
%15
%0
%45.1

Codes

Color #72778C in popluar color models

72778C
RGB114119140
HSL228°10.24%49.80%
HSB/HSV228°18.57%54.90%
CMYK18.57%15.00%0.00%
45.10%

Color #72778C in popluar number systems.

HEX72778C
Decimal114119140
Binary1110010111011110001100
Octal162167214

Shades and tints

Shades of #72778C

#72778C
(114,119,140)
#686D80
(104,109,128)
#5E6374
(94,99,116)
#545968
(84,89,104)
#4A4F5C
(74,79,92)
#404550
(64,69,80)
#363B44
(54,59,68)
#2C3138
(44,49,56)
#22272C
(34,39,44)
#181D20
(24,29,32)
#0E1314
(14,19,20)
#000000
(0,0,0)

Tints of #72778C

#72778C
(114,119,140)
#7E8396
(126,131,150)
#8A8FA0
(138,143,160)
#969BAA
(150,155,170)
#A2A7B4
(162,167,180)
#AEB3BE
(174,179,190)
#BABFC8
(186,191,200)
#C6CBD2
(198,203,210)
#D2D7DC
(210,215,220)
#DEE3E6
(222,227,230)
#EAEFF0
(234,239,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #72778C; }

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

This text font color is #72778C.


Background Color

.myBgColor { background-color: #72778C; }

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

This div background color is #72778C.


Border color

.myBorderColor { border: 1px solid #72778C; }

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

This div border color is #72778C.


Opacity

.myOpacity80 { color: #72778C; opacity: 0.8; }

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

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

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

This text has shadow with #72778C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #72778C on black background.


Color preview on white background

This text has color #72778C on white background.



Black color preview on #72778C background

This text has black color on #72778C background.


White color preview on #72778C background

This text has white color on #72778C background.