COLOR #7764A1

HEX: #7764A1
RGB: (119,100,161)

Color info

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

RGB color model

#7764A1 color RGB value is (119,100,161).

  • red value is 119;
  • green value is 100;
  • blue value is 161.
RGB:
(119,100,161)
(47%,39%,63%)

RGB channels and saturation

R 119 of 255 = 47%
G 100 of 255 = 39%
B 161 of 255 = 63%

119
100
161

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

Portions of RGB colors in percentages

R + G + B =
119 + 100 + 161 = 380 (100%)
R 119 of 380 ~ 31.32%
G 100 of 380 ~ 26.32%
B 161 of 380 ~ 42.37%

%31.32
%26.32
%42.37

CMYK color model

#7764A1 color CMYK value is (26,38,0,37).

  • cyan value is 26.09%
  • magenta value is 37.89%
  • yellow value is 0.00%
  • key color value is 36.86%
CMYK:
(26,38,0,37)
C26M38Y0K37 
(26%,38%,0%,37%)
(0.26/0.38/0.00/0.37)	

CMYK percentages

%26.09
%37.89
%0
%36.86

Codes

Color #7764A1 in popluar color models

7764A1
RGB119100161
HSL259°24.50%51.18%
HSB/HSV259°37.89%63.14%
CMYK26.09%37.89%0.00%
36.86%

Color #7764A1 in popluar number systems.

HEX7764A1
Decimal119100161
Binary1110111110010010100001
Octal167144241

Shades and tints

Shades of #7764A1

#7764A1
(119,100,161)
#6D5B93
(109,91,147)
#635285
(99,82,133)
#594977
(89,73,119)
#4F4069
(79,64,105)
#45375B
(69,55,91)
#3B2E4D
(59,46,77)
#31253F
(49,37,63)
#271C31
(39,28,49)
#1D1323
(29,19,35)
#130A15
(19,10,21)
#000000
(0,0,0)

Tints of #7764A1

#7764A1
(119,100,161)
#8372A9
(131,114,169)
#8F80B1
(143,128,177)
#9B8EB9
(155,142,185)
#A79CC1
(167,156,193)
#B3AAC9
(179,170,201)
#BFB8D1
(191,184,209)
#CBC6D9
(203,198,217)
#D7D4E1
(215,212,225)
#E3E2E9
(227,226,233)
#EFF0F1
(239,240,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7764A1 color. Also use rgb(119,100,161) instead hex code.

Text Font Color

.myTextColor { color: #7764A1; }

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

This text font color is #7764A1.


Background Color

.myBgColor { background-color: #7764A1; }

<div style="background-color:#7764A1">Inner text</div>

This div background color is #7764A1.


Border color

.myBorderColor { border: 1px solid #7764A1; }

<div style="border:3px solid #7764A1">Div</div>

This div border color is #7764A1.


Opacity

.myOpacity80 { color: #7764A1; opacity: 0.8; }

<p style="color:#7764A1;opacity:0.8;">80%</p>

Text with #7764A1 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 #7764A1;}

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

This text has shadow with #7764A1 color.

.textShadow {text-shadow: 3px 3px 1px #7764A1, 3px 3px 1px red;}

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

This text has shadow with #7764A1 primary color and red secondary color.


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

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

This text has shadow with #7764A1 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7764A1 on black background.


Color preview on white background

This text has color #7764A1 on white background.



Black color preview on #7764A1 background

This text has black color on #7764A1 background.


White color preview on #7764A1 background

This text has white color on #7764A1 background.