COLOR #772756

HEX: #772756
RGB: (119,39,86)

Color info

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

RGB color model

#772756 color RGB value is (119,39,86).

  • red value is 119;
  • green value is 39;
  • blue value is 86.
RGB:
(119,39,86)
(47%,15%,34%)

RGB channels and saturation

R 119 of 255 = 47%
G 39 of 255 = 15%
B 86 of 255 = 34%

119
39
86

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

Portions of RGB colors in percentages

R + G + B =
119 + 39 + 86 = 244 (100%)
R 119 of 244 ~ 48.77%
G 39 of 244 ~ 15.98%
B 86 of 244 ~ 35.25%

%48.77
%15.98
%35.25

CMYK color model

#772756 color CMYK value is (0,67,28,53).

  • cyan value is 0.00%
  • magenta value is 67.23%
  • yellow value is 27.73%
  • key color value is 53.33%
CMYK:
(0,67,28,53)
C0M67Y28K53 
(0%,67%,28%,53%)
(0.00/0.67/0.28/0.53)	

CMYK percentages

%0
%67.23
%27.73
%53.33

Codes

Color #772756 in popluar color models

772756
RGB1193986
HSL325°50.63%30.98%
HSB/HSV325°67.23%46.67%
CMYK0.00%67.23%27.73%
53.33%

Color #772756 in popluar number systems.

HEX772756
Decimal1193986
Binary11101111001111010110
Octal16747126

Shades and tints

Shades of #772756

#772756
(119,39,86)
#6D244F
(109,36,79)
#632148
(99,33,72)
#591E41
(89,30,65)
#4F1B3A
(79,27,58)
#451833
(69,24,51)
#3B152C
(59,21,44)
#311225
(49,18,37)
#270F1E
(39,15,30)
#1D0C17
(29,12,23)
#130910
(19,9,16)
#000000
(0,0,0)

Tints of #772756

#772756
(119,39,86)
#833A65
(131,58,101)
#8F4D74
(143,77,116)
#9B6083
(155,96,131)
#A77392
(167,115,146)
#B386A1
(179,134,161)
#BF99B0
(191,153,176)
#CBACBF
(203,172,191)
#D7BFCE
(215,191,206)
#E3D2DD
(227,210,221)
#EFE5EC
(239,229,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #772756 color. Also use rgb(119,39,86) instead hex code.

Text Font Color

.myTextColor { color: #772756; }

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

This text font color is #772756.


Background Color

.myBgColor { background-color: #772756; }

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

This div background color is #772756.


Border color

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

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

This div border color is #772756.


Opacity

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

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

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

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

This text has shadow with #772756 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #772756 on black background.


Color preview on white background

This text has color #772756 on white background.



Black color preview on #772756 background

This text has black color on #772756 background.


White color preview on #772756 background

This text has white color on #772756 background.