COLOR #777090

HEX: #777090
RGB: (119,112,144)

Color info

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

RGB color model

#777090 color RGB value is (119,112,144).

  • red value is 119;
  • green value is 112;
  • blue value is 144.
RGB:
(119,112,144)
(47%,44%,56%)

RGB channels and saturation

R 119 of 255 = 47%
G 112 of 255 = 44%
B 144 of 255 = 56%

119
112
144

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

Portions of RGB colors in percentages

R + G + B =
119 + 112 + 144 = 375 (100%)
R 119 of 375 ~ 31.73%
G 112 of 375 ~ 29.87%
B 144 of 375 ~ 38.4%

%31.73
%29.87
%38.4

CMYK color model

#777090 color CMYK value is (17,22,0,44).

  • cyan value is 17.36%
  • magenta value is 22.22%
  • yellow value is 0.00%
  • key color value is 43.53%
CMYK:
(17,22,0,44)
C17M22Y0K44 
(17%,22%,0%,44%)
(0.17/0.22/0.00/0.44)	

CMYK percentages

%17.36
%22.22
%0
%43.53

Codes

Color #777090 in popluar color models

777090
RGB119112144
HSL253°12.60%50.20%
HSB/HSV253°22.22%56.47%
CMYK17.36%22.22%0.00%
43.53%

Color #777090 in popluar number systems.

HEX777090
Decimal119112144
Binary1110111111000010010000
Octal167160220

Shades and tints

Shades of #777090

#777090
(119,112,144)
#6D6683
(109,102,131)
#635C76
(99,92,118)
#595269
(89,82,105)
#4F485C
(79,72,92)
#453E4F
(69,62,79)
#3B3442
(59,52,66)
#312A35
(49,42,53)
#272028
(39,32,40)
#1D161B
(29,22,27)
#130C0E
(19,12,14)
#000000
(0,0,0)

Tints of #777090

#777090
(119,112,144)
#837D9A
(131,125,154)
#8F8AA4
(143,138,164)
#9B97AE
(155,151,174)
#A7A4B8
(167,164,184)
#B3B1C2
(179,177,194)
#BFBECC
(191,190,204)
#CBCBD6
(203,203,214)
#D7D8E0
(215,216,224)
#E3E5EA
(227,229,234)
#EFF2F4
(239,242,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #777090; }

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

This text font color is #777090.


Background Color

.myBgColor { background-color: #777090; }

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

This div background color is #777090.


Border color

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

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

This div border color is #777090.


Opacity

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

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

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

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

This text has shadow with #777090 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #777090 on black background.


Color preview on white background

This text has color #777090 on white background.



Black color preview on #777090 background

This text has black color on #777090 background.


White color preview on #777090 background

This text has white color on #777090 background.