COLOR #772D53

HEX: #772D53
RGB: (119,45,83)

Color info

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

RGB color model

#772D53 color RGB value is (119,45,83).

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

RGB channels and saturation

R 119 of 255 = 47%
G 45 of 255 = 18%
B 83 of 255 = 33%

119
45
83

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

Portions of RGB colors in percentages

R + G + B =
119 + 45 + 83 = 247 (100%)
R 119 of 247 ~ 48.18%
G 45 of 247 ~ 18.22%
B 83 of 247 ~ 33.6%

%48.18
%18.22
%33.6

CMYK color model

#772D53 color CMYK value is (0,62,30,53).

  • cyan value is 0.00%
  • magenta value is 62.18%
  • yellow value is 30.25%
  • key color value is 53.33%
CMYK:
(0,62,30,53)
C0M62Y30K53 
(0%,62%,30%,53%)
(0.00/0.62/0.30/0.53)	

CMYK percentages

%0
%62.18
%30.25
%53.33

Codes

Color #772D53 in popluar color models

772D53
RGB1194583
HSL329°45.12%32.16%
HSB/HSV329°62.18%46.67%
CMYK0.00%62.18%30.25%
53.33%

Color #772D53 in popluar number systems.

HEX772D53
Decimal1194583
Binary11101111011011010011
Octal16755123

Shades and tints

Shades of #772D53

#772D53
(119,45,83)
#6D294C
(109,41,76)
#632545
(99,37,69)
#59213E
(89,33,62)
#4F1D37
(79,29,55)
#451930
(69,25,48)
#3B1529
(59,21,41)
#311122
(49,17,34)
#270D1B
(39,13,27)
#1D0914
(29,9,20)
#13050D
(19,5,13)
#000000
(0,0,0)

Tints of #772D53

#772D53
(119,45,83)
#834062
(131,64,98)
#8F5371
(143,83,113)
#9B6680
(155,102,128)
#A7798F
(167,121,143)
#B38C9E
(179,140,158)
#BF9FAD
(191,159,173)
#CBB2BC
(203,178,188)
#D7C5CB
(215,197,203)
#E3D8DA
(227,216,218)
#EFEBE9
(239,235,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #772D53; }

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

This text font color is #772D53.


Background Color

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

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

This div background color is #772D53.


Border color

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

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

This div border color is #772D53.


Opacity

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

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

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

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

This text has shadow with #772D53 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #772D53 on black background.


Color preview on white background

This text has color #772D53 on white background.



Black color preview on #772D53 background

This text has black color on #772D53 background.


White color preview on #772D53 background

This text has white color on #772D53 background.