COLOR #72848D

HEX: #72848D RGB: (114,132,141)

Color info

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

RGB color model

#72848D color RGB value is (114,132,141).

RGB: (114,132,141) (45%, 52%, 55%)

RGB channels and saturation

R 114 of 255 = 45%
G 132 of 255 = 52%
B 141 of 255 = 55%

114
132
141

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

Portions of RGB colors in percentages

R + G + B = 114 + 132 + 141 = 387 (100%)
R 114 of 387 ~ 29.46%
G 132 of 387 ~ 34.11%
B 141 of 387 ~ 36.43'%

%29.46
%34.11
%36.43

CMYK color model

#72848D color CMYK value is (19,6,0,45).

  • cyan value is 19.15%
  • magenta value is 6.38%
  • yellow value is 0.00%
  • key color value is 44.71%

CMYK: (19,6,0,45)
C19M6Y0K45 (19%, 6%, 0%, 45%)
(0.19 / 0.06 / 0.00 / 0.45)

CMYK percentages

%19.15
%6.38
%0
%44.71

Codes

Color #72848D in popluar color models

72 84 8D
RGB 114 132 141
HSL 200° 10.59% 50.00%
HSB/HSV 200° 19.15% 55.29%
CMYK 19.15% 6.38% 0.00%
44.71%

Color #72848D in popluar number systems.

HEX 72 84 8D
Decimal 114 132 141
Binary 1110010 10000100 10001101
Octal 162 204 215

Shades and tints

Shades of #72848D

#72848D
(114,132,141)
#687881
(104,120,129)
#5E6C75
(94,108,117)
#546069
(84,96,105)
#4A545D
(74,84,93)
#404851
(64,72,81)
#363C45
(54,60,69)
#2C3039
(44,48,57)
#22242D
(34,36,45)
#181821
(24,24,33)
#0E0C15
(14,12,21)
#000000
(0,0,0)

Tints of #72848D

#72848D
(114,132,141)
#7E8F97
(126,143,151)
#8A9AA1
(138,154,161)
#96A5AB
(150,165,171)
#A2B0B5
(162,176,181)
#AEBBBF
(174,187,191)
#BAC6C9
(186,198,201)
#C6D1D3
(198,209,211)
#D2DCDD
(210,220,221)
#DEE7E7
(222,231,231)
#EAF2F1
(234,242,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #72848D color. Also use rgb(114,132,141) instead hex code.

Text Font Color

.myTextColor { color: #72848D; }

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

This text font color is #72848D.

Background Color

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

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

This div background color is #72848D.

Border color

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

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

This div border color is #72848D.

Opacity

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

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

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

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

This text has shadow with #72848D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #72848D.

Preview

Color preview on black background

This text has color #72848D on black background.


Color preview on white background

This text has color #72848D on white background.


Black color preview on #72848D background

This text has black color on #72848D background.


White color preview on #72848D background

This text has white color on #72848D background.


Related colors

Complementary color

Complementary color for #hex is #8D7B72.


I love getcolorcode.com

Triadic colors

1 #8D7284 and #848D72 with #72848D are triadic colors.

2 #8D8472 and #84728D with #72848D are triadic colors.