COLOR #7739AC

HEX: #7739AC RGB: (119,57,172)

Color info

#7739AC contains mainly red and blue colors. Web safe color of #7739AC is #663399 (or #639).

RGB color model

#7739AC color RGB value is (119,57,172).

RGB: (119,57,172) (47%, 22%, 67%)

RGB channels and saturation

R 119 of 255 = 47%
G 57 of 255 = 22%
B 172 of 255 = 67%

119
57
172

R + G + B ~ 45%. #7739AC is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B = 119 + 57 + 172 = 348 (100%)
R 119 of 348 ~ 34.2%
G 57 of 348 ~ 16.38%
B 172 of 348 ~ 49.43'%

%34.2
%16.38
%49.43

CMYK color model

#7739AC color CMYK value is (31,67,0,33).

  • cyan value is 30.81%
  • magenta value is 66.86%
  • yellow value is 0.00%
  • key color value is 32.55%

CMYK: (31,67,0,33)
C31M67Y0K33 (31%, 67%, 0%, 33%)
(0.31 / 0.67 / 0.00 / 0.33)

CMYK percentages

%30.81
%66.86
%0
%32.55

Codes

Color #7739AC in popluar color models

77 39 AC
RGB 119 57 172
HSL 272° 50.22% 44.90%
HSB/HSV 272° 66.86% 67.45%
CMYK 30.81% 66.86% 0.00%
32.55%

Color #7739AC in popluar number systems.

HEX 77 39 AC
Decimal 119 57 172
Binary 1110111 111001 10101100
Octal 167 71 254

Shades and tints

Shades of #7739AC

#7739AC
(119,57,172)
#6D349D
(109,52,157)
#632F8E
(99,47,142)
#592A7F
(89,42,127)
#4F2570
(79,37,112)
#452061
(69,32,97)
#3B1B52
(59,27,82)
#311643
(49,22,67)
#271134
(39,17,52)
#1D0C25
(29,12,37)
#130716
(19,7,22)
#000000
(0,0,0)

Tints of #7739AC

#7739AC
(119,57,172)
#834BB3
(131,75,179)
#8F5DBA
(143,93,186)
#9B6FC1
(155,111,193)
#A781C8
(167,129,200)
#B393CF
(179,147,207)
#BFA5D6
(191,165,214)
#CBB7DD
(203,183,221)
#D7C9E4
(215,201,228)
#E3DBEB
(227,219,235)
#EFEDF2
(239,237,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7739AC color. Also use rgb(119,57,172) instead hex code.

Text Font Color

.myTextColor { color: #7739AC; }

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

This text font color is #7739AC.

Background Color

.myBgColor { background-color: #7739AC; }

<div style="background-color:#7739AC">Inner text</div>

This div background color is #7739AC.

Border color

.myBorderColor { border: 1px solid #7739AC; }

<div style="border:3px solid #7739AC">Div</div>

This div border color is #7739AC.

Opacity

.myOpacity80 { color: #7739AC; opacity: 0.8; }

<p style="color:#7739AC;opacity:0.8;">80%</p>

Text with #7739AC 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 #7739AC;}

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

This text has shadow with #7739AC color.


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

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

This text has shadow with #7739AC primary color and red secondary color.


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

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

This text has shadow with #7739AC and red colors in old Internet Explorer.

Div box shadow color

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

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

This div box has shadow with color #7739AC.

Preview

Color preview on black background

This text has color #7739AC on black background.


Color preview on white background

This text has color #7739AC on white background.


Black color preview on #7739AC background

This text has black color on #7739AC background.


White color preview on #7739AC background

This text has white color on #7739AC background.


Related colors

Complementary color

Complementary color for #hex is #88C653.


I love getcolorcode.com

Triadic colors

1 #AC7739 and #39AC77 with #7739AC are triadic colors.

2 #AC3977 and #3977AC with #7739AC are triadic colors.