COLOR #77428C

HEX: #77428C
RGB: (119,66,140)

Color info

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

RGB color model

#77428C color RGB value is (119,66,140).

  • red value is 119;
  • green value is 66;
  • blue value is 140.
RGB:
(119,66,140)
(47%,26%,55%)

RGB channels and saturation

R 119 of 255 = 47%
G 66 of 255 = 26%
B 140 of 255 = 55%

119
66
140

R + G + B ~ 43%. #77428C is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
119 + 66 + 140 = 325 (100%)
R 119 of 325 ~ 36.62%
G 66 of 325 ~ 20.31%
B 140 of 325 ~ 43.08%

%36.62
%20.31
%43.08

CMYK color model

#77428C color CMYK value is (15,53,0,45).

  • cyan value is 15.00%
  • magenta value is 52.86%
  • yellow value is 0.00%
  • key color value is 45.10%
CMYK:
(15,53,0,45)
C15M53Y0K45 
(15%,53%,0%,45%)
(0.15/0.53/0.00/0.45)	

CMYK percentages

%15
%52.86
%0
%45.1

Codes

Color #77428C in popluar color models

77428C
RGB11966140
HSL283°35.92%40.39%
HSB/HSV283°52.86%54.90%
CMYK15.00%52.86%0.00%
45.10%

Color #77428C in popluar number systems.

HEX77428C
Decimal11966140
Binary1110111100001010001100
Octal167102214

Shades and tints

Shades of #77428C

#77428C
(119,66,140)
#6D3C80
(109,60,128)
#633674
(99,54,116)
#593068
(89,48,104)
#4F2A5C
(79,42,92)
#452450
(69,36,80)
#3B1E44
(59,30,68)
#311838
(49,24,56)
#27122C
(39,18,44)
#1D0C20
(29,12,32)
#130614
(19,6,20)
#000000
(0,0,0)

Tints of #77428C

#77428C
(119,66,140)
#835396
(131,83,150)
#8F64A0
(143,100,160)
#9B75AA
(155,117,170)
#A786B4
(167,134,180)
#B397BE
(179,151,190)
#BFA8C8
(191,168,200)
#CBB9D2
(203,185,210)
#D7CADC
(215,202,220)
#E3DBE6
(227,219,230)
#EFECF0
(239,236,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #77428C color. Also use rgb(119,66,140) instead hex code.

Text Font Color

.myTextColor { color: #77428C; }

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

This text font color is #77428C.


Background Color

.myBgColor { background-color: #77428C; }

<div style="background-color:#77428C">Inner text</div>

This div background color is #77428C.


Border color

.myBorderColor { border: 1px solid #77428C; }

<div style="border:3px solid #77428C">Div</div>

This div border color is #77428C.


Opacity

.myOpacity80 { color: #77428C; opacity: 0.8; }

<p style="color:#77428C;opacity:0.8;">80%</p>

Text with #77428C 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 #77428C;}

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

This text has shadow with #77428C color.

.textShadow {text-shadow: 3px 3px 1px #77428C, 3px 3px 1px red;}

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

This text has shadow with #77428C primary color and red secondary color.


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

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

This text has shadow with #77428C and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #77428C on black background.


Color preview on white background

This text has color #77428C on white background.



Black color preview on #77428C background

This text has black color on #77428C background.


White color preview on #77428C background

This text has white color on #77428C background.