COLOR #772550

HEX: #772550
RGB: (119,37,80)

Color info

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

RGB color model

#772550 color RGB value is (119,37,80).

  • red value is 119;
  • green value is 37;
  • blue value is 80.
RGB:
(119,37,80)
(47%,15%,31%)

RGB channels and saturation

R 119 of 255 = 47%
G 37 of 255 = 15%
B 80 of 255 = 31%

119
37
80

R + G + B ~ 31%. #772550 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
119 + 37 + 80 = 236 (100%)
R 119 of 236 ~ 50.42%
G 37 of 236 ~ 15.68%
B 80 of 236 ~ 33.9%

%50.42
%15.68
%33.9

CMYK color model

#772550 color CMYK value is (0,69,33,53).

  • cyan value is 0.00%
  • magenta value is 68.91%
  • yellow value is 32.77%
  • key color value is 53.33%
CMYK:
(0,69,33,53)
C0M69Y33K53 
(0%,69%,33%,53%)
(0.00/0.69/0.33/0.53)	

CMYK percentages

%0
%68.91
%32.77
%53.33

Codes

Color #772550 in popluar color models

772550
RGB1193780
HSL329°52.56%30.59%
HSB/HSV329°68.91%46.67%
CMYK0.00%68.91%32.77%
53.33%

Color #772550 in popluar number systems.

HEX772550
Decimal1193780
Binary11101111001011010000
Octal16745120

Shades and tints

Shades of #772550

#772550
(119,37,80)
#6D2249
(109,34,73)
#631F42
(99,31,66)
#591C3B
(89,28,59)
#4F1934
(79,25,52)
#45162D
(69,22,45)
#3B1326
(59,19,38)
#31101F
(49,16,31)
#270D18
(39,13,24)
#1D0A11
(29,10,17)
#13070A
(19,7,10)
#000000
(0,0,0)

Tints of #772550

#772550
(119,37,80)
#83385F
(131,56,95)
#8F4B6E
(143,75,110)
#9B5E7D
(155,94,125)
#A7718C
(167,113,140)
#B3849B
(179,132,155)
#BF97AA
(191,151,170)
#CBAAB9
(203,170,185)
#D7BDC8
(215,189,200)
#E3D0D7
(227,208,215)
#EFE3E6
(239,227,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #772550 color. Also use rgb(119,37,80) instead hex code.

Text Font Color

.myTextColor { color: #772550; }

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

This text font color is #772550.


Background Color

.myBgColor { background-color: #772550; }

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

This div background color is #772550.


Border color

.myBorderColor { border: 1px solid #772550; }

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

This div border color is #772550.


Opacity

.myOpacity80 { color: #772550; opacity: 0.8; }

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

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

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

This text has shadow with #772550 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #772550 on black background.


Color preview on white background

This text has color #772550 on white background.



Black color preview on #772550 background

This text has black color on #772550 background.


White color preview on #772550 background

This text has white color on #772550 background.