COLOR #72777C

HEX: #72777C
RGB: (114,119,124)

Color info

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

RGB color model

#72777C color RGB value is (114,119,124).

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

RGB channels and saturation

R 114 of 255 = 45%
G 119 of 255 = 47%
B 124 of 255 = 49%

114
119
124

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

Portions of RGB colors in percentages

R + G + B =
114 + 119 + 124 = 357 (100%)
R 114 of 357 ~ 31.93%
G 119 of 357 ~ 33.33%
B 124 of 357 ~ 34.73%

%31.93
%33.33
%34.73

CMYK color model

#72777C color CMYK value is (8,4,0,51).

  • cyan value is 8.06%
  • magenta value is 4.03%
  • yellow value is 0.00%
  • key color value is 51.37%
CMYK:
(8,4,0,51)
C8M4Y0K51 
(8%,4%,0%,51%)
(0.08/0.04/0.00/0.51)	

CMYK percentages

%8.06
%4.03
%0
%51.37

Codes

Color #72777C in popluar color models

72777C
RGB114119124
HSL210°4.20%46.67%
HSB/HSV210°8.06%48.63%
CMYK8.06%4.03%0.00%
51.37%

Color #72777C in popluar number systems.

HEX72777C
Decimal114119124
Binary111001011101111111100
Octal162167174

Shades and tints

Shades of #72777C

#72777C
(114,119,124)
#686D71
(104,109,113)
#5E6366
(94,99,102)
#54595B
(84,89,91)
#4A4F50
(74,79,80)
#404545
(64,69,69)
#363B3A
(54,59,58)
#2C312F
(44,49,47)
#222724
(34,39,36)
#181D19
(24,29,25)
#0E130E
(14,19,14)
#000000
(0,0,0)

Tints of #72777C

#72777C
(114,119,124)
#7E8387
(126,131,135)
#8A8F92
(138,143,146)
#969B9D
(150,155,157)
#A2A7A8
(162,167,168)
#AEB3B3
(174,179,179)
#BABFBE
(186,191,190)
#C6CBC9
(198,203,201)
#D2D7D4
(210,215,212)
#DEE3DF
(222,227,223)
#EAEFEA
(234,239,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #72777C; }

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

This text font color is #72777C.


Background Color

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

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

This div background color is #72777C.


Border color

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

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

This div border color is #72777C.


Opacity

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

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

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

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

This text has shadow with #72777C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #72777C on black background.


Color preview on white background

This text has color #72777C on white background.



Black color preview on #72777C background

This text has black color on #72777C background.


White color preview on #72777C background

This text has white color on #72777C background.