COLOR #72788C

HEX: #72788C RGB: (114,120,140)

Color info

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

RGB color model

#72788C color RGB value is (114,120,140).

RGB: (114,120,140) (45%, 47%, 55%)

RGB channels and saturation

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

114
120
140

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

Portions of RGB colors in percentages

R + G + B = 114 + 120 + 140 = 374 (100%)
R 114 of 374 ~ 30.48%
G 120 of 374 ~ 32.09%
B 140 of 374 ~ 37.43'%

%30.48
%32.09
%37.43

CMYK color model

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

  • cyan value is 18.57%
  • magenta value is 14.29%
  • 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
%14.29
%0
%45.1

Codes

Color #72788C in popluar color models

72 78 8C
RGB 114 120 140
HSL 226° 10.24% 49.80%
HSB/HSV 226° 18.57% 54.90%
CMYK 18.57% 14.29% 0.00%
45.10%

Color #72788C in popluar number systems.

HEX 72 78 8C
Decimal 114 120 140
Binary 1110010 1111000 10001100
Octal 162 170 214

Shades and tints

Shades of #72788C

#72788C
(114,120,140)
#686E80
(104,110,128)
#5E6474
(94,100,116)
#545A68
(84,90,104)
#4A505C
(74,80,92)
#404650
(64,70,80)
#363C44
(54,60,68)
#2C3238
(44,50,56)
#22282C
(34,40,44)
#181E20
(24,30,32)
#0E1414
(14,20,20)
#000000
(0,0,0)

Tints of #72788C

#72788C
(114,120,140)
#7E8496
(126,132,150)
#8A90A0
(138,144,160)
#969CAA
(150,156,170)
#A2A8B4
(162,168,180)
#AEB4BE
(174,180,190)
#BAC0C8
(186,192,200)
#C6CCD2
(198,204,210)
#D2D8DC
(210,216,220)
#DEE4E6
(222,228,230)
#EAF0F0
(234,240,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #72788C; }

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

This text font color is #72788C.

Background Color

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

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

This div background color is #72788C.

Border color

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

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

This div border color is #72788C.

Opacity

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

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

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

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

This text has shadow with #72788C color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #72788C.

Preview

Color preview on black background

This text has color #72788C on black background.


Color preview on white background

This text has color #72788C on white background.


Black color preview on #72788C background

This text has black color on #72788C background.


White color preview on #72788C background

This text has white color on #72788C background.


Related colors

Complementary color

Complementary color for #hex is #8D8773.


I love getcolorcode.com

Triadic colors

1 #8C7278 and #788C72 with #72788C are triadic colors.

2 #8C7872 and #78728C with #72788C are triadic colors.