COLOR #72777D

HEX: #72777D RGB: (114,119,125)

Color info

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

RGB color model

#72777D color RGB value is (114,119,125).

RGB: (114,119,125) (45%, 47%, 49%)

RGB channels and saturation

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

114
119
125

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

Portions of RGB colors in percentages

R + G + B = 114 + 119 + 125 = 358 (100%)
R 114 of 358 ~ 31.84%
G 119 of 358 ~ 33.24%
B 125 of 358 ~ 34.92'%

%31.84
%33.24
%34.92

CMYK color model

#72777D color CMYK value is (9,5,0,51).

  • cyan value is 8.80%
  • magenta value is 4.80%
  • yellow value is 0.00%
  • key color value is 50.98%

CMYK: (9,5,0,51)
C9M5Y0K51 (9%, 5%, 0%, 51%)
(0.09 / 0.05 / 0.00 / 0.51)

CMYK percentages

%8.8
%4.8
%0
%50.98

Codes

Color #72777D in popluar color models

72 77 7D
RGB 114 119 125
HSL 213° 4.60% 46.86%
HSB/HSV 213° 8.80% 49.02%
CMYK 8.80% 4.80% 0.00%
50.98%

Color #72777D in popluar number systems.

HEX 72 77 7D
Decimal 114 119 125
Binary 1110010 1110111 1111101
Octal 162 167 175

Shades and tints

Shades of #72777D

#72777D
(114,119,125)
#686D72
(104,109,114)
#5E6367
(94,99,103)
#54595C
(84,89,92)
#4A4F51
(74,79,81)
#404546
(64,69,70)
#363B3B
(54,59,59)
#2C3130
(44,49,48)
#222725
(34,39,37)
#181D1A
(24,29,26)
#0E130F
(14,19,15)
#000000
(0,0,0)

Tints of #72777D

#72777D
(114,119,125)
#7E8388
(126,131,136)
#8A8F93
(138,143,147)
#969B9E
(150,155,158)
#A2A7A9
(162,167,169)
#AEB3B4
(174,179,180)
#BABFBF
(186,191,191)
#C6CBCA
(198,203,202)
#D2D7D5
(210,215,213)
#DEE3E0
(222,227,224)
#EAEFEB
(234,239,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #72777D; }

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

This text font color is #72777D.

Background Color

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

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

This div background color is #72777D.

Border color

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

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

This div border color is #72777D.

Opacity

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

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

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

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

This text has shadow with #72777D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #72777D.

Preview

Color preview on black background

This text has color #72777D on black background.


Color preview on white background

This text has color #72777D on white background.


Black color preview on #72777D background

This text has black color on #72777D background.


White color preview on #72777D background

This text has white color on #72777D background.


Related colors

Complementary color

Complementary color for #hex is #8D8882.


I love getcolorcode.com

Triadic colors

1 #7D7277 and #777D72 with #72777D are triadic colors.

2 #7D7772 and #77727D with #72777D are triadic colors.