COLOR #772D5E

HEX: #772D5E
RGB: (119,45,94)

Color info

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

RGB color model

#772D5E color RGB value is (119,45,94).

  • red value is 119;
  • green value is 45;
  • blue value is 94.
RGB:
(119,45,94)
(47%,18%,37%)

RGB channels and saturation

R 119 of 255 = 47%
G 45 of 255 = 18%
B 94 of 255 = 37%

119
45
94

R + G + B ~ 34%. #772D5E is quite dark color.

Portions of RGB colors in percentages

R + G + B =
119 + 45 + 94 = 258 (100%)
R 119 of 258 ~ 46.12%
G 45 of 258 ~ 17.44%
B 94 of 258 ~ 36.43%

%46.12
%17.44
%36.43

CMYK color model

#772D5E color CMYK value is (0,62,21,53).

  • cyan value is 0.00%
  • magenta value is 62.18%
  • yellow value is 21.01%
  • key color value is 53.33%
CMYK:
(0,62,21,53)
C0M62Y21K53 
(0%,62%,21%,53%)
(0.00/0.62/0.21/0.53)	

CMYK percentages

%0
%62.18
%21.01
%53.33

Codes

Color #772D5E in popluar color models

772D5E
RGB1194594
HSL320°45.12%32.16%
HSB/HSV320°62.18%46.67%
CMYK0.00%62.18%21.01%
53.33%

Color #772D5E in popluar number systems.

HEX772D5E
Decimal1194594
Binary11101111011011011110
Octal16755136

Shades and tints

Shades of #772D5E

#772D5E
(119,45,94)
#6D2956
(109,41,86)
#63254E
(99,37,78)
#592146
(89,33,70)
#4F1D3E
(79,29,62)
#451936
(69,25,54)
#3B152E
(59,21,46)
#311126
(49,17,38)
#270D1E
(39,13,30)
#1D0916
(29,9,22)
#13050E
(19,5,14)
#000000
(0,0,0)

Tints of #772D5E

#772D5E
(119,45,94)
#83406C
(131,64,108)
#8F537A
(143,83,122)
#9B6688
(155,102,136)
#A77996
(167,121,150)
#B38CA4
(179,140,164)
#BF9FB2
(191,159,178)
#CBB2C0
(203,178,192)
#D7C5CE
(215,197,206)
#E3D8DC
(227,216,220)
#EFEBEA
(239,235,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #772D5E; }

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

This text font color is #772D5E.


Background Color

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

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

This div background color is #772D5E.


Border color

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

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

This div border color is #772D5E.


Opacity

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

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

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

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

This text has shadow with #772D5E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #772D5E on black background.


Color preview on white background

This text has color #772D5E on white background.



Black color preview on #772D5E background

This text has black color on #772D5E background.


White color preview on #772D5E background

This text has white color on #772D5E background.