COLOR #777D9D

HEX: #777D9D
RGB: (119,125,157)

Color info

#777D9D contains red, green and blue colors in about the same proportion. Web safe color of #777D9D is #666699 (or #669).

RGB color model

#777D9D color RGB value is (119,125,157).

  • red value is 119;
  • green value is 125;
  • blue value is 157.
RGB:
(119,125,157)
(47%,49%,62%)

RGB channels and saturation

R 119 of 255 = 47%
G 125 of 255 = 49%
B 157 of 255 = 62%

119
125
157

R + G + B ~ 53%. #777D9D is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
119 + 125 + 157 = 401 (100%)
R 119 of 401 ~ 29.68%
G 125 of 401 ~ 31.17%
B 157 of 401 ~ 39.15%

%29.68
%31.17
%39.15

CMYK color model

#777D9D color CMYK value is (24,20,0,38).

  • cyan value is 24.20%
  • magenta value is 20.38%
  • yellow value is 0.00%
  • key color value is 38.43%
CMYK:
(24,20,0,38)
C24M20Y0K38 
(24%,20%,0%,38%)
(0.24/0.20/0.00/0.38)	

CMYK percentages

%24.2
%20.38
%0
%38.43

Codes

Color #777D9D in popluar color models

777D9D
RGB119125157
HSL231°16.24%54.12%
HSB/HSV231°24.20%61.57%
CMYK24.20%20.38%0.00%
38.43%

Color #777D9D in popluar number systems.

HEX777D9D
Decimal119125157
Binary1110111111110110011101
Octal167175235

Shades and tints

Shades of #777D9D

#777D9D
(119,125,157)
#6D728F
(109,114,143)
#636781
(99,103,129)
#595C73
(89,92,115)
#4F5165
(79,81,101)
#454657
(69,70,87)
#3B3B49
(59,59,73)
#31303B
(49,48,59)
#27252D
(39,37,45)
#1D1A1F
(29,26,31)
#130F11
(19,15,17)
#000000
(0,0,0)

Tints of #777D9D

#777D9D
(119,125,157)
#8388A5
(131,136,165)
#8F93AD
(143,147,173)
#9B9EB5
(155,158,181)
#A7A9BD
(167,169,189)
#B3B4C5
(179,180,197)
#BFBFCD
(191,191,205)
#CBCAD5
(203,202,213)
#D7D5DD
(215,213,221)
#E3E0E5
(227,224,229)
#EFEBED
(239,235,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #777D9D color. Also use rgb(119,125,157) instead hex code.

Text Font Color

.myTextColor { color: #777D9D; }

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

This text font color is #777D9D.


Background Color

.myBgColor { background-color: #777D9D; }

<div style="background-color:#777D9D">Inner text</div>

This div background color is #777D9D.


Border color

.myBorderColor { border: 1px solid #777D9D; }

<div style="border:3px solid #777D9D">Div</div>

This div border color is #777D9D.


Opacity

.myOpacity80 { color: #777D9D; opacity: 0.8; }

<p style="color:#777D9D;opacity:0.8;">80%</p>

Text with #777D9D 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 #777D9D;}

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

This text has shadow with #777D9D color.

.textShadow {text-shadow: 3px 3px 1px #777D9D, 3px 3px 1px red;}

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

This text has shadow with #777D9D primary color and red secondary color.


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

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

This text has shadow with #777D9D and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #777D9D on black background.


Color preview on white background

This text has color #777D9D on white background.



Black color preview on #777D9D background

This text has black color on #777D9D background.


White color preview on #777D9D background

This text has white color on #777D9D background.