COLOR #777D9C

HEX: #777D9C
RGB: (119,125,156)

Color info

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

RGB color model

#777D9C color RGB value is (119,125,156).

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

RGB channels and saturation

R 119 of 255 = 47%
G 125 of 255 = 49%
B 156 of 255 = 61%

119
125
156

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

Portions of RGB colors in percentages

R + G + B =
119 + 125 + 156 = 400 (100%)
R 119 of 400 ~ 29.75%
G 125 of 400 ~ 31.25%
B 156 of 400 ~ 39%

%29.75
%31.25
%39

CMYK color model

#777D9C color CMYK value is (24,20,0,39).

  • cyan value is 23.72%
  • magenta value is 19.87%
  • yellow value is 0.00%
  • key color value is 38.82%
CMYK:
(24,20,0,39)
C24M20Y0K39 
(24%,20%,0%,39%)
(0.24/0.20/0.00/0.39)	

CMYK percentages

%23.72
%19.87
%0
%38.82

Codes

Color #777D9C in popluar color models

777D9C
RGB119125156
HSL230°15.74%53.92%
HSB/HSV230°23.72%61.18%
CMYK23.72%19.87%0.00%
38.82%

Color #777D9C in popluar number systems.

HEX777D9C
Decimal119125156
Binary1110111111110110011100
Octal167175234

Shades and tints

Shades of #777D9C

#777D9C
(119,125,156)
#6D728E
(109,114,142)
#636780
(99,103,128)
#595C72
(89,92,114)
#4F5164
(79,81,100)
#454656
(69,70,86)
#3B3B48
(59,59,72)
#31303A
(49,48,58)
#27252C
(39,37,44)
#1D1A1E
(29,26,30)
#130F10
(19,15,16)
#000000
(0,0,0)

Tints of #777D9C

#777D9C
(119,125,156)
#8388A5
(131,136,165)
#8F93AE
(143,147,174)
#9B9EB7
(155,158,183)
#A7A9C0
(167,169,192)
#B3B4C9
(179,180,201)
#BFBFD2
(191,191,210)
#CBCADB
(203,202,219)
#D7D5E4
(215,213,228)
#E3E0ED
(227,224,237)
#EFEBF6
(239,235,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #777D9C; }

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

This text font color is #777D9C.


Background Color

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

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

This div background color is #777D9C.


Border color

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

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

This div border color is #777D9C.


Opacity

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

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

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

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

This text has shadow with #777D9C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #777D9C on black background.


Color preview on white background

This text has color #777D9C on white background.



Black color preview on #777D9C background

This text has black color on #777D9C background.


White color preview on #777D9C background

This text has white color on #777D9C background.