COLOR #7763A4

HEX: #7763A4
RGB: (119,99,164)

Color info

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

RGB color model

#7763A4 color RGB value is (119,99,164).

  • red value is 119;
  • green value is 99;
  • blue value is 164.
RGB:
(119,99,164)
(47%,39%,64%)

RGB channels and saturation

R 119 of 255 = 47%
G 99 of 255 = 39%
B 164 of 255 = 64%

119
99
164

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

Portions of RGB colors in percentages

R + G + B =
119 + 99 + 164 = 382 (100%)
R 119 of 382 ~ 31.15%
G 99 of 382 ~ 25.92%
B 164 of 382 ~ 42.93%

%31.15
%25.92
%42.93

CMYK color model

#7763A4 color CMYK value is (27,40,0,36).

  • cyan value is 27.44%
  • magenta value is 39.63%
  • yellow value is 0.00%
  • key color value is 35.69%
CMYK:
(27,40,0,36)
C27M40Y0K36 
(27%,40%,0%,36%)
(0.27/0.40/0.00/0.36)	

CMYK percentages

%27.44
%39.63
%0
%35.69

Codes

Color #7763A4 in popluar color models

7763A4
RGB11999164
HSL258°26.32%51.57%
HSB/HSV258°39.63%64.31%
CMYK27.44%39.63%0.00%
35.69%

Color #7763A4 in popluar number systems.

HEX7763A4
Decimal11999164
Binary1110111110001110100100
Octal167143244

Shades and tints

Shades of #7763A4

#7763A4
(119,99,164)
#6D5A96
(109,90,150)
#635188
(99,81,136)
#59487A
(89,72,122)
#4F3F6C
(79,63,108)
#45365E
(69,54,94)
#3B2D50
(59,45,80)
#312442
(49,36,66)
#271B34
(39,27,52)
#1D1226
(29,18,38)
#130918
(19,9,24)
#000000
(0,0,0)

Tints of #7763A4

#7763A4
(119,99,164)
#8371AC
(131,113,172)
#8F7FB4
(143,127,180)
#9B8DBC
(155,141,188)
#A79BC4
(167,155,196)
#B3A9CC
(179,169,204)
#BFB7D4
(191,183,212)
#CBC5DC
(203,197,220)
#D7D3E4
(215,211,228)
#E3E1EC
(227,225,236)
#EFEFF4
(239,239,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7763A4 color. Also use rgb(119,99,164) instead hex code.

Text Font Color

.myTextColor { color: #7763A4; }

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

This text font color is #7763A4.


Background Color

.myBgColor { background-color: #7763A4; }

<div style="background-color:#7763A4">Inner text</div>

This div background color is #7763A4.


Border color

.myBorderColor { border: 1px solid #7763A4; }

<div style="border:3px solid #7763A4">Div</div>

This div border color is #7763A4.


Opacity

.myOpacity80 { color: #7763A4; opacity: 0.8; }

<p style="color:#7763A4;opacity:0.8;">80%</p>

Text with #7763A4 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 #7763A4;}

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

This text has shadow with #7763A4 color.

.textShadow {text-shadow: 3px 3px 1px #7763A4, 3px 3px 1px red;}

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

This text has shadow with #7763A4 primary color and red secondary color.


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

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

This text has shadow with #7763A4 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7763A4 on black background.


Color preview on white background

This text has color #7763A4 on white background.



Black color preview on #7763A4 background

This text has black color on #7763A4 background.


White color preview on #7763A4 background

This text has white color on #7763A4 background.