COLOR #772C81

HEX: #772C81
RGB: (119,44,129)

Color info

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

RGB color model

#772C81 color RGB value is (119,44,129).

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

RGB channels and saturation

R 119 of 255 = 47%
G 44 of 255 = 17%
B 129 of 255 = 51%

119
44
129

R + G + B ~ 38%. #772C81 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
119 + 44 + 129 = 292 (100%)
R 119 of 292 ~ 40.75%
G 44 of 292 ~ 15.07%
B 129 of 292 ~ 44.18%

%40.75
%15.07
%44.18

CMYK color model

#772C81 color CMYK value is (8,66,0,49).

  • cyan value is 7.75%
  • magenta value is 65.89%
  • yellow value is 0.00%
  • key color value is 49.41%
CMYK:
(8,66,0,49)
C8M66Y0K49 
(8%,66%,0%,49%)
(0.08/0.66/0.00/0.49)	

CMYK percentages

%7.75
%65.89
%0
%49.41

Codes

Color #772C81 in popluar color models

772C81
RGB11944129
HSL293°49.13%33.92%
HSB/HSV293°65.89%50.59%
CMYK7.75%65.89%0.00%
49.41%

Color #772C81 in popluar number systems.

HEX772C81
Decimal11944129
Binary111011110110010000001
Octal16754201

Shades and tints

Shades of #772C81

#772C81
(119,44,129)
#6D2876
(109,40,118)
#63246B
(99,36,107)
#592060
(89,32,96)
#4F1C55
(79,28,85)
#45184A
(69,24,74)
#3B143F
(59,20,63)
#311034
(49,16,52)
#270C29
(39,12,41)
#1D081E
(29,8,30)
#130413
(19,4,19)
#000000
(0,0,0)

Tints of #772C81

#772C81
(119,44,129)
#833F8C
(131,63,140)
#8F5297
(143,82,151)
#9B65A2
(155,101,162)
#A778AD
(167,120,173)
#B38BB8
(179,139,184)
#BF9EC3
(191,158,195)
#CBB1CE
(203,177,206)
#D7C4D9
(215,196,217)
#E3D7E4
(227,215,228)
#EFEAEF
(239,234,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #772C81; }

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

This text font color is #772C81.


Background Color

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

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

This div background color is #772C81.


Border color

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

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

This div border color is #772C81.


Opacity

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

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

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

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

This text has shadow with #772C81 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #772C81 on black background.


Color preview on white background

This text has color #772C81 on white background.



Black color preview on #772C81 background

This text has black color on #772C81 background.


White color preview on #772C81 background

This text has white color on #772C81 background.