COLOR #72748F

HEX: #72748F RGB: (114,116,143)

Color info

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

RGB color model

#72748F color RGB value is (114,116,143).

RGB: (114,116,143) (45%, 45%, 56%)

RGB channels and saturation

R 114 of 255 = 45%
G 116 of 255 = 45%
B 143 of 255 = 56%

114
116
143

R + G + B ~ 49%. #72748F is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B = 114 + 116 + 143 = 373 (100%)
R 114 of 373 ~ 30.56%
G 116 of 373 ~ 31.1%
B 143 of 373 ~ 38.34'%

%30.56
%31.1
%38.34

CMYK color model

#72748F color CMYK value is (20,19,0,44).

  • cyan value is 20.28%
  • magenta value is 18.88%
  • yellow value is 0.00%
  • key color value is 43.92%

CMYK: (20,19,0,44)
C20M19Y0K44 (20%, 19%, 0%, 44%)
(0.20 / 0.19 / 0.00 / 0.44)

CMYK percentages

%20.28
%18.88
%0
%43.92

Codes

Color #72748F in popluar color models

72 74 8F
RGB 114 116 143
HSL 236° 11.46% 50.39%
HSB/HSV 236° 20.28% 56.08%
CMYK 20.28% 18.88% 0.00%
43.92%

Color #72748F in popluar number systems.

HEX 72 74 8F
Decimal 114 116 143
Binary 1110010 1110100 10001111
Octal 162 164 217

Shades and tints

Shades of #72748F

#72748F
(114,116,143)
#686A82
(104,106,130)
#5E6075
(94,96,117)
#545668
(84,86,104)
#4A4C5B
(74,76,91)
#40424E
(64,66,78)
#363841
(54,56,65)
#2C2E34
(44,46,52)
#222427
(34,36,39)
#181A1A
(24,26,26)
#0E100D
(14,16,13)
#000000
(0,0,0)

Tints of #72748F

#72748F
(114,116,143)
#7E8099
(126,128,153)
#8A8CA3
(138,140,163)
#9698AD
(150,152,173)
#A2A4B7
(162,164,183)
#AEB0C1
(174,176,193)
#BABCCB
(186,188,203)
#C6C8D5
(198,200,213)
#D2D4DF
(210,212,223)
#DEE0E9
(222,224,233)
#EAECF3
(234,236,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #72748F color. Also use rgb(114,116,143) instead hex code.

Text Font Color

.myTextColor { color: #72748F; }

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

This text font color is #72748F.

Background Color

.myBgColor { background-color: #72748F; }

<div style="background-color:#72748F">Inner text</div>

This div background color is #72748F.

Border color

.myBorderColor { border: 1px solid #72748F; }

<div style="border:3px solid #72748F">Div</div>

This div border color is #72748F.

Opacity

.myOpacity80 { color: #72748F; opacity: 0.8; }

<p style="color:#72748F;opacity:0.8;">80%</p>

Text with #72748F 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 #72748F;}

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

This text has shadow with #72748F color.


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

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

This text has shadow with #72748F primary color and red secondary color.


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

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

This text has shadow with #72748F and red colors in old Internet Explorer.

Div box shadow color

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

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

This div box has shadow with color #72748F.

Preview

Color preview on black background

This text has color #72748F on black background.


Color preview on white background

This text has color #72748F on white background.


Black color preview on #72748F background

This text has black color on #72748F background.


White color preview on #72748F background

This text has white color on #72748F background.


Related colors

Complementary color

Complementary color for #hex is #8D8B70.


I love getcolorcode.com

Triadic colors

1 #8F7274 and #748F72 with #72748F are triadic colors.

2 #8F7472 and #74728F with #72748F are triadic colors.