COLOR #777D8C

HEX: #777D8C
RGB: (119,125,140)

Color info

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

RGB color model

#777D8C color RGB value is (119,125,140).

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

RGB channels and saturation

R 119 of 255 = 47%
G 125 of 255 = 49%
B 140 of 255 = 55%

119
125
140

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

Portions of RGB colors in percentages

R + G + B =
119 + 125 + 140 = 384 (100%)
R 119 of 384 ~ 30.99%
G 125 of 384 ~ 32.55%
B 140 of 384 ~ 36.46%

%30.99
%32.55
%36.46

CMYK color model

#777D8C color CMYK value is (15,11,0,45).

  • cyan value is 15.00%
  • magenta value is 10.71%
  • yellow value is 0.00%
  • key color value is 45.10%
CMYK:
(15,11,0,45)
C15M11Y0K45 
(15%,11%,0%,45%)
(0.15/0.11/0.00/0.45)	

CMYK percentages

%15
%10.71
%0
%45.1

Codes

Color #777D8C in popluar color models

777D8C
RGB119125140
HSL223°8.37%50.78%
HSB/HSV223°15.00%54.90%
CMYK15.00%10.71%0.00%
45.10%

Color #777D8C in popluar number systems.

HEX777D8C
Decimal119125140
Binary1110111111110110001100
Octal167175214

Shades and tints

Shades of #777D8C

#777D8C
(119,125,140)
#6D7280
(109,114,128)
#636774
(99,103,116)
#595C68
(89,92,104)
#4F515C
(79,81,92)
#454650
(69,70,80)
#3B3B44
(59,59,68)
#313038
(49,48,56)
#27252C
(39,37,44)
#1D1A20
(29,26,32)
#130F14
(19,15,20)
#000000
(0,0,0)

Tints of #777D8C

#777D8C
(119,125,140)
#838896
(131,136,150)
#8F93A0
(143,147,160)
#9B9EAA
(155,158,170)
#A7A9B4
(167,169,180)
#B3B4BE
(179,180,190)
#BFBFC8
(191,191,200)
#CBCAD2
(203,202,210)
#D7D5DC
(215,213,220)
#E3E0E6
(227,224,230)
#EFEBF0
(239,235,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #777D8C; }

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

This text font color is #777D8C.


Background Color

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

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

This div background color is #777D8C.


Border color

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

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

This div border color is #777D8C.


Opacity

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

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

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

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

This text has shadow with #777D8C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #777D8C on black background.


Color preview on white background

This text has color #777D8C on white background.



Black color preview on #777D8C background

This text has black color on #777D8C background.


White color preview on #777D8C background

This text has white color on #777D8C background.