COLOR #7740BB

HEX: #7740BB
RGB: (119,64,187)

Color info

#7740BB contains mainly blue color. Web safe color of #7740BB is #6633CC (or #63C).

RGB color model

#7740BB color RGB value is (119,64,187).

  • red value is 119;
  • green value is 64;
  • blue value is 187.
RGB:
(119,64,187)
(47%,25%,73%)

RGB channels and saturation

R 119 of 255 = 47%
G 64 of 255 = 25%
B 187 of 255 = 73%

119
64
187

R + G + B ~ 48%. #7740BB is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
119 + 64 + 187 = 370 (100%)
R 119 of 370 ~ 32.16%
G 64 of 370 ~ 17.3%
B 187 of 370 ~ 50.54%

%32.16
%17.3
%50.54

CMYK color model

#7740BB color CMYK value is (36,66,0,27).

  • cyan value is 36.36%
  • magenta value is 65.78%
  • yellow value is 0.00%
  • key color value is 26.67%
CMYK:
(36,66,0,27)
C36M66Y0K27 
(36%,66%,0%,27%)
(0.36/0.66/0.00/0.27)	

CMYK percentages

%36.36
%65.78
%0
%26.67

Codes

Color #7740BB in popluar color models

7740BB
RGB11964187
HSL267°49.00%49.22%
HSB/HSV267°65.78%73.33%
CMYK36.36%65.78%0.00%
26.67%

Color #7740BB in popluar number systems.

HEX7740BB
Decimal11964187
Binary1110111100000010111011
Octal167100273

Shades and tints

Shades of #7740BB

#7740BB
(119,64,187)
#6D3BAA
(109,59,170)
#633699
(99,54,153)
#593188
(89,49,136)
#4F2C77
(79,44,119)
#452766
(69,39,102)
#3B2255
(59,34,85)
#311D44
(49,29,68)
#271833
(39,24,51)
#1D1322
(29,19,34)
#130E11
(19,14,17)
#000000
(0,0,0)

Tints of #7740BB

#7740BB
(119,64,187)
#8351C1
(131,81,193)
#8F62C7
(143,98,199)
#9B73CD
(155,115,205)
#A784D3
(167,132,211)
#B395D9
(179,149,217)
#BFA6DF
(191,166,223)
#CBB7E5
(203,183,229)
#D7C8EB
(215,200,235)
#E3D9F1
(227,217,241)
#EFEAF7
(239,234,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7740BB color. Also use rgb(119,64,187) instead hex code.

Text Font Color

.myTextColor { color: #7740BB; }

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

This text font color is #7740BB.


Background Color

.myBgColor { background-color: #7740BB; }

<div style="background-color:#7740BB">Inner text</div>

This div background color is #7740BB.


Border color

.myBorderColor { border: 1px solid #7740BB; }

<div style="border:3px solid #7740BB">Div</div>

This div border color is #7740BB.


Opacity

.myOpacity80 { color: #7740BB; opacity: 0.8; }

<p style="color:#7740BB;opacity:0.8;">80%</p>

Text with #7740BB 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 #7740BB;}

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

This text has shadow with #7740BB color.

.textShadow {text-shadow: 3px 3px 1px #7740BB, 3px 3px 1px red;}

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

This text has shadow with #7740BB primary color and red secondary color.


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

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

This text has shadow with #7740BB and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7740BB on black background.


Color preview on white background

This text has color #7740BB on white background.



Black color preview on #7740BB background

This text has black color on #7740BB background.


White color preview on #7740BB background

This text has white color on #7740BB background.