COLOR #77577E

HEX: #77577E
RGB: (119,87,126)

Color info

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

RGB color model

#77577E color RGB value is (119,87,126).

  • red value is 119;
  • green value is 87;
  • blue value is 126.
RGB:
(119,87,126)
(47%,34%,49%)

RGB channels and saturation

R 119 of 255 = 47%
G 87 of 255 = 34%
B 126 of 255 = 49%

119
87
126

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

Portions of RGB colors in percentages

R + G + B =
119 + 87 + 126 = 332 (100%)
R 119 of 332 ~ 35.84%
G 87 of 332 ~ 26.2%
B 126 of 332 ~ 37.95%

%35.84
%26.2
%37.95

CMYK color model

#77577E color CMYK value is (6,31,0,51).

  • cyan value is 5.56%
  • magenta value is 30.95%
  • yellow value is 0.00%
  • key color value is 50.59%
CMYK:
(6,31,0,51)
C6M31Y0K51 
(6%,31%,0%,51%)
(0.06/0.31/0.00/0.51)	

CMYK percentages

%5.56
%30.95
%0
%50.59

Codes

Color #77577E in popluar color models

77577E
RGB11987126
HSL289°18.31%41.76%
HSB/HSV289°30.95%49.41%
CMYK5.56%30.95%0.00%
50.59%

Color #77577E in popluar number systems.

HEX77577E
Decimal11987126
Binary111011110101111111110
Octal167127176

Shades and tints

Shades of #77577E

#77577E
(119,87,126)
#6D5073
(109,80,115)
#634968
(99,73,104)
#59425D
(89,66,93)
#4F3B52
(79,59,82)
#453447
(69,52,71)
#3B2D3C
(59,45,60)
#312631
(49,38,49)
#271F26
(39,31,38)
#1D181B
(29,24,27)
#131110
(19,17,16)
#000000
(0,0,0)

Tints of #77577E

#77577E
(119,87,126)
#836689
(131,102,137)
#8F7594
(143,117,148)
#9B849F
(155,132,159)
#A793AA
(167,147,170)
#B3A2B5
(179,162,181)
#BFB1C0
(191,177,192)
#CBC0CB
(203,192,203)
#D7CFD6
(215,207,214)
#E3DEE1
(227,222,225)
#EFEDEC
(239,237,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #77577E color. Also use rgb(119,87,126) instead hex code.

Text Font Color

.myTextColor { color: #77577E; }

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

This text font color is #77577E.


Background Color

.myBgColor { background-color: #77577E; }

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

This div background color is #77577E.


Border color

.myBorderColor { border: 1px solid #77577E; }

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

This div border color is #77577E.


Opacity

.myOpacity80 { color: #77577E; opacity: 0.8; }

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

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

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

This text has shadow with #77577E color.

.textShadow {text-shadow: 3px 3px 1px #77577E, 3px 3px 1px red;}

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

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


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

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

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


Div box shadow color

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

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #77577E;
-webkit-box-shadow: 1px 1px 3px 2px #77577E;
box-shadow:1px 1px 3px 2px #77577E;">
Div content here</div>
This div box has shadow with color #77577E.

Preview

Color preview on black background

This text has color #77577E on black background.


Color preview on white background

This text has color #77577E on white background.



Black color preview on #77577E background

This text has black color on #77577E background.


White color preview on #77577E background

This text has white color on #77577E background.