COLOR #777692

HEX: #777692
RGB: (119,118,146)

Color info

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

RGB color model

#777692 color RGB value is (119,118,146).

  • red value is 119;
  • green value is 118;
  • blue value is 146.
RGB:
(119,118,146)
(47%,46%,57%)

RGB channels and saturation

R 119 of 255 = 47%
G 118 of 255 = 46%
B 146 of 255 = 57%

119
118
146

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

Portions of RGB colors in percentages

R + G + B =
119 + 118 + 146 = 383 (100%)
R 119 of 383 ~ 31.07%
G 118 of 383 ~ 30.81%
B 146 of 383 ~ 38.12%

%31.07
%30.81
%38.12

CMYK color model

#777692 color CMYK value is (18,19,0,43).

  • cyan value is 18.49%
  • magenta value is 19.18%
  • yellow value is 0.00%
  • key color value is 42.75%
CMYK:
(18,19,0,43)
C18M19Y0K43 
(18%,19%,0%,43%)
(0.18/0.19/0.00/0.43)	

CMYK percentages

%18.49
%19.18
%0
%42.75

Codes

Color #777692 in popluar color models

777692
RGB119118146
HSL242°11.38%51.76%
HSB/HSV242°19.18%57.25%
CMYK18.49%19.18%0.00%
42.75%

Color #777692 in popluar number systems.

HEX777692
Decimal119118146
Binary1110111111011010010010
Octal167166222

Shades and tints

Shades of #777692

#777692
(119,118,146)
#6D6C85
(109,108,133)
#636278
(99,98,120)
#59586B
(89,88,107)
#4F4E5E
(79,78,94)
#454451
(69,68,81)
#3B3A44
(59,58,68)
#313037
(49,48,55)
#27262A
(39,38,42)
#1D1C1D
(29,28,29)
#131210
(19,18,16)
#000000
(0,0,0)

Tints of #777692

#777692
(119,118,146)
#83829B
(131,130,155)
#8F8EA4
(143,142,164)
#9B9AAD
(155,154,173)
#A7A6B6
(167,166,182)
#B3B2BF
(179,178,191)
#BFBEC8
(191,190,200)
#CBCAD1
(203,202,209)
#D7D6DA
(215,214,218)
#E3E2E3
(227,226,227)
#EFEEEC
(239,238,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #777692; }

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

This text font color is #777692.


Background Color

.myBgColor { background-color: #777692; }

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

This div background color is #777692.


Border color

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

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

This div border color is #777692.


Opacity

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

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

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

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

This text has shadow with #777692 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #777692 on black background.


Color preview on white background

This text has color #777692 on white background.



Black color preview on #777692 background

This text has black color on #777692 background.


White color preview on #777692 background

This text has white color on #777692 background.