COLOR #770977

HEX: #770977
RGB: (119,9,119)

Color info

#770977 contains mainly red and blue colors. Web safe color of #770977 is #660066 (or #606).

RGB color model

#770977 color RGB value is (119,9,119).

  • red value is 119;
  • green value is 9;
  • blue value is 119.
RGB:
(119,9,119)
(47%,4%,47%)

RGB channels and saturation

R 119 of 255 = 47%
G 9 of 255 = 4%
B 119 of 255 = 47%

119
9
119

R + G + B ~ 33%. #770977 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
119 + 9 + 119 = 247 (100%)
R 119 of 247 ~ 48.18%
G 9 of 247 ~ 3.64%
B 119 of 247 ~ 48.18%

%48.18
%48.18

CMYK color model

#770977 color CMYK value is (0,92,0,53).

  • cyan value is 0.00%
  • magenta value is 92.44%
  • yellow value is 0.00%
  • key color value is 53.33%
CMYK:
(0,92,0,53)
C0M92Y0K53 
(0%,92%,0%,53%)
(0.00/0.92/0.00/0.53)	

CMYK percentages

%0
%92.44
%0
%53.33

Codes

Color #770977 in popluar color models

770977
RGB1199119
HSL300°85.94%25.10%
HSB/HSV300°92.44%46.67%
CMYK0.00%92.44%0.00%
53.33%

Color #770977 in popluar number systems.

HEX770977
Decimal1199119
Binary111011110011110111
Octal16711167

Shades and tints

Shades of #770977

#770977
(119,9,119)
#6D096D
(109,9,109)
#630963
(99,9,99)
#590959
(89,9,89)
#4F094F
(79,9,79)
#450945
(69,9,69)
#3B093B
(59,9,59)
#310931
(49,9,49)
#270927
(39,9,39)
#1D091D
(29,9,29)
#130913
(19,9,19)
#000000
(0,0,0)

Tints of #770977

#770977
(119,9,119)
#831F83
(131,31,131)
#8F358F
(143,53,143)
#9B4B9B
(155,75,155)
#A761A7
(167,97,167)
#B377B3
(179,119,179)
#BF8DBF
(191,141,191)
#CBA3CB
(203,163,203)
#D7B9D7
(215,185,215)
#E3CFE3
(227,207,227)
#EFE5EF
(239,229,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #770977; }

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

This text font color is #770977.


Background Color

.myBgColor { background-color: #770977; }

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

This div background color is #770977.


Border color

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

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

This div border color is #770977.


Opacity

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

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

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

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

This text has shadow with #770977 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #770977 on black background.


Color preview on white background

This text has color #770977 on white background.



Black color preview on #770977 background

This text has black color on #770977 background.


White color preview on #770977 background

This text has white color on #770977 background.