COLOR #7669A5

HEX: #7669A5
RGB: (118,105,165)

Color info

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

RGB color model

#7669A5 color RGB value is (118,105,165).

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

RGB channels and saturation

R 118 of 255 = 46%
G 105 of 255 = 41%
B 165 of 255 = 65%

118
105
165

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

Portions of RGB colors in percentages

R + G + B =
118 + 105 + 165 = 388 (100%)
R 118 of 388 ~ 30.41%
G 105 of 388 ~ 27.06%
B 165 of 388 ~ 42.53%

%30.41
%27.06
%42.53

CMYK color model

#7669A5 color CMYK value is (28,36,0,35).

  • cyan value is 28.48%
  • magenta value is 36.36%
  • yellow value is 0.00%
  • key color value is 35.29%
CMYK:
(28,36,0,35)
C28M36Y0K35 
(28%,36%,0%,35%)
(0.28/0.36/0.00/0.35)	

CMYK percentages

%28.48
%36.36
%0
%35.29

Codes

Color #7669A5 in popluar color models

7669A5
RGB118105165
HSL253°25.00%52.94%
HSB/HSV253°36.36%64.71%
CMYK28.48%36.36%0.00%
35.29%

Color #7669A5 in popluar number systems.

HEX7669A5
Decimal118105165
Binary1110110110100110100101
Octal166151245

Shades and tints

Shades of #7669A5

#7669A5
(118,105,165)
#6C6096
(108,96,150)
#625787
(98,87,135)
#584E78
(88,78,120)
#4E4569
(78,69,105)
#443C5A
(68,60,90)
#3A334B
(58,51,75)
#302A3C
(48,42,60)
#26212D
(38,33,45)
#1C181E
(28,24,30)
#120F0F
(18,15,15)
#000000
(0,0,0)

Tints of #7669A5

#7669A5
(118,105,165)
#8276AD
(130,118,173)
#8E83B5
(142,131,181)
#9A90BD
(154,144,189)
#A69DC5
(166,157,197)
#B2AACD
(178,170,205)
#BEB7D5
(190,183,213)
#CAC4DD
(202,196,221)
#D6D1E5
(214,209,229)
#E2DEED
(226,222,237)
#EEEBF5
(238,235,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7669A5; }

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

This text font color is #7669A5.


Background Color

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

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

This div background color is #7669A5.


Border color

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

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

This div border color is #7669A5.


Opacity

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

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

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

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

This text has shadow with #7669A5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7669A5 on black background.


Color preview on white background

This text has color #7669A5 on white background.



Black color preview on #7669A5 background

This text has black color on #7669A5 background.


White color preview on #7669A5 background

This text has white color on #7669A5 background.