COLOR #777796

HEX: #777796
RGB: (119,119,150)

Color info

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

RGB color model

#777796 color RGB value is (119,119,150).

  • red value is 119;
  • green value is 119;
  • blue value is 150.
RGB:
(119,119,150)
(47%,47%,59%)

RGB channels and saturation

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

119
119
150

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

Portions of RGB colors in percentages

R + G + B =
119 + 119 + 150 = 388 (100%)
R 119 of 388 ~ 30.67%
G 119 of 388 ~ 30.67%
B 150 of 388 ~ 38.66%

%30.67
%30.67
%38.66

CMYK color model

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

  • cyan value is 20.67%
  • magenta value is 20.67%
  • yellow value is 0.00%
  • key color value is 41.18%
CMYK:
(21,21,0,41)
C21M21Y0K41 
(21%,21%,0%,41%)
(0.21/0.21/0.00/0.41)	

CMYK percentages

%20.67
%20.67
%0
%41.18

Codes

Color #777796 in popluar color models

777796
RGB119119150
HSL240°12.86%52.75%
HSB/HSV240°20.67%58.82%
CMYK20.67%20.67%0.00%
41.18%

Color #777796 in popluar number systems.

HEX777796
Decimal119119150
Binary1110111111011110010110
Octal167167226

Shades and tints

Shades of #777796

#777796
(119,119,150)
#6D6D89
(109,109,137)
#63637C
(99,99,124)
#59596F
(89,89,111)
#4F4F62
(79,79,98)
#454555
(69,69,85)
#3B3B48
(59,59,72)
#31313B
(49,49,59)
#27272E
(39,39,46)
#1D1D21
(29,29,33)
#131314
(19,19,20)
#000000
(0,0,0)

Tints of #777796

#777796
(119,119,150)
#83839F
(131,131,159)
#8F8FA8
(143,143,168)
#9B9BB1
(155,155,177)
#A7A7BA
(167,167,186)
#B3B3C3
(179,179,195)
#BFBFCC
(191,191,204)
#CBCBD5
(203,203,213)
#D7D7DE
(215,215,222)
#E3E3E7
(227,227,231)
#EFEFF0
(239,239,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #777796; }

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

This text font color is #777796.


Background Color

.myBgColor { background-color: #777796; }

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

This div background color is #777796.


Border color

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

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

This div border color is #777796.


Opacity

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

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

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

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

This text has shadow with #777796 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #777796 on black background.


Color preview on white background

This text has color #777796 on white background.



Black color preview on #777796 background

This text has black color on #777796 background.


White color preview on #777796 background

This text has white color on #777796 background.