COLOR #77787D

HEX: #77787D RGB: (119,120,125)

Color info

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

RGB color model

#77787D color RGB value is (119,120,125).

RGB: (119,120,125) (47%, 47%, 49%)

RGB channels and saturation

R 119 of 255 = 47%
G 120 of 255 = 47%
B 125 of 255 = 49%

119
120
125

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

Portions of RGB colors in percentages

R + G + B = 119 + 120 + 125 = 364 (100%)
R 119 of 364 ~ 32.69%
G 120 of 364 ~ 32.97%
B 125 of 364 ~ 34.34'%

%32.69
%32.97
%34.34

CMYK color model

#77787D color CMYK value is (5,4,0,51).

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

CMYK: (5,4,0,51)
C5M4Y0K51 (5%, 4%, 0%, 51%)
(0.05 / 0.04 / 0.00 / 0.51)

CMYK percentages

%4.8
%4
%0
%50.98

Codes

Color #77787D in popluar color models

77 78 7D
RGB 119 120 125
HSL 230° 2.46% 47.84%
HSB/HSV 230° 4.80% 49.02%
CMYK 4.80% 4.00% 0.00%
50.98%

Color #77787D in popluar number systems.

HEX 77 78 7D
Decimal 119 120 125
Binary 1110111 1111000 1111101
Octal 167 170 175

Shades and tints

Shades of #77787D

#77787D
(119,120,125)
#6D6E72
(109,110,114)
#636467
(99,100,103)
#595A5C
(89,90,92)
#4F5051
(79,80,81)
#454646
(69,70,70)
#3B3C3B
(59,60,59)
#313230
(49,50,48)
#272825
(39,40,37)
#1D1E1A
(29,30,26)
#13140F
(19,20,15)
#000000
(0,0,0)

Tints of #77787D

#77787D
(119,120,125)
#838488
(131,132,136)
#8F9093
(143,144,147)
#9B9C9E
(155,156,158)
#A7A8A9
(167,168,169)
#B3B4B4
(179,180,180)
#BFC0BF
(191,192,191)
#CBCCCA
(203,204,202)
#D7D8D5
(215,216,213)
#E3E4E0
(227,228,224)
#EFF0EB
(239,240,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #77787D; }

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

This text font color is #77787D.

Background Color

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

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

This div background color is #77787D.

Border color

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

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

This div border color is #77787D.

Opacity

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

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

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

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

This text has shadow with #77787D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #77787D.

Preview

Color preview on black background

This text has color #77787D on black background.


Color preview on white background

This text has color #77787D on white background.


Black color preview on #77787D background

This text has black color on #77787D background.


White color preview on #77787D background

This text has white color on #77787D background.


Related colors

Complementary color

Complementary color for #hex is #888782.


I love getcolorcode.com

Triadic colors

1 #7D7778 and #787D77 with #77787D are triadic colors.

2 #7D7877 and #78777D with #77787D are triadic colors.