COLOR #770246

HEX: #770246
RGB: (119,2,70)

Color info

#770246 contains mainly red and blue colors. Web safe color of #770246 is #660033 (or #603).

RGB color model

#770246 color RGB value is (119,2,70).

  • red value is 119;
  • green value is 2;
  • blue value is 70.
RGB:
(119,2,70)
(47%,1%,27%)

RGB channels and saturation

R 119 of 255 = 47%
G 2 of 255 = 1%
B 70 of 255 = 27%

119
2
70

R + G + B ~ 25%. #770246 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
119 + 2 + 70 = 191 (100%)
R 119 of 191 ~ 62.3%
G 2 of 191 ~ 1.05%
B 70 of 191 ~ 36.65%

%62.3
%36.65

CMYK color model

#770246 color CMYK value is (0,98,41,53).

  • cyan value is 0.00%
  • magenta value is 98.32%
  • yellow value is 41.18%
  • key color value is 53.33%
CMYK:
(0,98,41,53)
C0M98Y41K53 
(0%,98%,41%,53%)
(0.00/0.98/0.41/0.53)	

CMYK percentages

%0
%98.32
%41.18
%53.33

Codes

Color #770246 in popluar color models

770246
RGB119270
HSL325°96.69%23.73%
HSB/HSV325°98.32%46.67%
CMYK0.00%98.32%41.18%
53.33%

Color #770246 in popluar number systems.

HEX770246
Decimal119270
Binary1110111101000110
Octal1672106

Shades and tints

Shades of #770246

#770246
(119,2,70)
#6D0240
(109,2,64)
#63023A
(99,2,58)
#590234
(89,2,52)
#4F022E
(79,2,46)
#450228
(69,2,40)
#3B0222
(59,2,34)
#31021C
(49,2,28)
#270216
(39,2,22)
#1D0210
(29,2,16)
#13020A
(19,2,10)
#000000
(0,0,0)

Tints of #770246

#770246
(119,2,70)
#831956
(131,25,86)
#8F3066
(143,48,102)
#9B4776
(155,71,118)
#A75E86
(167,94,134)
#B37596
(179,117,150)
#BF8CA6
(191,140,166)
#CBA3B6
(203,163,182)
#D7BAC6
(215,186,198)
#E3D1D6
(227,209,214)
#EFE8E6
(239,232,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #770246 color. Also use rgb(119,2,70) instead hex code.

Text Font Color

.myTextColor { color: #770246; }

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

This text font color is #770246.


Background Color

.myBgColor { background-color: #770246; }

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

This div background color is #770246.


Border color

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

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

This div border color is #770246.


Opacity

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

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

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

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

This text has shadow with #770246 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #770246 on black background.


Color preview on white background

This text has color #770246 on white background.



Black color preview on #770246 background

This text has black color on #770246 background.


White color preview on #770246 background

This text has white color on #770246 background.