COLOR #777996

HEX: #777996 RGB: (119,121,150)

Color info

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

RGB color model

#777996 color RGB value is (119,121,150).

RGB: (119,121,150) (47%, 47%, 59%)

RGB channels and saturation

R 119 of 255 = 47%
G 121 of 255 = 47%
B 150 of 255 = 59%

119
121
150

R + G + B ~ 51%. #777996 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B = 119 + 121 + 150 = 390 (100%)
R 119 of 390 ~ 30.51%
G 121 of 390 ~ 31.03%
B 150 of 390 ~ 38.46'%

%30.51
%31.03
%38.46

CMYK color model

#777996 color CMYK value is (21,19,0,41).

  • cyan value is 20.67%
  • magenta value is 19.33%
  • yellow value is 0.00%
  • key color value is 41.18%

CMYK: (21,19,0,41)
C21M19Y0K41 (21%, 19%, 0%, 41%)
(0.21 / 0.19 / 0.00 / 0.41)

CMYK percentages

%20.67
%19.33
%0
%41.18

Codes

Color #777996 in popluar color models

77 79 96
RGB 119 121 150
HSL 236° 12.86% 52.75%
HSB/HSV 236° 20.67% 58.82%
CMYK 20.67% 19.33% 0.00%
41.18%

Color #777996 in popluar number systems.

HEX 77 79 96
Decimal 119 121 150
Binary 1110111 1111001 10010110
Octal 167 171 226

Shades and tints

Shades of #777996

#777996
(119,121,150)
#6D6E89
(109,110,137)
#63637C
(99,99,124)
#59586F
(89,88,111)
#4F4D62
(79,77,98)
#454255
(69,66,85)
#3B3748
(59,55,72)
#312C3B
(49,44,59)
#27212E
(39,33,46)
#1D1621
(29,22,33)
#130B14
(19,11,20)
#000000
(0,0,0)

Tints of #777996

#777996
(119,121,150)
#83859F
(131,133,159)
#8F91A8
(143,145,168)
#9B9DB1
(155,157,177)
#A7A9BA
(167,169,186)
#B3B5C3
(179,181,195)
#BFC1CC
(191,193,204)
#CBCDD5
(203,205,213)
#D7D9DE
(215,217,222)
#E3E5E7
(227,229,231)
#EFF1F0
(239,241,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #777996 color. Also use rgb(119,121,150) instead hex code.

Text Font Color

.myTextColor { color: #777996; }

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

This text font color is #777996.

Background Color

.myBgColor { background-color: #777996; }

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

This div background color is #777996.

Border color

.myBorderColor { border: 1px solid #777996; }

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

This div border color is #777996.

Opacity

.myOpacity80 { color: #777996; opacity: 0.8; }

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

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

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

This text has shadow with #777996 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #777996.

Preview

Color preview on black background

This text has color #777996 on black background.


Color preview on white background

This text has color #777996 on white background.


Black color preview on #777996 background

This text has black color on #777996 background.


White color preview on #777996 background

This text has white color on #777996 background.


Related colors

Complementary color

Complementary color for #hex is #888669.


I love getcolorcode.com

Triadic colors

1 #967779 and #799677 with #777996 are triadic colors.

2 #967977 and #797796 with #777996 are triadic colors.