COLOR #7752B7

HEX: #7752B7 RGB: (119,82,183)

Color info

#7752B7 contains mainly blue color. Web safe color of #7752B7 is #6666CC (or #66C).

RGB color model

#7752B7 color RGB value is (119,82,183).

RGB: (119,82,183) (47%, 32%, 72%)

RGB channels and saturation

R 119 of 255 = 47%
G 82 of 255 = 32%
B 183 of 255 = 72%

119
82
183

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

Portions of RGB colors in percentages

R + G + B = 119 + 82 + 183 = 384 (100%)
R 119 of 384 ~ 30.99%
G 82 of 384 ~ 21.35%
B 183 of 384 ~ 47.66'%

%30.99
%21.35
%47.66

CMYK color model

#7752B7 color CMYK value is (35,55,0,28).

  • cyan value is 34.97%
  • magenta value is 55.19%
  • yellow value is 0.00%
  • key color value is 28.24%

CMYK: (35,55,0,28)
C35M55Y0K28 (35%, 55%, 0%, 28%)
(0.35 / 0.55 / 0.00 / 0.28)

CMYK percentages

%34.97
%55.19
%0
%28.24

Codes

Color #7752B7 in popluar color models

77 52 B7
RGB 119 82 183
HSL 262° 41.22% 51.96%
HSB/HSV 262° 55.19% 71.76%
CMYK 34.97% 55.19% 0.00%
28.24%

Color #7752B7 in popluar number systems.

HEX 77 52 B7
Decimal 119 82 183
Binary 1110111 1010010 10110111
Octal 167 122 267

Shades and tints

Shades of #7752B7

#7752B7
(119,82,183)
#6D4BA7
(109,75,167)
#634497
(99,68,151)
#593D87
(89,61,135)
#4F3677
(79,54,119)
#452F67
(69,47,103)
#3B2857
(59,40,87)
#312147
(49,33,71)
#271A37
(39,26,55)
#1D1327
(29,19,39)
#130C17
(19,12,23)
#000000
(0,0,0)

Tints of #7752B7

#7752B7
(119,82,183)
#8361BD
(131,97,189)
#8F70C3
(143,112,195)
#9B7FC9
(155,127,201)
#A78ECF
(167,142,207)
#B39DD5
(179,157,213)
#BFACDB
(191,172,219)
#CBBBE1
(203,187,225)
#D7CAE7
(215,202,231)
#E3D9ED
(227,217,237)
#EFE8F3
(239,232,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7752B7 color. Also use rgb(119,82,183) instead hex code.

Text Font Color

.myTextColor { color: #7752B7; }

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

This text font color is #7752B7.

Background Color

.myBgColor { background-color: #7752B7; }

<div style="background-color:#7752B7">Inner text</div>

This div background color is #7752B7.

Border color

.myBorderColor { border: 1px solid #7752B7; }

<div style="border:3px solid #7752B7">Div</div>

This div border color is #7752B7.

Opacity

.myOpacity80 { color: #7752B7; opacity: 0.8; }

<p style="color:#7752B7;opacity:0.8;">80%</p>

Text with #7752B7 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 #7752B7;}

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

This text has shadow with #7752B7 color.


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

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

This text has shadow with #7752B7 primary color and red secondary color.


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

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

This text has shadow with #7752B7 and red colors in old Internet Explorer.

Div box shadow color

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

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

This div box has shadow with color #7752B7.

Preview

Color preview on black background

This text has color #7752B7 on black background.


Color preview on white background

This text has color #7752B7 on white background.


Black color preview on #7752B7 background

This text has black color on #7752B7 background.


White color preview on #7752B7 background

This text has white color on #7752B7 background.


Related colors

Complementary color

Complementary color for #hex is #88AD48.


I love getcolorcode.com

Triadic colors

1 #B77752 and #52B777 with #7752B7 are triadic colors.

2 #B75277 and #5277B7 with #7752B7 are triadic colors.