COLOR #7663AF

HEX: #7663AF RGB: (118,99,175)

Color info

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

RGB color model

#7663AF color RGB value is (118,99,175).

RGB: (118,99,175) (46%, 39%, 69%)

RGB channels and saturation

R 118 of 255 = 46%
G 99 of 255 = 39%
B 175 of 255 = 69%

118
99
175

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

Portions of RGB colors in percentages

R + G + B = 118 + 99 + 175 = 392 (100%)
R 118 of 392 ~ 30.1%
G 99 of 392 ~ 25.26%
B 175 of 392 ~ 44.64'%

%30.1
%25.26
%44.64

CMYK color model

#7663AF color CMYK value is (33,43,0,31).

  • cyan value is 32.57%
  • magenta value is 43.43%
  • yellow value is 0.00%
  • key color value is 31.37%

CMYK: (33,43,0,31)
C33M43Y0K31 (33%, 43%, 0%, 31%)
(0.33 / 0.43 / 0.00 / 0.31)

CMYK percentages

%32.57
%43.43
%0
%31.37

Codes

Color #7663AF in popluar color models

76 63 AF
RGB 118 99 175
HSL 255° 32.20% 53.73%
HSB/HSV 255° 43.43% 68.63%
CMYK 32.57% 43.43% 0.00%
31.37%

Color #7663AF in popluar number systems.

HEX 76 63 AF
Decimal 118 99 175
Binary 1110110 1100011 10101111
Octal 166 143 257

Shades and tints

Shades of #7663AF

#7663AF
(118,99,175)
#6C5AA0
(108,90,160)
#625191
(98,81,145)
#584882
(88,72,130)
#4E3F73
(78,63,115)
#443664
(68,54,100)
#3A2D55
(58,45,85)
#302446
(48,36,70)
#261B37
(38,27,55)
#1C1228
(28,18,40)
#120919
(18,9,25)
#000000
(0,0,0)

Tints of #7663AF

#7663AF
(118,99,175)
#8271B6
(130,113,182)
#8E7FBD
(142,127,189)
#9A8DC4
(154,141,196)
#A69BCB
(166,155,203)
#B2A9D2
(178,169,210)
#BEB7D9
(190,183,217)
#CAC5E0
(202,197,224)
#D6D3E7
(214,211,231)
#E2E1EE
(226,225,238)
#EEEFF5
(238,239,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7663AF color. Also use rgb(118,99,175) instead hex code.

Text Font Color

.myTextColor { color: #7663AF; }

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

This text font color is #7663AF.

Background Color

.myBgColor { background-color: #7663AF; }

<div style="background-color:#7663AF">Inner text</div>

This div background color is #7663AF.

Border color

.myBorderColor { border: 1px solid #7663AF; }

<div style="border:3px solid #7663AF">Div</div>

This div border color is #7663AF.

Opacity

.myOpacity80 { color: #7663AF; opacity: 0.8; }

<p style="color:#7663AF;opacity:0.8;">80%</p>

Text with #7663AF 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 #7663AF;}

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

This text has shadow with #7663AF color.


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

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

This text has shadow with #7663AF primary color and red secondary color.


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

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

This text has shadow with #7663AF and red colors in old Internet Explorer.

Div box shadow color

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

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

This div box has shadow with color #7663AF.

Preview

Color preview on black background

This text has color #7663AF on black background.


Color preview on white background

This text has color #7663AF on white background.


Black color preview on #7663AF background

This text has black color on #7663AF background.


White color preview on #7663AF background

This text has white color on #7663AF background.


Related colors

Complementary color

Complementary color for #hex is #899C50.


I love getcolorcode.com

Triadic colors

1 #AF7663 and #63AF76 with #7663AF are triadic colors.

2 #AF6376 and #6376AF with #7663AF are triadic colors.