COLOR #777396

HEX: #777396
RGB: (119,115,150)

Color info

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

RGB color model

#777396 color RGB value is (119,115,150).

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

RGB channels and saturation

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

119
115
150

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

Portions of RGB colors in percentages

R + G + B =
119 + 115 + 150 = 384 (100%)
R 119 of 384 ~ 30.99%
G 115 of 384 ~ 29.95%
B 150 of 384 ~ 39.06%

%30.99
%29.95
%39.06

CMYK color model

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

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

CMYK percentages

%20.67
%23.33
%0
%41.18

Codes

Color #777396 in popluar color models

777396
RGB119115150
HSL247°14.29%51.96%
HSB/HSV247°23.33%58.82%
CMYK20.67%23.33%0.00%
41.18%

Color #777396 in popluar number systems.

HEX777396
Decimal119115150
Binary1110111111001110010110
Octal167163226

Shades and tints

Shades of #777396

#777396
(119,115,150)
#6D6989
(109,105,137)
#635F7C
(99,95,124)
#59556F
(89,85,111)
#4F4B62
(79,75,98)
#454155
(69,65,85)
#3B3748
(59,55,72)
#312D3B
(49,45,59)
#27232E
(39,35,46)
#1D1921
(29,25,33)
#130F14
(19,15,20)
#000000
(0,0,0)

Tints of #777396

#777396
(119,115,150)
#837F9F
(131,127,159)
#8F8BA8
(143,139,168)
#9B97B1
(155,151,177)
#A7A3BA
(167,163,186)
#B3AFC3
(179,175,195)
#BFBBCC
(191,187,204)
#CBC7D5
(203,199,213)
#D7D3DE
(215,211,222)
#E3DFE7
(227,223,231)
#EFEBF0
(239,235,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #777396; }

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

This text font color is #777396.


Background Color

.myBgColor { background-color: #777396; }

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

This div background color is #777396.


Border color

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

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

This div border color is #777396.


Opacity

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

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

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

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

This text has shadow with #777396 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #777396 on black background.


Color preview on white background

This text has color #777396 on white background.



Black color preview on #777396 background

This text has black color on #777396 background.


White color preview on #777396 background

This text has white color on #777396 background.