COLOR #72629B

HEX: #72629B
RGB: (114,98,155)

Color info

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

RGB color model

#72629B color RGB value is (114,98,155).

  • red value is 114;
  • green value is 98;
  • blue value is 155.
RGB:
(114,98,155)
(45%,38%,61%)

RGB channels and saturation

R 114 of 255 = 45%
G 98 of 255 = 38%
B 155 of 255 = 61%

114
98
155

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

Portions of RGB colors in percentages

R + G + B =
114 + 98 + 155 = 367 (100%)
R 114 of 367 ~ 31.06%
G 98 of 367 ~ 26.7%
B 155 of 367 ~ 42.23%

%31.06
%26.7
%42.23

CMYK color model

#72629B color CMYK value is (26,37,0,39).

  • cyan value is 26.45%
  • magenta value is 36.77%
  • yellow value is 0.00%
  • key color value is 39.22%
CMYK:
(26,37,0,39)
C26M37Y0K39 
(26%,37%,0%,39%)
(0.26/0.37/0.00/0.39)	

CMYK percentages

%26.45
%36.77
%0
%39.22

Codes

Color #72629B in popluar color models

72629B
RGB11498155
HSL257°22.53%49.61%
HSB/HSV257°36.77%60.78%
CMYK26.45%36.77%0.00%
39.22%

Color #72629B in popluar number systems.

HEX72629B
Decimal11498155
Binary1110010110001010011011
Octal162142233

Shades and tints

Shades of #72629B

#72629B
(114,98,155)
#685A8D
(104,90,141)
#5E527F
(94,82,127)
#544A71
(84,74,113)
#4A4263
(74,66,99)
#403A55
(64,58,85)
#363247
(54,50,71)
#2C2A39
(44,42,57)
#22222B
(34,34,43)
#181A1D
(24,26,29)
#0E120F
(14,18,15)
#000000
(0,0,0)

Tints of #72629B

#72629B
(114,98,155)
#7E70A4
(126,112,164)
#8A7EAD
(138,126,173)
#968CB6
(150,140,182)
#A29ABF
(162,154,191)
#AEA8C8
(174,168,200)
#BAB6D1
(186,182,209)
#C6C4DA
(198,196,218)
#D2D2E3
(210,210,227)
#DEE0EC
(222,224,236)
#EAEEF5
(234,238,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #72629B color. Also use rgb(114,98,155) instead hex code.

Text Font Color

.myTextColor { color: #72629B; }

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

This text font color is #72629B.


Background Color

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

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

This div background color is #72629B.


Border color

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

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

This div border color is #72629B.


Opacity

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

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

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

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

This text has shadow with #72629B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #72629B on black background.


Color preview on white background

This text has color #72629B on white background.



Black color preview on #72629B background

This text has black color on #72629B background.


White color preview on #72629B background

This text has white color on #72629B background.