COLOR #777C98

HEX: #777C98 RGB: (119,124,152)

Color info

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

RGB color model

#777C98 color RGB value is (119,124,152).

RGB: (119,124,152) (47%, 49%, 60%)

RGB channels and saturation

R 119 of 255 = 47%
G 124 of 255 = 49%
B 152 of 255 = 60%

119
124
152

R + G + B ~ 52%. #777C98 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B = 119 + 124 + 152 = 395 (100%)
R 119 of 395 ~ 30.13%
G 124 of 395 ~ 31.39%
B 152 of 395 ~ 38.48'%

%30.13
%31.39
%38.48

CMYK color model

#777C98 color CMYK value is (22,18,0,40).

  • cyan value is 21.71%
  • magenta value is 18.42%
  • yellow value is 0.00%
  • key color value is 40.39%

CMYK: (22,18,0,40)
C22M18Y0K40 (22%, 18%, 0%, 40%)
(0.22 / 0.18 / 0.00 / 0.40)

CMYK percentages

%21.71
%18.42
%0
%40.39

Codes

Color #777C98 in popluar color models

77 7C 98
RGB 119 124 152
HSL 231° 13.81% 53.14%
HSB/HSV 231° 21.71% 59.61%
CMYK 21.71% 18.42% 0.00%
40.39%

Color #777C98 in popluar number systems.

HEX 77 7C 98
Decimal 119 124 152
Binary 1110111 1111100 10011000
Octal 167 174 230

Shades and tints

Shades of #777C98

#777C98
(119,124,152)
#6D718B
(109,113,139)
#63667E
(99,102,126)
#595B71
(89,91,113)
#4F5064
(79,80,100)
#454557
(69,69,87)
#3B3A4A
(59,58,74)
#312F3D
(49,47,61)
#272430
(39,36,48)
#1D1923
(29,25,35)
#130E16
(19,14,22)
#000000
(0,0,0)

Tints of #777C98

#777C98
(119,124,152)
#8387A1
(131,135,161)
#8F92AA
(143,146,170)
#9B9DB3
(155,157,179)
#A7A8BC
(167,168,188)
#B3B3C5
(179,179,197)
#BFBECE
(191,190,206)
#CBC9D7
(203,201,215)
#D7D4E0
(215,212,224)
#E3DFE9
(227,223,233)
#EFEAF2
(239,234,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #777C98 color. Also use rgb(119,124,152) instead hex code.

Text Font Color

.myTextColor { color: #777C98; }

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

This text font color is #777C98.

Background Color

.myBgColor { background-color: #777C98; }

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

This div background color is #777C98.

Border color

.myBorderColor { border: 1px solid #777C98; }

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

This div border color is #777C98.

Opacity

.myOpacity80 { color: #777C98; opacity: 0.8; }

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

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

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

This text has shadow with #777C98 color.


.textShadow {text-shadow: 3px 3px 1px #777C98', 3px 3px 1px red;}

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

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


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

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

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

Div box shadow color

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

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #777C98; -webkit-box-shadow: 1px 1px 3px 2px #777C98; box-shadow:1px 1px 3px 2px #777C98;">
Div content here
</div>

This div box has shadow with color #777C98.

Preview

Color preview on black background

This text has color #777C98 on black background.


Color preview on white background

This text has color #777C98 on white background.


Black color preview on #777C98 background

This text has black color on #777C98 background.


White color preview on #777C98 background

This text has white color on #777C98 background.


Related colors

Complementary color

Complementary color for #hex is #888367.


I love getcolorcode.com

Triadic colors

1 #98777C and #7C9877 with #777C98 are triadic colors.

2 #987C77 and #7C7798 with #777C98 are triadic colors.