COLOR #777089

HEX: #777089
RGB: (119,112,137)

Color info

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

RGB color model

#777089 color RGB value is (119,112,137).

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

RGB channels and saturation

R 119 of 255 = 47%
G 112 of 255 = 44%
B 137 of 255 = 54%

119
112
137

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

Portions of RGB colors in percentages

R + G + B =
119 + 112 + 137 = 368 (100%)
R 119 of 368 ~ 32.34%
G 112 of 368 ~ 30.43%
B 137 of 368 ~ 37.23%

%32.34
%30.43
%37.23

CMYK color model

#777089 color CMYK value is (13,18,0,46).

  • cyan value is 13.14%
  • magenta value is 18.25%
  • yellow value is 0.00%
  • key color value is 46.27%
CMYK:
(13,18,0,46)
C13M18Y0K46 
(13%,18%,0%,46%)
(0.13/0.18/0.00/0.46)	

CMYK percentages

%13.14
%18.25
%0
%46.27

Codes

Color #777089 in popluar color models

777089
RGB119112137
HSL257°10.04%48.82%
HSB/HSV257°18.25%53.73%
CMYK13.14%18.25%0.00%
46.27%

Color #777089 in popluar number systems.

HEX777089
Decimal119112137
Binary1110111111000010001001
Octal167160211

Shades and tints

Shades of #777089

#777089
(119,112,137)
#6D667D
(109,102,125)
#635C71
(99,92,113)
#595265
(89,82,101)
#4F4859
(79,72,89)
#453E4D
(69,62,77)
#3B3441
(59,52,65)
#312A35
(49,42,53)
#272029
(39,32,41)
#1D161D
(29,22,29)
#130C11
(19,12,17)
#000000
(0,0,0)

Tints of #777089

#777089
(119,112,137)
#837D93
(131,125,147)
#8F8A9D
(143,138,157)
#9B97A7
(155,151,167)
#A7A4B1
(167,164,177)
#B3B1BB
(179,177,187)
#BFBEC5
(191,190,197)
#CBCBCF
(203,203,207)
#D7D8D9
(215,216,217)
#E3E5E3
(227,229,227)
#EFF2ED
(239,242,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #777089; }

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

This text font color is #777089.


Background Color

.myBgColor { background-color: #777089; }

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

This div background color is #777089.


Border color

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

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

This div border color is #777089.


Opacity

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

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

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

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

This text has shadow with #777089 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #777089 on black background.


Color preview on white background

This text has color #777089 on white background.



Black color preview on #777089 background

This text has black color on #777089 background.


White color preview on #777089 background

This text has white color on #777089 background.