COLOR #772A5E

HEX: #772A5E RGB: (119,42,94)

Color info

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

RGB color model

#772A5E color RGB value is (119,42,94).

RGB: (119,42,94) (47%, 16%, 37%)

RGB channels and saturation

R 119 of 255 = 47%
G 42 of 255 = 16%
B 94 of 255 = 37%

119
42
94

R + G + B ~ 33%. #772A5E is quite dark color.

Portions of RGB colors in percentages

R + G + B = 119 + 42 + 94 = 255 (100%)
R 119 of 255 ~ 46.67%
G 42 of 255 ~ 16.47%
B 94 of 255 ~ 36.86'%

%46.67
%16.47
%36.86

CMYK color model

#772A5E color CMYK value is (0,65,21,53).

  • cyan value is 0.00%
  • magenta value is 64.71%
  • yellow value is 21.01%
  • key color value is 53.33%

CMYK: (0,65,21,53)
C0M65Y21K53 (0%, 65%, 21%, 53%)
(0.00 / 0.65 / 0.21 / 0.53)

CMYK percentages

%0
%64.71
%21.01
%53.33

Codes

Color #772A5E in popluar color models

77 2A 5E
RGB 119 42 94
HSL 319° 47.83% 31.57%
HSB/HSV 319° 64.71% 46.67%
CMYK 0.00% 64.71% 21.01%
53.33%

Color #772A5E in popluar number systems.

HEX 77 2A 5E
Decimal 119 42 94
Binary 1110111 101010 1011110
Octal 167 52 136

Shades and tints

Shades of #772A5E

#772A5E
(119,42,94)
#6D2756
(109,39,86)
#63244E
(99,36,78)
#592146
(89,33,70)
#4F1E3E
(79,30,62)
#451B36
(69,27,54)
#3B182E
(59,24,46)
#311526
(49,21,38)
#27121E
(39,18,30)
#1D0F16
(29,15,22)
#130C0E
(19,12,14)
#000000
(0,0,0)

Tints of #772A5E

#772A5E
(119,42,94)
#833D6C
(131,61,108)
#8F507A
(143,80,122)
#9B6388
(155,99,136)
#A77696
(167,118,150)
#B389A4
(179,137,164)
#BF9CB2
(191,156,178)
#CBAFC0
(203,175,192)
#D7C2CE
(215,194,206)
#E3D5DC
(227,213,220)
#EFE8EA
(239,232,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #772A5E; }

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

This text font color is #772A5E.

Background Color

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

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

This div background color is #772A5E.

Border color

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

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

This div border color is #772A5E.

Opacity

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

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

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

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

This text has shadow with #772A5E color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #772A5E.

Preview

Color preview on black background

This text has color #772A5E on black background.


Color preview on white background

This text has color #772A5E on white background.


Black color preview on #772A5E background

This text has black color on #772A5E background.


White color preview on #772A5E background

This text has white color on #772A5E background.


Related colors

Complementary color

Complementary color for #hex is #88D5A1.


I love getcolorcode.com

Triadic colors

1 #5E772A and #2A5E77 with #772A5E are triadic colors.

2 #5E2A77 and #2A775E with #772A5E are triadic colors.