COLOR #772A62

HEX: #772A62
RGB: (119,42,98)

Color info

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

RGB color model

#772A62 color RGB value is (119,42,98).

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

RGB channels and saturation

R 119 of 255 = 47%
G 42 of 255 = 16%
B 98 of 255 = 38%

119
42
98

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

Portions of RGB colors in percentages

R + G + B =
119 + 42 + 98 = 259 (100%)
R 119 of 259 ~ 45.95%
G 42 of 259 ~ 16.22%
B 98 of 259 ~ 37.84%

%45.95
%16.22
%37.84

CMYK color model

#772A62 color CMYK value is (0,65,18,53).

  • cyan value is 0.00%
  • magenta value is 64.71%
  • yellow value is 17.65%
  • key color value is 53.33%
CMYK:
(0,65,18,53)
C0M65Y18K53 
(0%,65%,18%,53%)
(0.00/0.65/0.18/0.53)	

CMYK percentages

%0
%64.71
%17.65
%53.33

Codes

Color #772A62 in popluar color models

772A62
RGB1194298
HSL316°47.83%31.57%
HSB/HSV316°64.71%46.67%
CMYK0.00%64.71%17.65%
53.33%

Color #772A62 in popluar number systems.

HEX772A62
Decimal1194298
Binary11101111010101100010
Octal16752142

Shades and tints

Shades of #772A62

#772A62
(119,42,98)
#6D275A
(109,39,90)
#632452
(99,36,82)
#59214A
(89,33,74)
#4F1E42
(79,30,66)
#451B3A
(69,27,58)
#3B1832
(59,24,50)
#31152A
(49,21,42)
#271222
(39,18,34)
#1D0F1A
(29,15,26)
#130C12
(19,12,18)
#000000
(0,0,0)

Tints of #772A62

#772A62
(119,42,98)
#833D70
(131,61,112)
#8F507E
(143,80,126)
#9B638C
(155,99,140)
#A7769A
(167,118,154)
#B389A8
(179,137,168)
#BF9CB6
(191,156,182)
#CBAFC4
(203,175,196)
#D7C2D2
(215,194,210)
#E3D5E0
(227,213,224)
#EFE8EE
(239,232,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #772A62; }

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

This text font color is #772A62.


Background Color

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

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

This div background color is #772A62.


Border color

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

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

This div border color is #772A62.


Opacity

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

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

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

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

This text has shadow with #772A62 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #772A62 on black background.


Color preview on white background

This text has color #772A62 on white background.



Black color preview on #772A62 background

This text has black color on #772A62 background.


White color preview on #772A62 background

This text has white color on #772A62 background.