COLOR #72809B

HEX: #72809B
RGB: (114,128,155)

Color info

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

RGB color model

#72809B color RGB value is (114,128,155).

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

RGB channels and saturation

R 114 of 255 = 45%
G 128 of 255 = 50%
B 155 of 255 = 61%

114
128
155

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

Portions of RGB colors in percentages

R + G + B =
114 + 128 + 155 = 397 (100%)
R 114 of 397 ~ 28.72%
G 128 of 397 ~ 32.24%
B 155 of 397 ~ 39.04%

%28.72
%32.24
%39.04

CMYK color model

#72809B color CMYK value is (26,17,0,39).

  • cyan value is 26.45%
  • magenta value is 17.42%
  • yellow value is 0.00%
  • key color value is 39.22%
CMYK:
(26,17,0,39)
C26M17Y0K39 
(26%,17%,0%,39%)
(0.26/0.17/0.00/0.39)	

CMYK percentages

%26.45
%17.42
%0
%39.22

Codes

Color #72809B in popluar color models

72809B
RGB114128155
HSL220°17.01%52.75%
HSB/HSV220°26.45%60.78%
CMYK26.45%17.42%0.00%
39.22%

Color #72809B in popluar number systems.

HEX72809B
Decimal114128155
Binary11100101000000010011011
Octal162200233

Shades and tints

Shades of #72809B

#72809B
(114,128,155)
#68758D
(104,117,141)
#5E6A7F
(94,106,127)
#545F71
(84,95,113)
#4A5463
(74,84,99)
#404955
(64,73,85)
#363E47
(54,62,71)
#2C3339
(44,51,57)
#22282B
(34,40,43)
#181D1D
(24,29,29)
#0E120F
(14,18,15)
#000000
(0,0,0)

Tints of #72809B

#72809B
(114,128,155)
#7E8BA4
(126,139,164)
#8A96AD
(138,150,173)
#96A1B6
(150,161,182)
#A2ACBF
(162,172,191)
#AEB7C8
(174,183,200)
#BAC2D1
(186,194,209)
#C6CDDA
(198,205,218)
#D2D8E3
(210,216,227)
#DEE3EC
(222,227,236)
#EAEEF5
(234,238,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #72809B; }

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

This text font color is #72809B.


Background Color

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

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

This div background color is #72809B.


Border color

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

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

This div border color is #72809B.


Opacity

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

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

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

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

This text has shadow with #72809B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #72809B on black background.


Color preview on white background

This text has color #72809B on white background.



Black color preview on #72809B background

This text has black color on #72809B background.


White color preview on #72809B background

This text has white color on #72809B background.