COLOR #772A5D

HEX: #772A5D
RGB: (119,42,93)

Color info

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

RGB color model

#772A5D color RGB value is (119,42,93).

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

RGB channels and saturation

R 119 of 255 = 47%
G 42 of 255 = 16%
B 93 of 255 = 36%

119
42
93

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

Portions of RGB colors in percentages

R + G + B =
119 + 42 + 93 = 254 (100%)
R 119 of 254 ~ 46.85%
G 42 of 254 ~ 16.54%
B 93 of 254 ~ 36.61%

%46.85
%16.54
%36.61

CMYK color model

#772A5D color CMYK value is (0,65,22,53).

  • cyan value is 0.00%
  • magenta value is 64.71%
  • yellow value is 21.85%
  • key color value is 53.33%
CMYK:
(0,65,22,53)
C0M65Y22K53 
(0%,65%,22%,53%)
(0.00/0.65/0.22/0.53)	

CMYK percentages

%0
%64.71
%21.85
%53.33

Codes

Color #772A5D in popluar color models

772A5D
RGB1194293
HSL320°47.83%31.57%
HSB/HSV320°64.71%46.67%
CMYK0.00%64.71%21.85%
53.33%

Color #772A5D in popluar number systems.

HEX772A5D
Decimal1194293
Binary11101111010101011101
Octal16752135

Shades and tints

Shades of #772A5D

#772A5D
(119,42,93)
#6D2755
(109,39,85)
#63244D
(99,36,77)
#592145
(89,33,69)
#4F1E3D
(79,30,61)
#451B35
(69,27,53)
#3B182D
(59,24,45)
#311525
(49,21,37)
#27121D
(39,18,29)
#1D0F15
(29,15,21)
#130C0D
(19,12,13)
#000000
(0,0,0)

Tints of #772A5D

#772A5D
(119,42,93)
#833D6B
(131,61,107)
#8F5079
(143,80,121)
#9B6387
(155,99,135)
#A77695
(167,118,149)
#B389A3
(179,137,163)
#BF9CB1
(191,156,177)
#CBAFBF
(203,175,191)
#D7C2CD
(215,194,205)
#E3D5DB
(227,213,219)
#EFE8E9
(239,232,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #772A5D; }

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

This text font color is #772A5D.


Background Color

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

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

This div background color is #772A5D.


Border color

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

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

This div border color is #772A5D.


Opacity

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

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

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

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

This text has shadow with #772A5D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #772A5D on black background.


Color preview on white background

This text has color #772A5D on white background.



Black color preview on #772A5D background

This text has black color on #772A5D background.


White color preview on #772A5D background

This text has white color on #772A5D background.