COLOR #72879D

HEX: #72879D
RGB: (114,135,157)

Color info

#72879D contains red, green and blue colors in about the same proportion. Web safe color of #72879D is #669999 (or #699).

RGB color model

#72879D color RGB value is (114,135,157).

  • red value is 114;
  • green value is 135;
  • blue value is 157.
RGB:
(114,135,157)
(45%,53%,62%)

RGB channels and saturation

R 114 of 255 = 45%
G 135 of 255 = 53%
B 157 of 255 = 62%

114
135
157

R + G + B ~ 53%. #72879D is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
114 + 135 + 157 = 406 (100%)
R 114 of 406 ~ 28.08%
G 135 of 406 ~ 33.25%
B 157 of 406 ~ 38.67%

%28.08
%33.25
%38.67

CMYK color model

#72879D color CMYK value is (27,14,0,38).

  • cyan value is 27.39%
  • magenta value is 14.01%
  • yellow value is 0.00%
  • key color value is 38.43%
CMYK:
(27,14,0,38)
C27M14Y0K38 
(27%,14%,0%,38%)
(0.27/0.14/0.00/0.38)	

CMYK percentages

%27.39
%14.01
%0
%38.43

Codes

Color #72879D in popluar color models

72879D
RGB114135157
HSL211°17.99%53.14%
HSB/HSV211°27.39%61.57%
CMYK27.39%14.01%0.00%
38.43%

Color #72879D in popluar number systems.

HEX72879D
Decimal114135157
Binary11100101000011110011101
Octal162207235

Shades and tints

Shades of #72879D

#72879D
(114,135,157)
#687B8F
(104,123,143)
#5E6F81
(94,111,129)
#546373
(84,99,115)
#4A5765
(74,87,101)
#404B57
(64,75,87)
#363F49
(54,63,73)
#2C333B
(44,51,59)
#22272D
(34,39,45)
#181B1F
(24,27,31)
#0E0F11
(14,15,17)
#000000
(0,0,0)

Tints of #72879D

#72879D
(114,135,157)
#7E91A5
(126,145,165)
#8A9BAD
(138,155,173)
#96A5B5
(150,165,181)
#A2AFBD
(162,175,189)
#AEB9C5
(174,185,197)
#BAC3CD
(186,195,205)
#C6CDD5
(198,205,213)
#D2D7DD
(210,215,221)
#DEE1E5
(222,225,229)
#EAEBED
(234,235,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #72879D color. Also use rgb(114,135,157) instead hex code.

Text Font Color

.myTextColor { color: #72879D; }

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

This text font color is #72879D.


Background Color

.myBgColor { background-color: #72879D; }

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

This div background color is #72879D.


Border color

.myBorderColor { border: 1px solid #72879D; }

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

This div border color is #72879D.


Opacity

.myOpacity80 { color: #72879D; opacity: 0.8; }

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

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

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

This text has shadow with #72879D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #72879D on black background.


Color preview on white background

This text has color #72879D on white background.



Black color preview on #72879D background

This text has black color on #72879D background.


White color preview on #72879D background

This text has white color on #72879D background.