COLOR #775A76

HEX: #775A76 RGB: (119,90,118)

Color info

#775A76 contains red, green and blue colors in about the same proportion. Web safe color of #775A76 is #666666 (or #666).

RGB color model

#775A76 color RGB value is (119,90,118).

RGB: (119,90,118) (47%, 35%, 46%)

RGB channels and saturation

R 119 of 255 = 47%
G 90 of 255 = 35%
B 118 of 255 = 46%

119
90
118

R + G + B ~ 43%. #775A76 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B = 119 + 90 + 118 = 327 (100%)
R 119 of 327 ~ 36.39%
G 90 of 327 ~ 27.52%
B 118 of 327 ~ 36.09'%

%36.39
%27.52
%36.09

CMYK color model

#775A76 color CMYK value is (0,24,1,53).

  • cyan value is 0.00%
  • magenta value is 24.37%
  • yellow value is 0.84%
  • key color value is 53.33%

CMYK: (0,24,1,53)
C0M24Y1K53 (0%, 24%, 1%, 53%)
(0.00 / 0.24 / 0.01 / 0.53)

CMYK percentages

%0
%24.37
%0.84
%53.33

Codes

Color #775A76 in popluar color models

77 5A 76
RGB 119 90 118
HSL 302° 13.88% 40.98%
HSB/HSV 302° 24.37% 46.67%
CMYK 0.00% 24.37% 0.84%
53.33%

Color #775A76 in popluar number systems.

HEX 77 5A 76
Decimal 119 90 118
Binary 1110111 1011010 1110110
Octal 167 132 166

Shades and tints

Shades of #775A76

#775A76
(119,90,118)
#6D526C
(109,82,108)
#634A62
(99,74,98)
#594258
(89,66,88)
#4F3A4E
(79,58,78)
#453244
(69,50,68)
#3B2A3A
(59,42,58)
#312230
(49,34,48)
#271A26
(39,26,38)
#1D121C
(29,18,28)
#130A12
(19,10,18)
#000000
(0,0,0)

Tints of #775A76

#775A76
(119,90,118)
#836982
(131,105,130)
#8F788E
(143,120,142)
#9B879A
(155,135,154)
#A796A6
(167,150,166)
#B3A5B2
(179,165,178)
#BFB4BE
(191,180,190)
#CBC3CA
(203,195,202)
#D7D2D6
(215,210,214)
#E3E1E2
(227,225,226)
#EFF0EE
(239,240,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #775A76 color. Also use rgb(119,90,118) instead hex code.

Text Font Color

.myTextColor { color: #775A76; }

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

This text font color is #775A76.

Background Color

.myBgColor { background-color: #775A76; }

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

This div background color is #775A76.

Border color

.myBorderColor { border: 1px solid #775A76; }

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

This div border color is #775A76.

Opacity

.myOpacity80 { color: #775A76; opacity: 0.8; }

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

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

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

This text has shadow with #775A76 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #775A76.

Preview

Color preview on black background

This text has color #775A76 on black background.


Color preview on white background

This text has color #775A76 on white background.


Black color preview on #775A76 background

This text has black color on #775A76 background.


White color preview on #775A76 background

This text has white color on #775A76 background.


Related colors

Complementary color

Complementary color for #hex is #88A589.


I love getcolorcode.com

Triadic colors

1 #76775A and #5A7677 with #775A76 are triadic colors.

2 #765A77 and #5A7776 with #775A76 are triadic colors.