COLOR #72648A

HEX: #72648A
RGB: (114,100,138)

Color info

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

RGB color model

#72648A color RGB value is (114,100,138).

  • red value is 114;
  • green value is 100;
  • blue value is 138.
RGB:
(114,100,138)
(45%,39%,54%)

RGB channels and saturation

R 114 of 255 = 45%
G 100 of 255 = 39%
B 138 of 255 = 54%

114
100
138

R + G + B ~ 46%. #72648A is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
114 + 100 + 138 = 352 (100%)
R 114 of 352 ~ 32.39%
G 100 of 352 ~ 28.41%
B 138 of 352 ~ 39.2%

%32.39
%28.41
%39.2

CMYK color model

#72648A color CMYK value is (17,28,0,46).

  • cyan value is 17.39%
  • magenta value is 27.54%
  • yellow value is 0.00%
  • key color value is 45.88%
CMYK:
(17,28,0,46)
C17M28Y0K46 
(17%,28%,0%,46%)
(0.17/0.28/0.00/0.46)	

CMYK percentages

%17.39
%27.54
%0
%45.88

Codes

Color #72648A in popluar color models

72648A
RGB114100138
HSL262°15.97%46.67%
HSB/HSV262°27.54%54.12%
CMYK17.39%27.54%0.00%
45.88%

Color #72648A in popluar number systems.

HEX72648A
Decimal114100138
Binary1110010110010010001010
Octal162144212

Shades and tints

Shades of #72648A

#72648A
(114,100,138)
#685B7E
(104,91,126)
#5E5272
(94,82,114)
#544966
(84,73,102)
#4A405A
(74,64,90)
#40374E
(64,55,78)
#362E42
(54,46,66)
#2C2536
(44,37,54)
#221C2A
(34,28,42)
#18131E
(24,19,30)
#0E0A12
(14,10,18)
#000000
(0,0,0)

Tints of #72648A

#72648A
(114,100,138)
#7E7294
(126,114,148)
#8A809E
(138,128,158)
#968EA8
(150,142,168)
#A29CB2
(162,156,178)
#AEAABC
(174,170,188)
#BAB8C6
(186,184,198)
#C6C6D0
(198,198,208)
#D2D4DA
(210,212,218)
#DEE2E4
(222,226,228)
#EAF0EE
(234,240,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #72648A color. Also use rgb(114,100,138) instead hex code.

Text Font Color

.myTextColor { color: #72648A; }

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

This text font color is #72648A.


Background Color

.myBgColor { background-color: #72648A; }

<div style="background-color:#72648A">Inner text</div>

This div background color is #72648A.


Border color

.myBorderColor { border: 1px solid #72648A; }

<div style="border:3px solid #72648A">Div</div>

This div border color is #72648A.


Opacity

.myOpacity80 { color: #72648A; opacity: 0.8; }

<p style="color:#72648A;opacity:0.8;">80%</p>

Text with #72648A 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 #72648A;}

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

This text has shadow with #72648A color.

.textShadow {text-shadow: 3px 3px 1px #72648A, 3px 3px 1px red;}

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

This text has shadow with #72648A primary color and red secondary color.


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

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

This text has shadow with #72648A and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #72648A on black background.


Color preview on white background

This text has color #72648A on white background.



Black color preview on #72648A background

This text has black color on #72648A background.


White color preview on #72648A background

This text has white color on #72648A background.