COLOR #775DAA

HEX: #775DAA RGB: (119,93,170)

Color info

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

RGB color model

#775DAA color RGB value is (119,93,170).

RGB: (119,93,170) (47%, 36%, 67%)

RGB channels and saturation

R 119 of 255 = 47%
G 93 of 255 = 36%
B 170 of 255 = 67%

119
93
170

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

Portions of RGB colors in percentages

R + G + B = 119 + 93 + 170 = 382 (100%)
R 119 of 382 ~ 31.15%
G 93 of 382 ~ 24.35%
B 170 of 382 ~ 44.5'%

%31.15
%24.35
%44.5

CMYK color model

#775DAA color CMYK value is (30,45,0,33).

  • cyan value is 30.00%
  • magenta value is 45.29%
  • yellow value is 0.00%
  • key color value is 33.33%

CMYK: (30,45,0,33)
C30M45Y0K33 (30%, 45%, 0%, 33%)
(0.30 / 0.45 / 0.00 / 0.33)

CMYK percentages

%30
%45.29
%0
%33.33

Codes

Color #775DAA in popluar color models

77 5D AA
RGB 119 93 170
HSL 260° 31.17% 51.57%
HSB/HSV 260° 45.29% 66.67%
CMYK 30.00% 45.29% 0.00%
33.33%

Color #775DAA in popluar number systems.

HEX 77 5D AA
Decimal 119 93 170
Binary 1110111 1011101 10101010
Octal 167 135 252

Shades and tints

Shades of #775DAA

#775DAA
(119,93,170)
#6D559B
(109,85,155)
#634D8C
(99,77,140)
#59457D
(89,69,125)
#4F3D6E
(79,61,110)
#45355F
(69,53,95)
#3B2D50
(59,45,80)
#312541
(49,37,65)
#271D32
(39,29,50)
#1D1523
(29,21,35)
#130D14
(19,13,20)
#000000
(0,0,0)

Tints of #775DAA

#775DAA
(119,93,170)
#836BB1
(131,107,177)
#8F79B8
(143,121,184)
#9B87BF
(155,135,191)
#A795C6
(167,149,198)
#B3A3CD
(179,163,205)
#BFB1D4
(191,177,212)
#CBBFDB
(203,191,219)
#D7CDE2
(215,205,226)
#E3DBE9
(227,219,233)
#EFE9F0
(239,233,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #775DAA color. Also use rgb(119,93,170) instead hex code.

Text Font Color

.myTextColor { color: #775DAA; }

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

This text font color is #775DAA.

Background Color

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

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

This div background color is #775DAA.

Border color

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

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

This div border color is #775DAA.

Opacity

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

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

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

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

This text has shadow with #775DAA color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #775DAA.

Preview

Color preview on black background

This text has color #775DAA on black background.


Color preview on white background

This text has color #775DAA on white background.


Black color preview on #775DAA background

This text has black color on #775DAA background.


White color preview on #775DAA background

This text has white color on #775DAA background.


Related colors

Complementary color

Complementary color for #hex is #88A255.


I love getcolorcode.com

Triadic colors

1 #AA775D and #5DAA77 with #775DAA are triadic colors.

2 #AA5D77 and #5D77AA with #775DAA are triadic colors.