COLOR #7755A0

HEX: #7755A0 RGB: (119,85,160)

Color info

#7755A0 contains mainly red and blue colors. Web safe color of #7755A0 is #666699 (or #669).

RGB color model

#7755A0 color RGB value is (119,85,160).

RGB: (119,85,160) (47%, 33%, 63%)

RGB channels and saturation

R 119 of 255 = 47%
G 85 of 255 = 33%
B 160 of 255 = 63%

119
85
160

R + G + B ~ 48%. #7755A0 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B = 119 + 85 + 160 = 364 (100%)
R 119 of 364 ~ 32.69%
G 85 of 364 ~ 23.35%
B 160 of 364 ~ 43.96'%

%32.69
%23.35
%43.96

CMYK color model

#7755A0 color CMYK value is (26,47,0,37).

  • cyan value is 25.63%
  • magenta value is 46.88%
  • yellow value is 0.00%
  • key color value is 37.25%
CMYK: (26,47,0,37) C26M47Y0K37 (26%,47%,0%,37%) (0.26/0.47/0.00/0.37) 

CMYK percentages

%25.63
%46.88
%0
%37.25

Codes

Color #7755A0 in popluar color models

77 55 A0
RGB 119 85 160
HSL 267° 30.61% 48.04%
HSB/HSV 267° 46.88% 62.75%
CMYK 25.63% 46.88% 0.00%
37.25%

Color #7755A0 in popluar number systems.

HEX 77 55 A0
Decimal 119 85 160
Binary 1110111 1010101 10100000
Octal 167 125 240

Shades and tints

Shades of #7755A0

#7755A0
(119,85,160)
#6D4E92
(109,78,146)
#634784
(99,71,132)
#594076
(89,64,118)
#4F3968
(79,57,104)
#45325A
(69,50,90)
#3B2B4C
(59,43,76)
#31243E
(49,36,62)
#271D30
(39,29,48)
#1D1622
(29,22,34)
#130F14
(19,15,20)
#000000
(0,0,0)

Tints of #7755A0

#7755A0
(119,85,160)
#8364A8
(131,100,168)
#8F73B0
(143,115,176)
#9B82B8
(155,130,184)
#A791C0
(167,145,192)
#B3A0C8
(179,160,200)
#BFAFD0
(191,175,208)
#CBBED8
(203,190,216)
#D7CDE0
(215,205,224)
#E3DCE8
(227,220,232)
#EFEBF0
(239,235,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7755A0 color. Also use rgb(119,85,160) instead hex code.

Text Font Color

.myTextColor { color: #7755A0; }

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

This text font color is #7755A0.

Background Color

.myBgColor { background-color: #7755A0; }

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

This div background color is #7755A0.

Border color

.myBorderColor { border: 1px solid #7755A0; }

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

This div border color is #7755A0.

Opacity

.myOpacity80 { color: #7755A0; opacity: 0.8; }

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

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

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

This text has shadow with #7755A0 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #7755A0.

Preview

Color preview on black background

This text has color #7755A0 on black background.


Color preview on white background

This text has color #7755A0 on white background.


Black color preview on #7755A0 background

This text has black color on #7755A0 background.


White color preview on #7755A0 background

This text has white color on #7755A0 background.


Related colors

Complementary color

Complementary color for #hex is #88AA5F.


I love getcolorcode.com

Triadic colors

1 #A07755 and #55A077 with #7755A0 are triadic colors.

2 #A05577 and #5577A0 with #7755A0 are triadic colors.