COLOR #775E76

HEX: #775E76 RGB: (119,94,118)

Color info

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

RGB color model

#775E76 color RGB value is (119,94,118).

RGB: (119,94,118) (47%, 37%, 46%)

RGB channels and saturation

R 119 of 255 = 47%
G 94 of 255 = 37%
B 118 of 255 = 46%

119
94
118

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

Portions of RGB colors in percentages

R + G + B = 119 + 94 + 118 = 331 (100%)
R 119 of 331 ~ 35.95%
G 94 of 331 ~ 28.4%
B 118 of 331 ~ 35.65'%

%35.95
%28.4
%35.65

CMYK color model

#775E76 color CMYK value is (0,21,1,53).

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

CMYK: (0,21,1,53)
C0M21Y1K53 (0%, 21%, 1%, 53%)
(0.00 / 0.21 / 0.01 / 0.53)

CMYK percentages

%0
%21.01
%0.84
%53.33

Codes

Color #775E76 in popluar color models

77 5E 76
RGB 119 94 118
HSL 302° 11.74% 41.76%
HSB/HSV 302° 21.01% 46.67%
CMYK 0.00% 21.01% 0.84%
53.33%

Color #775E76 in popluar number systems.

HEX 77 5E 76
Decimal 119 94 118
Binary 1110111 1011110 1110110
Octal 167 136 166

Shades and tints

Shades of #775E76

#775E76
(119,94,118)
#6D566C
(109,86,108)
#634E62
(99,78,98)
#594658
(89,70,88)
#4F3E4E
(79,62,78)
#453644
(69,54,68)
#3B2E3A
(59,46,58)
#312630
(49,38,48)
#271E26
(39,30,38)
#1D161C
(29,22,28)
#130E12
(19,14,18)
#000000
(0,0,0)

Tints of #775E76

#775E76
(119,94,118)
#836C82
(131,108,130)
#8F7A8E
(143,122,142)
#9B889A
(155,136,154)
#A796A6
(167,150,166)
#B3A4B2
(179,164,178)
#BFB2BE
(191,178,190)
#CBC0CA
(203,192,202)
#D7CED6
(215,206,214)
#E3DCE2
(227,220,226)
#EFEAEE
(239,234,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #775E76; }

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

This text font color is #775E76.

Background Color

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

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

This div background color is #775E76.

Border color

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

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

This div border color is #775E76.

Opacity

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

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

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

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

This text has shadow with #775E76 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #775E76.

Preview

Color preview on black background

This text has color #775E76 on black background.


Color preview on white background

This text has color #775E76 on white background.


Black color preview on #775E76 background

This text has black color on #775E76 background.


White color preview on #775E76 background

This text has white color on #775E76 background.


Related colors

Complementary color

Complementary color for #hex is #88A189.


I love getcolorcode.com

Triadic colors

1 #76775E and #5E7677 with #775E76 are triadic colors.

2 #765E77 and #5E7776 with #775E76 are triadic colors.