COLOR #72779B

HEX: #72779B
RGB: (114,119,155)

Color info

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

RGB color model

#72779B color RGB value is (114,119,155).

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

RGB channels and saturation

R 114 of 255 = 45%
G 119 of 255 = 47%
B 155 of 255 = 61%

114
119
155

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

Portions of RGB colors in percentages

R + G + B =
114 + 119 + 155 = 388 (100%)
R 114 of 388 ~ 29.38%
G 119 of 388 ~ 30.67%
B 155 of 388 ~ 39.95%

%29.38
%30.67
%39.95

CMYK color model

#72779B color CMYK value is (26,23,0,39).

  • cyan value is 26.45%
  • magenta value is 23.23%
  • yellow value is 0.00%
  • key color value is 39.22%
CMYK:
(26,23,0,39)
C26M23Y0K39 
(26%,23%,0%,39%)
(0.26/0.23/0.00/0.39)	

CMYK percentages

%26.45
%23.23
%0
%39.22

Codes

Color #72779B in popluar color models

72779B
RGB114119155
HSL233°17.01%52.75%
HSB/HSV233°26.45%60.78%
CMYK26.45%23.23%0.00%
39.22%

Color #72779B in popluar number systems.

HEX72779B
Decimal114119155
Binary1110010111011110011011
Octal162167233

Shades and tints

Shades of #72779B

#72779B
(114,119,155)
#686D8D
(104,109,141)
#5E637F
(94,99,127)
#545971
(84,89,113)
#4A4F63
(74,79,99)
#404555
(64,69,85)
#363B47
(54,59,71)
#2C3139
(44,49,57)
#22272B
(34,39,43)
#181D1D
(24,29,29)
#0E130F
(14,19,15)
#000000
(0,0,0)

Tints of #72779B

#72779B
(114,119,155)
#7E83A4
(126,131,164)
#8A8FAD
(138,143,173)
#969BB6
(150,155,182)
#A2A7BF
(162,167,191)
#AEB3C8
(174,179,200)
#BABFD1
(186,191,209)
#C6CBDA
(198,203,218)
#D2D7E3
(210,215,227)
#DEE3EC
(222,227,236)
#EAEFF5
(234,239,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #72779B; }

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

This text font color is #72779B.


Background Color

.myBgColor { background-color: #72779B; }

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

This div background color is #72779B.


Border color

.myBorderColor { border: 1px solid #72779B; }

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

This div border color is #72779B.


Opacity

.myOpacity80 { color: #72779B; opacity: 0.8; }

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

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

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

This text has shadow with #72779B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #72779B on black background.


Color preview on white background

This text has color #72779B on white background.



Black color preview on #72779B background

This text has black color on #72779B background.


White color preview on #72779B background

This text has white color on #72779B background.