COLOR #772A51

HEX: #772A51
RGB: (119,42,81)

Color info

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

RGB color model

#772A51 color RGB value is (119,42,81).

  • red value is 119;
  • green value is 42;
  • blue value is 81.
RGB:
(119,42,81)
(47%,16%,32%)

RGB channels and saturation

R 119 of 255 = 47%
G 42 of 255 = 16%
B 81 of 255 = 32%

119
42
81

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

Portions of RGB colors in percentages

R + G + B =
119 + 42 + 81 = 242 (100%)
R 119 of 242 ~ 49.17%
G 42 of 242 ~ 17.36%
B 81 of 242 ~ 33.47%

%49.17
%17.36
%33.47

CMYK color model

#772A51 color CMYK value is (0,65,32,53).

  • cyan value is 0.00%
  • magenta value is 64.71%
  • yellow value is 31.93%
  • key color value is 53.33%
CMYK:
(0,65,32,53)
C0M65Y32K53 
(0%,65%,32%,53%)
(0.00/0.65/0.32/0.53)	

CMYK percentages

%0
%64.71
%31.93
%53.33

Codes

Color #772A51 in popluar color models

772A51
RGB1194281
HSL330°47.83%31.57%
HSB/HSV330°64.71%46.67%
CMYK0.00%64.71%31.93%
53.33%

Color #772A51 in popluar number systems.

HEX772A51
Decimal1194281
Binary11101111010101010001
Octal16752121

Shades and tints

Shades of #772A51

#772A51
(119,42,81)
#6D274A
(109,39,74)
#632443
(99,36,67)
#59213C
(89,33,60)
#4F1E35
(79,30,53)
#451B2E
(69,27,46)
#3B1827
(59,24,39)
#311520
(49,21,32)
#271219
(39,18,25)
#1D0F12
(29,15,18)
#130C0B
(19,12,11)
#000000
(0,0,0)

Tints of #772A51

#772A51
(119,42,81)
#833D60
(131,61,96)
#8F506F
(143,80,111)
#9B637E
(155,99,126)
#A7768D
(167,118,141)
#B3899C
(179,137,156)
#BF9CAB
(191,156,171)
#CBAFBA
(203,175,186)
#D7C2C9
(215,194,201)
#E3D5D8
(227,213,216)
#EFE8E7
(239,232,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #772A51 color. Also use rgb(119,42,81) instead hex code.

Text Font Color

.myTextColor { color: #772A51; }

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

This text font color is #772A51.


Background Color

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

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

This div background color is #772A51.


Border color

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

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

This div border color is #772A51.


Opacity

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

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

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

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

This text has shadow with #772A51 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #772A51 on black background.


Color preview on white background

This text has color #772A51 on white background.



Black color preview on #772A51 background

This text has black color on #772A51 background.


White color preview on #772A51 background

This text has white color on #772A51 background.