COLOR #72699C

HEX: #72699C
RGB: (114,105,156)

Color info

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

RGB color model

#72699C color RGB value is (114,105,156).

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

RGB channels and saturation

R 114 of 255 = 45%
G 105 of 255 = 41%
B 156 of 255 = 61%

114
105
156

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

Portions of RGB colors in percentages

R + G + B =
114 + 105 + 156 = 375 (100%)
R 114 of 375 ~ 30.4%
G 105 of 375 ~ 28%
B 156 of 375 ~ 41.6%

%30.4
%28
%41.6

CMYK color model

#72699C color CMYK value is (27,33,0,39).

  • cyan value is 26.92%
  • magenta value is 32.69%
  • yellow value is 0.00%
  • key color value is 38.82%
CMYK:
(27,33,0,39)
C27M33Y0K39 
(27%,33%,0%,39%)
(0.27/0.33/0.00/0.39)	

CMYK percentages

%26.92
%32.69
%0
%38.82

Codes

Color #72699C in popluar color models

72699C
RGB114105156
HSL251°20.48%51.18%
HSB/HSV251°32.69%61.18%
CMYK26.92%32.69%0.00%
38.82%

Color #72699C in popluar number systems.

HEX72699C
Decimal114105156
Binary1110010110100110011100
Octal162151234

Shades and tints

Shades of #72699C

#72699C
(114,105,156)
#68608E
(104,96,142)
#5E5780
(94,87,128)
#544E72
(84,78,114)
#4A4564
(74,69,100)
#403C56
(64,60,86)
#363348
(54,51,72)
#2C2A3A
(44,42,58)
#22212C
(34,33,44)
#18181E
(24,24,30)
#0E0F10
(14,15,16)
#000000
(0,0,0)

Tints of #72699C

#72699C
(114,105,156)
#7E76A5
(126,118,165)
#8A83AE
(138,131,174)
#9690B7
(150,144,183)
#A29DC0
(162,157,192)
#AEAAC9
(174,170,201)
#BAB7D2
(186,183,210)
#C6C4DB
(198,196,219)
#D2D1E4
(210,209,228)
#DEDEED
(222,222,237)
#EAEBF6
(234,235,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #72699C color. Also use rgb(114,105,156) instead hex code.

Text Font Color

.myTextColor { color: #72699C; }

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

This text font color is #72699C.


Background Color

.myBgColor { background-color: #72699C; }

<div style="background-color:#72699C">Inner text</div>

This div background color is #72699C.


Border color

.myBorderColor { border: 1px solid #72699C; }

<div style="border:3px solid #72699C">Div</div>

This div border color is #72699C.


Opacity

.myOpacity80 { color: #72699C; opacity: 0.8; }

<p style="color:#72699C;opacity:0.8;">80%</p>

Text with #72699C 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 #72699C;}

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

This text has shadow with #72699C color.

.textShadow {text-shadow: 3px 3px 1px #72699C, 3px 3px 1px red;}

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

This text has shadow with #72699C primary color and red secondary color.


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

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

This text has shadow with #72699C and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #72699C on black background.


Color preview on white background

This text has color #72699C on white background.



Black color preview on #72699C background

This text has black color on #72699C background.


White color preview on #72699C background

This text has white color on #72699C background.