COLOR #7746B8

HEX: #7746B8
RGB: (119,70,184)

Color info

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

RGB color model

#7746B8 color RGB value is (119,70,184).

  • red value is 119;
  • green value is 70;
  • blue value is 184.
RGB:
(119,70,184)
(47%,27%,72%)

RGB channels and saturation

R 119 of 255 = 47%
G 70 of 255 = 27%
B 184 of 255 = 72%

119
70
184

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

Portions of RGB colors in percentages

R + G + B =
119 + 70 + 184 = 373 (100%)
R 119 of 373 ~ 31.9%
G 70 of 373 ~ 18.77%
B 184 of 373 ~ 49.33%

%31.9
%18.77
%49.33

CMYK color model

#7746B8 color CMYK value is (35,62,0,28).

  • cyan value is 35.33%
  • magenta value is 61.96%
  • yellow value is 0.00%
  • key color value is 27.84%
CMYK:
(35,62,0,28)
C35M62Y0K28 
(35%,62%,0%,28%)
(0.35/0.62/0.00/0.28)	

CMYK percentages

%35.33
%61.96
%0
%27.84

Codes

Color #7746B8 in popluar color models

7746B8
RGB11970184
HSL266°44.88%49.80%
HSB/HSV266°61.96%72.16%
CMYK35.33%61.96%0.00%
27.84%

Color #7746B8 in popluar number systems.

HEX7746B8
Decimal11970184
Binary1110111100011010111000
Octal167106270

Shades and tints

Shades of #7746B8

#7746B8
(119,70,184)
#6D40A8
(109,64,168)
#633A98
(99,58,152)
#593488
(89,52,136)
#4F2E78
(79,46,120)
#452868
(69,40,104)
#3B2258
(59,34,88)
#311C48
(49,28,72)
#271638
(39,22,56)
#1D1028
(29,16,40)
#130A18
(19,10,24)
#000000
(0,0,0)

Tints of #7746B8

#7746B8
(119,70,184)
#8356BE
(131,86,190)
#8F66C4
(143,102,196)
#9B76CA
(155,118,202)
#A786D0
(167,134,208)
#B396D6
(179,150,214)
#BFA6DC
(191,166,220)
#CBB6E2
(203,182,226)
#D7C6E8
(215,198,232)
#E3D6EE
(227,214,238)
#EFE6F4
(239,230,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7746B8; }

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

This text font color is #7746B8.


Background Color

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

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

This div background color is #7746B8.


Border color

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

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

This div border color is #7746B8.


Opacity

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

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

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

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

This text has shadow with #7746B8 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7746B8 on black background.


Color preview on white background

This text has color #7746B8 on white background.



Black color preview on #7746B8 background

This text has black color on #7746B8 background.


White color preview on #7746B8 background

This text has white color on #7746B8 background.