COLOR #772C4F

HEX: #772C4F
RGB: (119,44,79)

Color info

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

RGB color model

#772C4F color RGB value is (119,44,79).

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

RGB channels and saturation

R 119 of 255 = 47%
G 44 of 255 = 17%
B 79 of 255 = 31%

119
44
79

R + G + B ~ 32%. #772C4F is quite dark color.

Portions of RGB colors in percentages

R + G + B =
119 + 44 + 79 = 242 (100%)
R 119 of 242 ~ 49.17%
G 44 of 242 ~ 18.18%
B 79 of 242 ~ 32.64%

%49.17
%18.18
%32.64

CMYK color model

#772C4F color CMYK value is (0,63,34,53).

  • cyan value is 0.00%
  • magenta value is 63.03%
  • yellow value is 33.61%
  • key color value is 53.33%
CMYK:
(0,63,34,53)
C0M63Y34K53 
(0%,63%,34%,53%)
(0.00/0.63/0.34/0.53)	

CMYK percentages

%0
%63.03
%33.61
%53.33

Codes

Color #772C4F in popluar color models

772C4F
RGB1194479
HSL332°46.01%31.96%
HSB/HSV332°63.03%46.67%
CMYK0.00%63.03%33.61%
53.33%

Color #772C4F in popluar number systems.

HEX772C4F
Decimal1194479
Binary11101111011001001111
Octal16754117

Shades and tints

Shades of #772C4F

#772C4F
(119,44,79)
#6D2848
(109,40,72)
#632441
(99,36,65)
#59203A
(89,32,58)
#4F1C33
(79,28,51)
#45182C
(69,24,44)
#3B1425
(59,20,37)
#31101E
(49,16,30)
#270C17
(39,12,23)
#1D0810
(29,8,16)
#130409
(19,4,9)
#000000
(0,0,0)

Tints of #772C4F

#772C4F
(119,44,79)
#833F5F
(131,63,95)
#8F526F
(143,82,111)
#9B657F
(155,101,127)
#A7788F
(167,120,143)
#B38B9F
(179,139,159)
#BF9EAF
(191,158,175)
#CBB1BF
(203,177,191)
#D7C4CF
(215,196,207)
#E3D7DF
(227,215,223)
#EFEAEF
(239,234,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #772C4F; }

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

This text font color is #772C4F.


Background Color

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

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

This div background color is #772C4F.


Border color

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

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

This div border color is #772C4F.


Opacity

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

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

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

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

This text has shadow with #772C4F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #772C4F on black background.


Color preview on white background

This text has color #772C4F on white background.



Black color preview on #772C4F background

This text has black color on #772C4F background.


White color preview on #772C4F background

This text has white color on #772C4F background.