COLOR #772C8B

HEX: #772C8B
RGB: (119,44,139)

Color info

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

RGB color model

#772C8B color RGB value is (119,44,139).

  • red value is 119;
  • green value is 44;
  • blue value is 139.
RGB:
(119,44,139)
(47%,17%,55%)

RGB channels and saturation

R 119 of 255 = 47%
G 44 of 255 = 17%
B 139 of 255 = 55%

119
44
139

R + G + B ~ 40%. #772C8B is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
119 + 44 + 139 = 302 (100%)
R 119 of 302 ~ 39.4%
G 44 of 302 ~ 14.57%
B 139 of 302 ~ 46.03%

%39.4
%14.57
%46.03

CMYK color model

#772C8B color CMYK value is (14,68,0,45).

  • cyan value is 14.39%
  • magenta value is 68.35%
  • yellow value is 0.00%
  • key color value is 45.49%
CMYK:
(14,68,0,45)
C14M68Y0K45 
(14%,68%,0%,45%)
(0.14/0.68/0.00/0.45)	

CMYK percentages

%14.39
%68.35
%0
%45.49

Codes

Color #772C8B in popluar color models

772C8B
RGB11944139
HSL287°51.91%35.88%
HSB/HSV287°68.35%54.51%
CMYK14.39%68.35%0.00%
45.49%

Color #772C8B in popluar number systems.

HEX772C8B
Decimal11944139
Binary111011110110010001011
Octal16754213

Shades and tints

Shades of #772C8B

#772C8B
(119,44,139)
#6D287F
(109,40,127)
#632473
(99,36,115)
#592067
(89,32,103)
#4F1C5B
(79,28,91)
#45184F
(69,24,79)
#3B1443
(59,20,67)
#311037
(49,16,55)
#270C2B
(39,12,43)
#1D081F
(29,8,31)
#130413
(19,4,19)
#000000
(0,0,0)

Tints of #772C8B

#772C8B
(119,44,139)
#833F95
(131,63,149)
#8F529F
(143,82,159)
#9B65A9
(155,101,169)
#A778B3
(167,120,179)
#B38BBD
(179,139,189)
#BF9EC7
(191,158,199)
#CBB1D1
(203,177,209)
#D7C4DB
(215,196,219)
#E3D7E5
(227,215,229)
#EFEAEF
(239,234,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #772C8B color. Also use rgb(119,44,139) instead hex code.

Text Font Color

.myTextColor { color: #772C8B; }

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

This text font color is #772C8B.


Background Color

.myBgColor { background-color: #772C8B; }

<div style="background-color:#772C8B">Inner text</div>

This div background color is #772C8B.


Border color

.myBorderColor { border: 1px solid #772C8B; }

<div style="border:3px solid #772C8B">Div</div>

This div border color is #772C8B.


Opacity

.myOpacity80 { color: #772C8B; opacity: 0.8; }

<p style="color:#772C8B;opacity:0.8;">80%</p>

Text with #772C8B 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 #772C8B;}

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

This text has shadow with #772C8B color.

.textShadow {text-shadow: 3px 3px 1px #772C8B, 3px 3px 1px red;}

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

This text has shadow with #772C8B primary color and red secondary color.


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

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

This text has shadow with #772C8B and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #772C8B on black background.


Color preview on white background

This text has color #772C8B on white background.



Black color preview on #772C8B background

This text has black color on #772C8B background.


White color preview on #772C8B background

This text has white color on #772C8B background.