COLOR #72807C

HEX: #72807C
RGB: (114,128,124)

Color info

#72807C contains red, green and blue colors in about the same proportion. Web safe color of #72807C is #666666 (or #666).

RGB color model

#72807C color RGB value is (114,128,124).

  • red value is 114;
  • green value is 128;
  • blue value is 124.
RGB:
(114,128,124)
(45%,50%,49%)

RGB channels and saturation

R 114 of 255 = 45%
G 128 of 255 = 50%
B 124 of 255 = 49%

114
128
124

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

Portions of RGB colors in percentages

R + G + B =
114 + 128 + 124 = 366 (100%)
R 114 of 366 ~ 31.15%
G 128 of 366 ~ 34.97%
B 124 of 366 ~ 33.88%

%31.15
%34.97
%33.88

CMYK color model

#72807C color CMYK value is (11,0,3,50).

  • cyan value is 10.94%
  • magenta value is 0.00%
  • yellow value is 3.12%
  • key color value is 49.80%
CMYK:
(11,0,3,50)
C11M0Y3K50 
(11%,0%,3%,50%)
(0.11/0.00/0.03/0.50)	

CMYK percentages

%10.94
%0
%3.12
%49.8

Codes

Color #72807C in popluar color models

72807C
RGB114128124
HSL163°5.79%47.45%
HSB/HSV163°10.94%50.20%
CMYK10.94%0.00%3.12%
49.80%

Color #72807C in popluar number systems.

HEX72807C
Decimal114128124
Binary1110010100000001111100
Octal162200174

Shades and tints

Shades of #72807C

#72807C
(114,128,124)
#687571
(104,117,113)
#5E6A66
(94,106,102)
#545F5B
(84,95,91)
#4A5450
(74,84,80)
#404945
(64,73,69)
#363E3A
(54,62,58)
#2C332F
(44,51,47)
#222824
(34,40,36)
#181D19
(24,29,25)
#0E120E
(14,18,14)
#000000
(0,0,0)

Tints of #72807C

#72807C
(114,128,124)
#7E8B87
(126,139,135)
#8A9692
(138,150,146)
#96A19D
(150,161,157)
#A2ACA8
(162,172,168)
#AEB7B3
(174,183,179)
#BAC2BE
(186,194,190)
#C6CDC9
(198,205,201)
#D2D8D4
(210,216,212)
#DEE3DF
(222,227,223)
#EAEEEA
(234,238,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #72807C color. Also use rgb(114,128,124) instead hex code.

Text Font Color

.myTextColor { color: #72807C; }

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

This text font color is #72807C.


Background Color

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

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

This div background color is #72807C.


Border color

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

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

This div border color is #72807C.


Opacity

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

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

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

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

This text has shadow with #72807C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #72807C on black background.


Color preview on white background

This text has color #72807C on white background.



Black color preview on #72807C background

This text has black color on #72807C background.


White color preview on #72807C background

This text has white color on #72807C background.