COLOR #772C5C

HEX: #772C5C
RGB: (119,44,92)

Color info

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

RGB color model

#772C5C color RGB value is (119,44,92).

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

RGB channels and saturation

R 119 of 255 = 47%
G 44 of 255 = 17%
B 92 of 255 = 36%

119
44
92

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

Portions of RGB colors in percentages

R + G + B =
119 + 44 + 92 = 255 (100%)
R 119 of 255 ~ 46.67%
G 44 of 255 ~ 17.25%
B 92 of 255 ~ 36.08%

%46.67
%17.25
%36.08

CMYK color model

#772C5C color CMYK value is (0,63,23,53).

  • cyan value is 0.00%
  • magenta value is 63.03%
  • yellow value is 22.69%
  • key color value is 53.33%
CMYK:
(0,63,23,53)
C0M63Y23K53 
(0%,63%,23%,53%)
(0.00/0.63/0.23/0.53)	

CMYK percentages

%0
%63.03
%22.69
%53.33

Codes

Color #772C5C in popluar color models

772C5C
RGB1194492
HSL322°46.01%31.96%
HSB/HSV322°63.03%46.67%
CMYK0.00%63.03%22.69%
53.33%

Color #772C5C in popluar number systems.

HEX772C5C
Decimal1194492
Binary11101111011001011100
Octal16754134

Shades and tints

Shades of #772C5C

#772C5C
(119,44,92)
#6D2854
(109,40,84)
#63244C
(99,36,76)
#592044
(89,32,68)
#4F1C3C
(79,28,60)
#451834
(69,24,52)
#3B142C
(59,20,44)
#311024
(49,16,36)
#270C1C
(39,12,28)
#1D0814
(29,8,20)
#13040C
(19,4,12)
#000000
(0,0,0)

Tints of #772C5C

#772C5C
(119,44,92)
#833F6A
(131,63,106)
#8F5278
(143,82,120)
#9B6586
(155,101,134)
#A77894
(167,120,148)
#B38BA2
(179,139,162)
#BF9EB0
(191,158,176)
#CBB1BE
(203,177,190)
#D7C4CC
(215,196,204)
#E3D7DA
(227,215,218)
#EFEAE8
(239,234,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #772C5C; }

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

This text font color is #772C5C.


Background Color

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

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

This div background color is #772C5C.


Border color

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

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

This div border color is #772C5C.


Opacity

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

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

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

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

This text has shadow with #772C5C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #772C5C on black background.


Color preview on white background

This text has color #772C5C on white background.



Black color preview on #772C5C background

This text has black color on #772C5C background.


White color preview on #772C5C background

This text has white color on #772C5C background.