COLOR #7665A5

HEX: #7665A5
RGB: (118,101,165)

Color info

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

RGB color model

#7665A5 color RGB value is (118,101,165).

  • red value is 118;
  • green value is 101;
  • blue value is 165.
RGB:
(118,101,165)
(46%,40%,65%)

RGB channels and saturation

R 118 of 255 = 46%
G 101 of 255 = 40%
B 165 of 255 = 65%

118
101
165

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

Portions of RGB colors in percentages

R + G + B =
118 + 101 + 165 = 384 (100%)
R 118 of 384 ~ 30.73%
G 101 of 384 ~ 26.3%
B 165 of 384 ~ 42.97%

%30.73
%26.3
%42.97

CMYK color model

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

  • cyan value is 28.48%
  • 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

%28.48
%38.79
%0
%35.29

Codes

Color #7665A5 in popluar color models

7665A5
RGB118101165
HSL256°26.23%52.16%
HSB/HSV256°38.79%64.71%
CMYK28.48%38.79%0.00%
35.29%

Color #7665A5 in popluar number systems.

HEX7665A5
Decimal118101165
Binary1110110110010110100101
Octal166145245

Shades and tints

Shades of #7665A5

#7665A5
(118,101,165)
#6C5C96
(108,92,150)
#625387
(98,83,135)
#584A78
(88,74,120)
#4E4169
(78,65,105)
#44385A
(68,56,90)
#3A2F4B
(58,47,75)
#30263C
(48,38,60)
#261D2D
(38,29,45)
#1C141E
(28,20,30)
#120B0F
(18,11,15)
#000000
(0,0,0)

Tints of #7665A5

#7665A5
(118,101,165)
#8273AD
(130,115,173)
#8E81B5
(142,129,181)
#9A8FBD
(154,143,189)
#A69DC5
(166,157,197)
#B2ABCD
(178,171,205)
#BEB9D5
(190,185,213)
#CAC7DD
(202,199,221)
#D6D5E5
(214,213,229)
#E2E3ED
(226,227,237)
#EEF1F5
(238,241,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7665A5; }

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

This text font color is #7665A5.


Background Color

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

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

This div background color is #7665A5.


Border color

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

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

This div border color is #7665A5.


Opacity

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

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

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

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

This text has shadow with #7665A5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7665A5 on black background.


Color preview on white background

This text has color #7665A5 on white background.



Black color preview on #7665A5 background

This text has black color on #7665A5 background.


White color preview on #7665A5 background

This text has white color on #7665A5 background.