COLOR #772A71

HEX: #772A71
RGB: (119,42,113)

Color info

#772A71 contains mainly red and blue colors. Web safe color of #772A71 is #663366 (or #636).

RGB color model

#772A71 color RGB value is (119,42,113).

  • red value is 119;
  • green value is 42;
  • blue value is 113.
RGB:
(119,42,113)
(47%,16%,44%)

RGB channels and saturation

R 119 of 255 = 47%
G 42 of 255 = 16%
B 113 of 255 = 44%

119
42
113

R + G + B ~ 36%. #772A71 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
119 + 42 + 113 = 274 (100%)
R 119 of 274 ~ 43.43%
G 42 of 274 ~ 15.33%
B 113 of 274 ~ 41.24%

%43.43
%15.33
%41.24

CMYK color model

#772A71 color CMYK value is (0,65,5,53).

  • cyan value is 0.00%
  • magenta value is 64.71%
  • yellow value is 5.04%
  • key color value is 53.33%
CMYK:
(0,65,5,53)
C0M65Y5K53 
(0%,65%,5%,53%)
(0.00/0.65/0.05/0.53)	

CMYK percentages

%0
%64.71
%5.04
%53.33

Codes

Color #772A71 in popluar color models

772A71
RGB11942113
HSL305°47.83%31.57%
HSB/HSV305°64.71%46.67%
CMYK0.00%64.71%5.04%
53.33%

Color #772A71 in popluar number systems.

HEX772A71
Decimal11942113
Binary11101111010101110001
Octal16752161

Shades and tints

Shades of #772A71

#772A71
(119,42,113)
#6D2767
(109,39,103)
#63245D
(99,36,93)
#592153
(89,33,83)
#4F1E49
(79,30,73)
#451B3F
(69,27,63)
#3B1835
(59,24,53)
#31152B
(49,21,43)
#271221
(39,18,33)
#1D0F17
(29,15,23)
#130C0D
(19,12,13)
#000000
(0,0,0)

Tints of #772A71

#772A71
(119,42,113)
#833D7D
(131,61,125)
#8F5089
(143,80,137)
#9B6395
(155,99,149)
#A776A1
(167,118,161)
#B389AD
(179,137,173)
#BF9CB9
(191,156,185)
#CBAFC5
(203,175,197)
#D7C2D1
(215,194,209)
#E3D5DD
(227,213,221)
#EFE8E9
(239,232,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #772A71 color. Also use rgb(119,42,113) instead hex code.

Text Font Color

.myTextColor { color: #772A71; }

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

This text font color is #772A71.


Background Color

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

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

This div background color is #772A71.


Border color

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

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

This div border color is #772A71.


Opacity

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

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

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

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

This text has shadow with #772A71 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #772A71 on black background.


Color preview on white background

This text has color #772A71 on white background.



Black color preview on #772A71 background

This text has black color on #772A71 background.


White color preview on #772A71 background

This text has white color on #772A71 background.