COLOR #7665A6

HEX: #7665A6
RGB: (118,101,166)

Color info

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

RGB color model

#7665A6 color RGB value is (118,101,166).

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

RGB channels and saturation

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

118
101
166

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

Portions of RGB colors in percentages

R + G + B =
118 + 101 + 166 = 385 (100%)
R 118 of 385 ~ 30.65%
G 101 of 385 ~ 26.23%
B 166 of 385 ~ 43.12%

%30.65
%26.23
%43.12

CMYK color model

#7665A6 color CMYK value is (29,39,0,35).

  • cyan value is 28.92%
  • magenta value is 39.16%
  • yellow value is 0.00%
  • key color value is 34.90%
CMYK:
(29,39,0,35)
C29M39Y0K35 
(29%,39%,0%,35%)
(0.29/0.39/0.00/0.35)	

CMYK percentages

%28.92
%39.16
%0
%34.9

Codes

Color #7665A6 in popluar color models

7665A6
RGB118101166
HSL256°26.75%52.35%
HSB/HSV256°39.16%65.10%
CMYK28.92%39.16%0.00%
34.90%

Color #7665A6 in popluar number systems.

HEX7665A6
Decimal118101166
Binary1110110110010110100110
Octal166145246

Shades and tints

Shades of #7665A6

#7665A6
(118,101,166)
#6C5C97
(108,92,151)
#625388
(98,83,136)
#584A79
(88,74,121)
#4E416A
(78,65,106)
#44385B
(68,56,91)
#3A2F4C
(58,47,76)
#30263D
(48,38,61)
#261D2E
(38,29,46)
#1C141F
(28,20,31)
#120B10
(18,11,16)
#000000
(0,0,0)

Tints of #7665A6

#7665A6
(118,101,166)
#8273AE
(130,115,174)
#8E81B6
(142,129,182)
#9A8FBE
(154,143,190)
#A69DC6
(166,157,198)
#B2ABCE
(178,171,206)
#BEB9D6
(190,185,214)
#CAC7DE
(202,199,222)
#D6D5E6
(214,213,230)
#E2E3EE
(226,227,238)
#EEF1F6
(238,241,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7665A6; }

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

This text font color is #7665A6.


Background Color

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

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

This div background color is #7665A6.


Border color

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

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

This div border color is #7665A6.


Opacity

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

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

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

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

This text has shadow with #7665A6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7665A6 on black background.


Color preview on white background

This text has color #7665A6 on white background.



Black color preview on #7665A6 background

This text has black color on #7665A6 background.


White color preview on #7665A6 background

This text has white color on #7665A6 background.