COLOR #777591

HEX: #777591 RGB: (119,117,145)

Color info

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

RGB color model

#777591 color RGB value is (119,117,145).

RGB: (119,117,145) (47%, 46%, 57%)

RGB channels and saturation

R 119 of 255 = 47%
G 117 of 255 = 46%
B 145 of 255 = 57%

119
117
145

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

Portions of RGB colors in percentages

R + G + B = 119 + 117 + 145 = 381 (100%)
R 119 of 381 ~ 31.23%
G 117 of 381 ~ 30.71%
B 145 of 381 ~ 38.06'%

%31.23
%30.71
%38.06

CMYK color model

#777591 color CMYK value is (18,19,0,43).

  • cyan value is 17.93%
  • magenta value is 19.31%
  • yellow value is 0.00%
  • key color value is 43.14%

CMYK: (18,19,0,43)
C18M19Y0K43 (18%, 19%, 0%, 43%)
(0.18 / 0.19 / 0.00 / 0.43)

CMYK percentages

%17.93
%19.31
%0
%43.14

Codes

Color #777591 in popluar color models

77 75 91
RGB 119 117 145
HSL 244° 11.29% 51.37%
HSB/HSV 244° 19.31% 56.86%
CMYK 17.93% 19.31% 0.00%
43.14%

Color #777591 in popluar number systems.

HEX 77 75 91
Decimal 119 117 145
Binary 1110111 1110101 10010001
Octal 167 165 221

Shades and tints

Shades of #777591

#777591
(119,117,145)
#6D6B84
(109,107,132)
#636177
(99,97,119)
#59576A
(89,87,106)
#4F4D5D
(79,77,93)
#454350
(69,67,80)
#3B3943
(59,57,67)
#312F36
(49,47,54)
#272529
(39,37,41)
#1D1B1C
(29,27,28)
#13110F
(19,17,15)
#000000
(0,0,0)

Tints of #777591

#777591
(119,117,145)
#83819B
(131,129,155)
#8F8DA5
(143,141,165)
#9B99AF
(155,153,175)
#A7A5B9
(167,165,185)
#B3B1C3
(179,177,195)
#BFBDCD
(191,189,205)
#CBC9D7
(203,201,215)
#D7D5E1
(215,213,225)
#E3E1EB
(227,225,235)
#EFEDF5
(239,237,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #777591; }

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

This text font color is #777591.

Background Color

.myBgColor { background-color: #777591; }

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

This div background color is #777591.

Border color

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

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

This div border color is #777591.

Opacity

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

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

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

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

This text has shadow with #777591 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #777591.

Preview

Color preview on black background

This text has color #777591 on black background.


Color preview on white background

This text has color #777591 on white background.


Black color preview on #777591 background

This text has black color on #777591 background.


White color preview on #777591 background

This text has white color on #777591 background.


Related colors

Complementary color

Complementary color for #hex is #888A6E.


I love getcolorcode.com

Triadic colors

1 #917775 and #759177 with #777591 are triadic colors.

2 #917577 and #757791 with #777591 are triadic colors.