COLOR #77518A

HEX: #77518A RGB: (119,81,138)

Color info

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

RGB color model

#77518A color RGB value is (119,81,138).

RGB: (119,81,138) (47%, 32%, 54%)

RGB channels and saturation

R 119 of 255 = 47%
G 81 of 255 = 32%
B 138 of 255 = 54%

119
81
138

R + G + B ~ 44%. #77518A is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B = 119 + 81 + 138 = 338 (100%)
R 119 of 338 ~ 35.21%
G 81 of 338 ~ 23.96%
B 138 of 338 ~ 40.83'%

%35.21
%23.96
%40.83

CMYK color model

#77518A color CMYK value is (14,41,0,46).

  • cyan value is 13.77%
  • magenta value is 41.30%
  • yellow value is 0.00%
  • key color value is 45.88%

CMYK: (14,41,0,46)
C14M41Y0K46 (14%, 41%, 0%, 46%)
(0.14 / 0.41 / 0.00 / 0.46)

CMYK percentages

%13.77
%41.3
%0
%45.88

Codes

Color #77518A in popluar color models

77 51 8A
RGB 119 81 138
HSL 280° 26.03% 42.94%
HSB/HSV 280° 41.30% 54.12%
CMYK 13.77% 41.30% 0.00%
45.88%

Color #77518A in popluar number systems.

HEX 77 51 8A
Decimal 119 81 138
Binary 1110111 1010001 10001010
Octal 167 121 212

Shades and tints

Shades of #77518A

#77518A
(119,81,138)
#6D4A7E
(109,74,126)
#634372
(99,67,114)
#593C66
(89,60,102)
#4F355A
(79,53,90)
#452E4E
(69,46,78)
#3B2742
(59,39,66)
#312036
(49,32,54)
#27192A
(39,25,42)
#1D121E
(29,18,30)
#130B12
(19,11,18)
#000000
(0,0,0)

Tints of #77518A

#77518A
(119,81,138)
#836094
(131,96,148)
#8F6F9E
(143,111,158)
#9B7EA8
(155,126,168)
#A78DB2
(167,141,178)
#B39CBC
(179,156,188)
#BFABC6
(191,171,198)
#CBBAD0
(203,186,208)
#D7C9DA
(215,201,218)
#E3D8E4
(227,216,228)
#EFE7EE
(239,231,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #77518A color. Also use rgb(119,81,138) instead hex code.

Text Font Color

.myTextColor { color: #77518A; }

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

This text font color is #77518A.

Background Color

.myBgColor { background-color: #77518A; }

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

This div background color is #77518A.

Border color

.myBorderColor { border: 1px solid #77518A; }

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

This div border color is #77518A.

Opacity

.myOpacity80 { color: #77518A; opacity: 0.8; }

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

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

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

This text has shadow with #77518A color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #77518A.

Preview

Color preview on black background

This text has color #77518A on black background.


Color preview on white background

This text has color #77518A on white background.


Black color preview on #77518A background

This text has black color on #77518A background.


White color preview on #77518A background

This text has white color on #77518A background.


Related colors

Complementary color

Complementary color for #hex is #88AE75.


I love getcolorcode.com

Triadic colors

1 #8A7751 and #518A77 with #77518A are triadic colors.

2 #8A5177 and #51778A with #77518A are triadic colors.