COLOR #7753B5

HEX: #7753B5
RGB: (119,83,181)

Color info

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

RGB color model

#7753B5 color RGB value is (119,83,181).

  • red value is 119;
  • green value is 83;
  • blue value is 181.
RGB:
(119,83,181)
(47%,33%,71%)

RGB channels and saturation

R 119 of 255 = 47%
G 83 of 255 = 33%
B 181 of 255 = 71%

119
83
181

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

Portions of RGB colors in percentages

R + G + B =
119 + 83 + 181 = 383 (100%)
R 119 of 383 ~ 31.07%
G 83 of 383 ~ 21.67%
B 181 of 383 ~ 47.26%

%31.07
%21.67
%47.26

CMYK color model

#7753B5 color CMYK value is (34,54,0,29).

  • cyan value is 34.25%
  • magenta value is 54.14%
  • yellow value is 0.00%
  • key color value is 29.02%
CMYK:
(34,54,0,29)
C34M54Y0K29 
(34%,54%,0%,29%)
(0.34/0.54/0.00/0.29)	

CMYK percentages

%34.25
%54.14
%0
%29.02

Codes

Color #7753B5 in popluar color models

7753B5
RGB11983181
HSL262°39.84%51.76%
HSB/HSV262°54.14%70.98%
CMYK34.25%54.14%0.00%
29.02%

Color #7753B5 in popluar number systems.

HEX7753B5
Decimal11983181
Binary1110111101001110110101
Octal167123265

Shades and tints

Shades of #7753B5

#7753B5
(119,83,181)
#6D4CA5
(109,76,165)
#634595
(99,69,149)
#593E85
(89,62,133)
#4F3775
(79,55,117)
#453065
(69,48,101)
#3B2955
(59,41,85)
#312245
(49,34,69)
#271B35
(39,27,53)
#1D1425
(29,20,37)
#130D15
(19,13,21)
#000000
(0,0,0)

Tints of #7753B5

#7753B5
(119,83,181)
#8362BB
(131,98,187)
#8F71C1
(143,113,193)
#9B80C7
(155,128,199)
#A78FCD
(167,143,205)
#B39ED3
(179,158,211)
#BFADD9
(191,173,217)
#CBBCDF
(203,188,223)
#D7CBE5
(215,203,229)
#E3DAEB
(227,218,235)
#EFE9F1
(239,233,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7753B5 color. Also use rgb(119,83,181) instead hex code.

Text Font Color

.myTextColor { color: #7753B5; }

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

This text font color is #7753B5.


Background Color

.myBgColor { background-color: #7753B5; }

<div style="background-color:#7753B5">Inner text</div>

This div background color is #7753B5.


Border color

.myBorderColor { border: 1px solid #7753B5; }

<div style="border:3px solid #7753B5">Div</div>

This div border color is #7753B5.


Opacity

.myOpacity80 { color: #7753B5; opacity: 0.8; }

<p style="color:#7753B5;opacity:0.8;">80%</p>

Text with #7753B5 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 #7753B5;}

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

This text has shadow with #7753B5 color.

.textShadow {text-shadow: 3px 3px 1px #7753B5, 3px 3px 1px red;}

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

This text has shadow with #7753B5 primary color and red secondary color.


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

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

This text has shadow with #7753B5 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7753B5 on black background.


Color preview on white background

This text has color #7753B5 on white background.



Black color preview on #7753B5 background

This text has black color on #7753B5 background.


White color preview on #7753B5 background

This text has white color on #7753B5 background.