COLOR #72778F

HEX: #72778F
RGB: (114,119,143)

Color info

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

RGB color model

#72778F color RGB value is (114,119,143).

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

RGB channels and saturation

R 114 of 255 = 45%
G 119 of 255 = 47%
B 143 of 255 = 56%

114
119
143

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

Portions of RGB colors in percentages

R + G + B =
114 + 119 + 143 = 376 (100%)
R 114 of 376 ~ 30.32%
G 119 of 376 ~ 31.65%
B 143 of 376 ~ 38.03%

%30.32
%31.65
%38.03

CMYK color model

#72778F color CMYK value is (20,17,0,44).

  • cyan value is 20.28%
  • magenta value is 16.78%
  • yellow value is 0.00%
  • key color value is 43.92%
CMYK:
(20,17,0,44)
C20M17Y0K44 
(20%,17%,0%,44%)
(0.20/0.17/0.00/0.44)	

CMYK percentages

%20.28
%16.78
%0
%43.92

Codes

Color #72778F in popluar color models

72778F
RGB114119143
HSL230°11.46%50.39%
HSB/HSV230°20.28%56.08%
CMYK20.28%16.78%0.00%
43.92%

Color #72778F in popluar number systems.

HEX72778F
Decimal114119143
Binary1110010111011110001111
Octal162167217

Shades and tints

Shades of #72778F

#72778F
(114,119,143)
#686D82
(104,109,130)
#5E6375
(94,99,117)
#545968
(84,89,104)
#4A4F5B
(74,79,91)
#40454E
(64,69,78)
#363B41
(54,59,65)
#2C3134
(44,49,52)
#222727
(34,39,39)
#181D1A
(24,29,26)
#0E130D
(14,19,13)
#000000
(0,0,0)

Tints of #72778F

#72778F
(114,119,143)
#7E8399
(126,131,153)
#8A8FA3
(138,143,163)
#969BAD
(150,155,173)
#A2A7B7
(162,167,183)
#AEB3C1
(174,179,193)
#BABFCB
(186,191,203)
#C6CBD5
(198,203,213)
#D2D7DF
(210,215,223)
#DEE3E9
(222,227,233)
#EAEFF3
(234,239,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #72778F; }

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

This text font color is #72778F.


Background Color

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

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

This div background color is #72778F.


Border color

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

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

This div border color is #72778F.


Opacity

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

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

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

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

This text has shadow with #72778F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #72778F on black background.


Color preview on white background

This text has color #72778F on white background.



Black color preview on #72778F background

This text has black color on #72778F background.


White color preview on #72778F background

This text has white color on #72778F background.