COLOR #72808B

HEX: #72808B RGB: (114,128,139)

Color info

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

RGB color model

#72808B color RGB value is (114,128,139).

RGB: (114,128,139) (45%, 50%, 55%)

RGB channels and saturation

R 114 of 255 = 45%
G 128 of 255 = 50%
B 139 of 255 = 55%

114
128
139

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

Portions of RGB colors in percentages

R + G + B = 114 + 128 + 139 = 381 (100%)
R 114 of 381 ~ 29.92%
G 128 of 381 ~ 33.6%
B 139 of 381 ~ 36.48'%

%29.92
%33.6
%36.48

CMYK color model

#72808B color CMYK value is (18,8,0,45).

  • cyan value is 17.99%
  • magenta value is 7.91%
  • yellow value is 0.00%
  • key color value is 45.49%
CMYK: (18,8,0,45) C18M8Y0K45 (18%,8%,0%,45%) (0.18/0.08/0.00/0.45) 

CMYK percentages

%17.99
%7.91
%0
%45.49

Codes

Color #72808B in popluar color models

72 80 8B
RGB 114 128 139
HSL 206° 9.88% 49.61%
HSB/HSV 206° 17.99% 54.51%
CMYK 17.99% 7.91% 0.00%
45.49%

Color #72808B in popluar number systems.

HEX 72 80 8B
Decimal 114 128 139
Binary 1110010 10000000 10001011
Octal 162 200 213

Shades and tints

Shades of #72808B

#72808B
(114,128,139)
#68757F
(104,117,127)
#5E6A73
(94,106,115)
#545F67
(84,95,103)
#4A545B
(74,84,91)
#40494F
(64,73,79)
#363E43
(54,62,67)
#2C3337
(44,51,55)
#22282B
(34,40,43)
#181D1F
(24,29,31)
#0E1213
(14,18,19)
#000000
(0,0,0)

Tints of #72808B

#72808B
(114,128,139)
#7E8B95
(126,139,149)
#8A969F
(138,150,159)
#96A1A9
(150,161,169)
#A2ACB3
(162,172,179)
#AEB7BD
(174,183,189)
#BAC2C7
(186,194,199)
#C6CDD1
(198,205,209)
#D2D8DB
(210,216,219)
#DEE3E5
(222,227,229)
#EAEEEF
(234,238,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #72808B; }

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

This text font color is #72808B.

Background Color

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

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

This div background color is #72808B.

Border color

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

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

This div border color is #72808B.

Opacity

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

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

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

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

This text has shadow with #72808B color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #72808B.

Preview

Color preview on black background

This text has color #72808B on black background.


Color preview on white background

This text has color #72808B on white background.


Black color preview on #72808B background

This text has black color on #72808B background.


White color preview on #72808B background

This text has white color on #72808B background.


Related colors

Complementary color

Complementary color for #hex is #8D7F74.


I love getcolorcode.com

Triadic colors

1 #8B7280 and #808B72 with #72808B are triadic colors.

2 #8B8072 and #80728B with #72808B are triadic colors.