COLOR #777091

HEX: #777091
RGB: (119,112,145)

Color info

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

RGB color model

#777091 color RGB value is (119,112,145).

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

RGB channels and saturation

R 119 of 255 = 47%
G 112 of 255 = 44%
B 145 of 255 = 57%

119
112
145

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

Portions of RGB colors in percentages

R + G + B =
119 + 112 + 145 = 376 (100%)
R 119 of 376 ~ 31.65%
G 112 of 376 ~ 29.79%
B 145 of 376 ~ 38.56%

%31.65
%29.79
%38.56

CMYK color model

#777091 color CMYK value is (18,23,0,43).

  • cyan value is 17.93%
  • magenta value is 22.76%
  • yellow value is 0.00%
  • key color value is 43.14%
CMYK:
(18,23,0,43)
C18M23Y0K43 
(18%,23%,0%,43%)
(0.18/0.23/0.00/0.43)	

CMYK percentages

%17.93
%22.76
%0
%43.14

Codes

Color #777091 in popluar color models

777091
RGB119112145
HSL253°13.04%50.39%
HSB/HSV253°22.76%56.86%
CMYK17.93%22.76%0.00%
43.14%

Color #777091 in popluar number systems.

HEX777091
Decimal119112145
Binary1110111111000010010001
Octal167160221

Shades and tints

Shades of #777091

#777091
(119,112,145)
#6D6684
(109,102,132)
#635C77
(99,92,119)
#59526A
(89,82,106)
#4F485D
(79,72,93)
#453E50
(69,62,80)
#3B3443
(59,52,67)
#312A36
(49,42,54)
#272029
(39,32,41)
#1D161C
(29,22,28)
#130C0F
(19,12,15)
#000000
(0,0,0)

Tints of #777091

#777091
(119,112,145)
#837D9B
(131,125,155)
#8F8AA5
(143,138,165)
#9B97AF
(155,151,175)
#A7A4B9
(167,164,185)
#B3B1C3
(179,177,195)
#BFBECD
(191,190,205)
#CBCBD7
(203,203,215)
#D7D8E1
(215,216,225)
#E3E5EB
(227,229,235)
#EFF2F5
(239,242,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #777091; }

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

This text font color is #777091.


Background Color

.myBgColor { background-color: #777091; }

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

This div background color is #777091.


Border color

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

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

This div border color is #777091.


Opacity

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

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

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

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

This text has shadow with #777091 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #777091 on black background.


Color preview on white background

This text has color #777091 on white background.



Black color preview on #777091 background

This text has black color on #777091 background.


White color preview on #777091 background

This text has white color on #777091 background.