COLOR #72769C

HEX: #72769C
RGB: (114,118,156)

Color info

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

RGB color model

#72769C color RGB value is (114,118,156).

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

RGB channels and saturation

R 114 of 255 = 45%
G 118 of 255 = 46%
B 156 of 255 = 61%

114
118
156

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

Portions of RGB colors in percentages

R + G + B =
114 + 118 + 156 = 388 (100%)
R 114 of 388 ~ 29.38%
G 118 of 388 ~ 30.41%
B 156 of 388 ~ 40.21%

%29.38
%30.41
%40.21

CMYK color model

#72769C color CMYK value is (27,24,0,39).

  • cyan value is 26.92%
  • magenta value is 24.36%
  • yellow value is 0.00%
  • key color value is 38.82%
CMYK:
(27,24,0,39)
C27M24Y0K39 
(27%,24%,0%,39%)
(0.27/0.24/0.00/0.39)	

CMYK percentages

%26.92
%24.36
%0
%38.82

Codes

Color #72769C in popluar color models

72769C
RGB114118156
HSL234°17.50%52.94%
HSB/HSV234°26.92%61.18%
CMYK26.92%24.36%0.00%
38.82%

Color #72769C in popluar number systems.

HEX72769C
Decimal114118156
Binary1110010111011010011100
Octal162166234

Shades and tints

Shades of #72769C

#72769C
(114,118,156)
#686C8E
(104,108,142)
#5E6280
(94,98,128)
#545872
(84,88,114)
#4A4E64
(74,78,100)
#404456
(64,68,86)
#363A48
(54,58,72)
#2C303A
(44,48,58)
#22262C
(34,38,44)
#181C1E
(24,28,30)
#0E1210
(14,18,16)
#000000
(0,0,0)

Tints of #72769C

#72769C
(114,118,156)
#7E82A5
(126,130,165)
#8A8EAE
(138,142,174)
#969AB7
(150,154,183)
#A2A6C0
(162,166,192)
#AEB2C9
(174,178,201)
#BABED2
(186,190,210)
#C6CADB
(198,202,219)
#D2D6E4
(210,214,228)
#DEE2ED
(222,226,237)
#EAEEF6
(234,238,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #72769C; }

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

This text font color is #72769C.


Background Color

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

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

This div background color is #72769C.


Border color

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

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

This div border color is #72769C.


Opacity

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

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

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

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

This text has shadow with #72769C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #72769C on black background.


Color preview on white background

This text has color #72769C on white background.



Black color preview on #72769C background

This text has black color on #72769C background.


White color preview on #72769C background

This text has white color on #72769C background.