COLOR #777895

HEX: #777895 RGB: (119,120,149)

Color info

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

RGB color model

#777895 color RGB value is (119,120,149).

RGB: (119,120,149) (47%, 47%, 58%)

RGB channels and saturation

R 119 of 255 = 47%
G 120 of 255 = 47%
B 149 of 255 = 58%

119
120
149

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

Portions of RGB colors in percentages

R + G + B = 119 + 120 + 149 = 388 (100%)
R 119 of 388 ~ 30.67%
G 120 of 388 ~ 30.93%
B 149 of 388 ~ 38.4'%

%30.67
%30.93
%38.4

CMYK color model

#777895 color CMYK value is (20,19,0,42).

  • cyan value is 20.13%
  • magenta value is 19.46%
  • yellow value is 0.00%
  • key color value is 41.57%
CMYK: (20,19,0,42) C20M19Y0K42 (20%,19%,0%,42%) (0.20/0.19/0.00/0.42) 

CMYK percentages

%20.13
%19.46
%0
%41.57

Codes

Color #777895 in popluar color models

77 78 95
RGB 119 120 149
HSL 238° 12.40% 52.55%
HSB/HSV 238° 20.13% 58.43%
CMYK 20.13% 19.46% 0.00%
41.57%

Color #777895 in popluar number systems.

HEX 77 78 95
Decimal 119 120 149
Binary 1110111 1111000 10010101
Octal 167 170 225

Shades and tints

Shades of #777895

#777895
(119,120,149)
#6D6E88
(109,110,136)
#63647B
(99,100,123)
#595A6E
(89,90,110)
#4F5061
(79,80,97)
#454654
(69,70,84)
#3B3C47
(59,60,71)
#31323A
(49,50,58)
#27282D
(39,40,45)
#1D1E20
(29,30,32)
#131413
(19,20,19)
#000000
(0,0,0)

Tints of #777895

#777895
(119,120,149)
#83849E
(131,132,158)
#8F90A7
(143,144,167)
#9B9CB0
(155,156,176)
#A7A8B9
(167,168,185)
#B3B4C2
(179,180,194)
#BFC0CB
(191,192,203)
#CBCCD4
(203,204,212)
#D7D8DD
(215,216,221)
#E3E4E6
(227,228,230)
#EFF0EF
(239,240,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #777895 color. Also use rgb(119,120,149) instead hex code.

Text Font Color

.myTextColor { color: #777895; }

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

This text font color is #777895.

Background Color

.myBgColor { background-color: #777895; }

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

This div background color is #777895.

Border color

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

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

This div border color is #777895.

Opacity

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

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

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

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

This text has shadow with #777895 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #777895.

Preview

Color preview on black background

This text has color #777895 on black background.


Color preview on white background

This text has color #777895 on white background.


Black color preview on #777895 background

This text has black color on #777895 background.


White color preview on #777895 background

This text has white color on #777895 background.


Related colors

Complementary color

Complementary color for #hex is #88876A.


I love getcolorcode.com

Triadic colors

1 #957778 and #789577 with #777895 are triadic colors.

2 #957877 and #787795 with #777895 are triadic colors.