COLOR #7756B4

HEX: #7756B4
RGB: (119,86,180)

Color info

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

RGB color model

#7756B4 color RGB value is (119,86,180).

  • red value is 119;
  • green value is 86;
  • blue value is 180.
RGB:
(119,86,180)
(47%,34%,71%)

RGB channels and saturation

R 119 of 255 = 47%
G 86 of 255 = 34%
B 180 of 255 = 71%

119
86
180

R + G + B ~ 51%. #7756B4 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
119 + 86 + 180 = 385 (100%)
R 119 of 385 ~ 30.91%
G 86 of 385 ~ 22.34%
B 180 of 385 ~ 46.75%

%30.91
%22.34
%46.75

CMYK color model

#7756B4 color CMYK value is (34,52,0,29).

  • cyan value is 33.89%
  • magenta value is 52.22%
  • yellow value is 0.00%
  • key color value is 29.41%
CMYK:
(34,52,0,29)
C34M52Y0K29 
(34%,52%,0%,29%)
(0.34/0.52/0.00/0.29)	

CMYK percentages

%33.89
%52.22
%0
%29.41

Codes

Color #7756B4 in popluar color models

7756B4
RGB11986180
HSL261°38.52%52.16%
HSB/HSV261°52.22%70.59%
CMYK33.89%52.22%0.00%
29.41%

Color #7756B4 in popluar number systems.

HEX7756B4
Decimal11986180
Binary1110111101011010110100
Octal167126264

Shades and tints

Shades of #7756B4

#7756B4
(119,86,180)
#6D4FA4
(109,79,164)
#634894
(99,72,148)
#594184
(89,65,132)
#4F3A74
(79,58,116)
#453364
(69,51,100)
#3B2C54
(59,44,84)
#312544
(49,37,68)
#271E34
(39,30,52)
#1D1724
(29,23,36)
#131014
(19,16,20)
#000000
(0,0,0)

Tints of #7756B4

#7756B4
(119,86,180)
#8365BA
(131,101,186)
#8F74C0
(143,116,192)
#9B83C6
(155,131,198)
#A792CC
(167,146,204)
#B3A1D2
(179,161,210)
#BFB0D8
(191,176,216)
#CBBFDE
(203,191,222)
#D7CEE4
(215,206,228)
#E3DDEA
(227,221,234)
#EFECF0
(239,236,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7756B4 color. Also use rgb(119,86,180) instead hex code.

Text Font Color

.myTextColor { color: #7756B4; }

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

This text font color is #7756B4.


Background Color

.myBgColor { background-color: #7756B4; }

<div style="background-color:#7756B4">Inner text</div>

This div background color is #7756B4.


Border color

.myBorderColor { border: 1px solid #7756B4; }

<div style="border:3px solid #7756B4">Div</div>

This div border color is #7756B4.


Opacity

.myOpacity80 { color: #7756B4; opacity: 0.8; }

<p style="color:#7756B4;opacity:0.8;">80%</p>

Text with #7756B4 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 #7756B4;}

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

This text has shadow with #7756B4 color.

.textShadow {text-shadow: 3px 3px 1px #7756B4, 3px 3px 1px red;}

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

This text has shadow with #7756B4 primary color and red secondary color.


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

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

This text has shadow with #7756B4 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7756B4 on black background.


Color preview on white background

This text has color #7756B4 on white background.



Black color preview on #7756B4 background

This text has black color on #7756B4 background.


White color preview on #7756B4 background

This text has white color on #7756B4 background.