COLOR #7746D1

HEX: #7746D1 RGB: (119,70,209)

Color info

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

RGB color model

#7746D1 color RGB value is (119,70,209).

RGB: (119,70,209) (47%, 27%, 82%)

RGB channels and saturation

R 119 of 255 = 47%
G 70 of 255 = 27%
B 209 of 255 = 82%

119
70
209

R + G + B ~ 52%. #7746D1 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B = 119 + 70 + 209 = 398 (100%)
R 119 of 398 ~ 29.9%
G 70 of 398 ~ 17.59%
B 209 of 398 ~ 52.51'%

%29.9
%17.59
%52.51

CMYK color model

#7746D1 color CMYK value is (43,67,0,18).

  • cyan value is 43.06%
  • magenta value is 66.51%
  • yellow value is 0.00%
  • key color value is 18.04%

CMYK: (43,67,0,18)
C43M67Y0K18 (43%, 67%, 0%, 18%)
(0.43 / 0.67 / 0.00 / 0.18)

CMYK percentages

%43.06
%66.51
%0
%18.04

Codes

Color #7746D1 in popluar color models

77 46 D1
RGB 119 70 209
HSL 261° 60.17% 54.71%
HSB/HSV 261° 66.51% 81.96%
CMYK 43.06% 66.51% 0.00%
18.04%

Color #7746D1 in popluar number systems.

HEX 77 46 D1
Decimal 119 70 209
Binary 1110111 1000110 11010001
Octal 167 106 321

Shades and tints

Shades of #7746D1

#7746D1
(119,70,209)
#6D40BE
(109,64,190)
#633AAB
(99,58,171)
#593498
(89,52,152)
#4F2E85
(79,46,133)
#452872
(69,40,114)
#3B225F
(59,34,95)
#311C4C
(49,28,76)
#271639
(39,22,57)
#1D1026
(29,16,38)
#130A13
(19,10,19)
#000000
(0,0,0)

Tints of #7746D1

#7746D1
(119,70,209)
#8356D5
(131,86,213)
#8F66D9
(143,102,217)
#9B76DD
(155,118,221)
#A786E1
(167,134,225)
#B396E5
(179,150,229)
#BFA6E9
(191,166,233)
#CBB6ED
(203,182,237)
#D7C6F1
(215,198,241)
#E3D6F5
(227,214,245)
#EFE6F9
(239,230,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7746D1 color. Also use rgb(119,70,209) instead hex code.

Text Font Color

.myTextColor { color: #7746D1; }

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

This text font color is #7746D1.

Background Color

.myBgColor { background-color: #7746D1; }

<div style="background-color:#7746D1">Inner text</div>

This div background color is #7746D1.

Border color

.myBorderColor { border: 1px solid #7746D1; }

<div style="border:3px solid #7746D1">Div</div>

This div border color is #7746D1.

Opacity

.myOpacity80 { color: #7746D1; opacity: 0.8; }

<p style="color:#7746D1;opacity:0.8;">80%</p>

Text with #7746D1 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 #7746D1;}

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

This text has shadow with #7746D1 color.


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

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

This text has shadow with #7746D1 primary color and red secondary color.


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

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

This text has shadow with #7746D1 and red colors in old Internet Explorer.

Div box shadow color

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

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

This div box has shadow with color #7746D1.

Preview

Color preview on black background

This text has color #7746D1 on black background.


Color preview on white background

This text has color #7746D1 on white background.


Black color preview on #7746D1 background

This text has black color on #7746D1 background.


White color preview on #7746D1 background

This text has white color on #7746D1 background.


Related colors

Complementary color

Complementary color for #hex is #88B92E.


I love getcolorcode.com

Triadic colors

1 #D17746 and #46D177 with #7746D1 are triadic colors.

2 #D14677 and #4677D1 with #7746D1 are triadic colors.