COLOR #72698D

HEX: #72698D
RGB: (114,105,141)

Color info

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

RGB color model

#72698D color RGB value is (114,105,141).

  • red value is 114;
  • green value is 105;
  • blue value is 141.
RGB:
(114,105,141)
(45%,41%,55%)

RGB channels and saturation

R 114 of 255 = 45%
G 105 of 255 = 41%
B 141 of 255 = 55%

114
105
141

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

Portions of RGB colors in percentages

R + G + B =
114 + 105 + 141 = 360 (100%)
R 114 of 360 ~ 31.67%
G 105 of 360 ~ 29.17%
B 141 of 360 ~ 39.17%

%31.67
%29.17
%39.17

CMYK color model

#72698D color CMYK value is (19,26,0,45).

  • cyan value is 19.15%
  • magenta value is 25.53%
  • yellow value is 0.00%
  • key color value is 44.71%
CMYK:
(19,26,0,45)
C19M26Y0K45 
(19%,26%,0%,45%)
(0.19/0.26/0.00/0.45)	

CMYK percentages

%19.15
%25.53
%0
%44.71

Codes

Color #72698D in popluar color models

72698D
RGB114105141
HSL255°14.63%48.24%
HSB/HSV255°25.53%55.29%
CMYK19.15%25.53%0.00%
44.71%

Color #72698D in popluar number systems.

HEX72698D
Decimal114105141
Binary1110010110100110001101
Octal162151215

Shades and tints

Shades of #72698D

#72698D
(114,105,141)
#686081
(104,96,129)
#5E5775
(94,87,117)
#544E69
(84,78,105)
#4A455D
(74,69,93)
#403C51
(64,60,81)
#363345
(54,51,69)
#2C2A39
(44,42,57)
#22212D
(34,33,45)
#181821
(24,24,33)
#0E0F15
(14,15,21)
#000000
(0,0,0)

Tints of #72698D

#72698D
(114,105,141)
#7E7697
(126,118,151)
#8A83A1
(138,131,161)
#9690AB
(150,144,171)
#A29DB5
(162,157,181)
#AEAABF
(174,170,191)
#BAB7C9
(186,183,201)
#C6C4D3
(198,196,211)
#D2D1DD
(210,209,221)
#DEDEE7
(222,222,231)
#EAEBF1
(234,235,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #72698D; }

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

This text font color is #72698D.


Background Color

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

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

This div background color is #72698D.


Border color

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

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

This div border color is #72698D.


Opacity

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

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

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

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

This text has shadow with #72698D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #72698D on black background.


Color preview on white background

This text has color #72698D on white background.



Black color preview on #72698D background

This text has black color on #72698D background.


White color preview on #72698D background

This text has white color on #72698D background.