COLOR #77727D

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

Color info

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

RGB color model

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

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

RGB channels and saturation

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

119
114
125

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

Portions of RGB colors in percentages

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

%33.24
%31.84
%34.92

CMYK color model

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

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

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

CMYK percentages

%4.8
%8.8
%0
%50.98

Codes

Color #77727D in popluar color models

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

Color #77727D in popluar number systems.

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

Shades and tints

Shades of #77727D

#77727D
(119,114,125)
#6D6872
(109,104,114)
#635E67
(99,94,103)
#59545C
(89,84,92)
#4F4A51
(79,74,81)
#454046
(69,64,70)
#3B363B
(59,54,59)
#312C30
(49,44,48)
#272225
(39,34,37)
#1D181A
(29,24,26)
#130E0F
(19,14,15)
#000000
(0,0,0)

Tints of #77727D

#77727D
(119,114,125)
#837E88
(131,126,136)
#8F8A93
(143,138,147)
#9B969E
(155,150,158)
#A7A2A9
(167,162,169)
#B3AEB4
(179,174,180)
#BFBABF
(191,186,191)
#CBC6CA
(203,198,202)
#D7D2D5
(215,210,213)
#E3DEE0
(227,222,224)
#EFEAEB
(239,234,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #77727D; }

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

This text font color is #77727D.

Background Color

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

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

This div background color is #77727D.

Border color

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

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

This div border color is #77727D.

Opacity

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

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

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

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

This text has shadow with #77727D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #77727D.

Preview

Color preview on black background

This text has color #77727D on black background.


Color preview on white background

This text has color #77727D on white background.


Black color preview on #77727D background

This text has black color on #77727D background.


White color preview on #77727D background

This text has white color on #77727D background.


Related colors

Complementary color

Complementary color for #hex is #888D82.


I love getcolorcode.com

Triadic colors

1 #7D7772 and #727D77 with #77727D are triadic colors.

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