COLOR #770147

HEX: #770147
RGB: (119,1,71)

Color info

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

RGB color model

#770147 color RGB value is (119,1,71).

  • red value is 119;
  • green value is 1;
  • blue value is 71.
RGB:
(119,1,71)
(47%,0%,28%)

RGB channels and saturation

R 119 of 255 = 47%
G 1 of 255 = 0%
B 71 of 255 = 28%

119
1
71

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

Portions of RGB colors in percentages

R + G + B =
119 + 1 + 71 = 191 (100%)
R 119 of 191 ~ 62.3%
G 1 of 191 ~ 0.52%
B 71 of 191 ~ 37.17%

%62.3
%37.17

CMYK color model

#770147 color CMYK value is (0,99,40,53).

  • cyan value is 0.00%
  • magenta value is 99.16%
  • yellow value is 40.34%
  • key color value is 53.33%
CMYK:
(0,99,40,53)
C0M99Y40K53 
(0%,99%,40%,53%)
(0.00/0.99/0.40/0.53)	

CMYK percentages

%0
%99.16
%40.34
%53.33

Codes

Color #770147 in popluar color models

770147
RGB119171
HSL324°98.33%23.53%
HSB/HSV324°99.16%46.67%
CMYK0.00%99.16%40.34%
53.33%

Color #770147 in popluar number systems.

HEX770147
Decimal119171
Binary111011111000111
Octal1671107

Shades and tints

Shades of #770147

#770147
(119,1,71)
#6D0141
(109,1,65)
#63013B
(99,1,59)
#590135
(89,1,53)
#4F012F
(79,1,47)
#450129
(69,1,41)
#3B0123
(59,1,35)
#31011D
(49,1,29)
#270117
(39,1,23)
#1D0111
(29,1,17)
#13010B
(19,1,11)
#000000
(0,0,0)

Tints of #770147

#770147
(119,1,71)
#831857
(131,24,87)
#8F2F67
(143,47,103)
#9B4677
(155,70,119)
#A75D87
(167,93,135)
#B37497
(179,116,151)
#BF8BA7
(191,139,167)
#CBA2B7
(203,162,183)
#D7B9C7
(215,185,199)
#E3D0D7
(227,208,215)
#EFE7E7
(239,231,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #770147 color. Also use rgb(119,1,71) instead hex code.

Text Font Color

.myTextColor { color: #770147; }

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

This text font color is #770147.


Background Color

.myBgColor { background-color: #770147; }

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

This div background color is #770147.


Border color

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

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

This div border color is #770147.


Opacity

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

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

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

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

This text has shadow with #770147 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #770147 on black background.


Color preview on white background

This text has color #770147 on white background.



Black color preview on #770147 background

This text has black color on #770147 background.


White color preview on #770147 background

This text has white color on #770147 background.