COLOR #7765A5

HEX: #7765A5 RGB: (119,101,165)

Color info

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

RGB color model

#7765A5 color RGB value is (119,101,165).

RGB: (119,101,165) (47%, 40%, 65%)

RGB channels and saturation

R 119 of 255 = 47%
G 101 of 255 = 40%
B 165 of 255 = 65%

119
101
165

R + G + B ~ 51%. #7765A5 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B = 119 + 101 + 165 = 385 (100%)
R 119 of 385 ~ 30.91%
G 101 of 385 ~ 26.23%
B 165 of 385 ~ 42.86'%

%30.91
%26.23
%42.86

CMYK color model

#7765A5 color CMYK value is (28,39,0,35).

  • cyan value is 27.88%
  • magenta value is 38.79%
  • yellow value is 0.00%
  • key color value is 35.29%
CMYK: (28,39,0,35) C28M39Y0K35 (28%,39%,0%,35%) (0.28/0.39/0.00/0.35) 

CMYK percentages

%27.88
%38.79
%0
%35.29

Codes

Color #7765A5 in popluar color models

77 65 A5
RGB 119 101 165
HSL 257° 26.23% 52.16%
HSB/HSV 257° 38.79% 64.71%
CMYK 27.88% 38.79% 0.00%
35.29%

Color #7765A5 in popluar number systems.

HEX 77 65 A5
Decimal 119 101 165
Binary 1110111 1100101 10100101
Octal 167 145 245

Shades and tints

Shades of #7765A5

#7765A5
(119,101,165)
#6D5C96
(109,92,150)
#635387
(99,83,135)
#594A78
(89,74,120)
#4F4169
(79,65,105)
#45385A
(69,56,90)
#3B2F4B
(59,47,75)
#31263C
(49,38,60)
#271D2D
(39,29,45)
#1D141E
(29,20,30)
#130B0F
(19,11,15)
#000000
(0,0,0)

Tints of #7765A5

#7765A5
(119,101,165)
#8373AD
(131,115,173)
#8F81B5
(143,129,181)
#9B8FBD
(155,143,189)
#A79DC5
(167,157,197)
#B3ABCD
(179,171,205)
#BFB9D5
(191,185,213)
#CBC7DD
(203,199,221)
#D7D5E5
(215,213,229)
#E3E3ED
(227,227,237)
#EFF1F5
(239,241,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7765A5 color. Also use rgb(119,101,165) instead hex code.

Text Font Color

.myTextColor { color: #7765A5; }

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

This text font color is #7765A5.

Background Color

.myBgColor { background-color: #7765A5; }

<div style="background-color:#7765A5">Inner text</div>

This div background color is #7765A5.

Border color

.myBorderColor { border: 1px solid #7765A5; }

<div style="border:3px solid #7765A5">Div</div>

This div border color is #7765A5.

Opacity

.myOpacity80 { color: #7765A5; opacity: 0.8; }

<p style="color:#7765A5;opacity:0.8;">80%</p>

Text with #7765A5 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 #7765A5;}

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

This text has shadow with #7765A5 color.


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

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

This text has shadow with #7765A5 primary color and red secondary color.


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

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

This text has shadow with #7765A5 and red colors in old Internet Explorer.

Div box shadow color

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

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

This div box has shadow with color #7765A5.

Preview

Color preview on black background

This text has color #7765A5 on black background.


Color preview on white background

This text has color #7765A5 on white background.


Black color preview on #7765A5 background

This text has black color on #7765A5 background.


White color preview on #7765A5 background

This text has white color on #7765A5 background.


Related colors

Complementary color

Complementary color for #hex is #889A5A.


I love getcolorcode.com

Triadic colors

1 #A57765 and #65A577 with #7765A5 are triadic colors.

2 #A56577 and #6577A5 with #7765A5 are triadic colors.