COLOR #72798C

HEX: #72798C
RGB: (114,121,140)

Color info

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

RGB color model

#72798C color RGB value is (114,121,140).

  • red value is 114;
  • green value is 121;
  • blue value is 140.
RGB:
(114,121,140)
(45%,47%,55%)

RGB channels and saturation

R 114 of 255 = 45%
G 121 of 255 = 47%
B 140 of 255 = 55%

114
121
140

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

Portions of RGB colors in percentages

R + G + B =
114 + 121 + 140 = 375 (100%)
R 114 of 375 ~ 30.4%
G 121 of 375 ~ 32.27%
B 140 of 375 ~ 37.33%

%30.4
%32.27
%37.33

CMYK color model

#72798C color CMYK value is (19,14,0,45).

  • cyan value is 18.57%
  • magenta value is 13.57%
  • yellow value is 0.00%
  • key color value is 45.10%
CMYK:
(19,14,0,45)
C19M14Y0K45 
(19%,14%,0%,45%)
(0.19/0.14/0.00/0.45)	

CMYK percentages

%18.57
%13.57
%0
%45.1

Codes

Color #72798C in popluar color models

72798C
RGB114121140
HSL224°10.24%49.80%
HSB/HSV224°18.57%54.90%
CMYK18.57%13.57%0.00%
45.10%

Color #72798C in popluar number systems.

HEX72798C
Decimal114121140
Binary1110010111100110001100
Octal162171214

Shades and tints

Shades of #72798C

#72798C
(114,121,140)
#686E80
(104,110,128)
#5E6374
(94,99,116)
#545868
(84,88,104)
#4A4D5C
(74,77,92)
#404250
(64,66,80)
#363744
(54,55,68)
#2C2C38
(44,44,56)
#22212C
(34,33,44)
#181620
(24,22,32)
#0E0B14
(14,11,20)
#000000
(0,0,0)

Tints of #72798C

#72798C
(114,121,140)
#7E8596
(126,133,150)
#8A91A0
(138,145,160)
#969DAA
(150,157,170)
#A2A9B4
(162,169,180)
#AEB5BE
(174,181,190)
#BAC1C8
(186,193,200)
#C6CDD2
(198,205,210)
#D2D9DC
(210,217,220)
#DEE5E6
(222,229,230)
#EAF1F0
(234,241,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #72798C color. Also use rgb(114,121,140) instead hex code.

Text Font Color

.myTextColor { color: #72798C; }

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

This text font color is #72798C.


Background Color

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

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

This div background color is #72798C.


Border color

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

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

This div border color is #72798C.


Opacity

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

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

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

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

This text has shadow with #72798C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #72798C on black background.


Color preview on white background

This text has color #72798C on white background.



Black color preview on #72798C background

This text has black color on #72798C background.


White color preview on #72798C background

This text has white color on #72798C background.