COLOR #790777

HEX: #790777
RGB: (121,7,119)

Color info

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

RGB color model

#790777 color RGB value is (121,7,119).

  • red value is 121;
  • green value is 7;
  • blue value is 119.
RGB:
(121,7,119)
(47%,3%,47%)

RGB channels and saturation

R 121 of 255 = 47%
G 7 of 255 = 3%
B 119 of 255 = 47%

121
7
119

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

Portions of RGB colors in percentages

R + G + B =
121 + 7 + 119 = 247 (100%)
R 121 of 247 ~ 48.99%
G 7 of 247 ~ 2.83%
B 119 of 247 ~ 48.18%

%48.99
%48.18

CMYK color model

#790777 color CMYK value is (0,94,2,53).

  • cyan value is 0.00%
  • magenta value is 94.21%
  • yellow value is 1.65%
  • key color value is 52.55%
CMYK:
(0,94,2,53)
C0M94Y2K53 
(0%,94%,2%,53%)
(0.00/0.94/0.02/0.53)	

CMYK percentages

%0
%94.21
%1.65
%52.55

Codes

Color #790777 in popluar color models

790777
RGB1217119
HSL301°89.06%25.10%
HSB/HSV301°94.21%47.45%
CMYK0.00%94.21%1.65%
52.55%

Color #790777 in popluar number systems.

HEX790777
Decimal1217119
Binary11110011111110111
Octal1717167

Shades and tints

Shades of #790777

#790777
(121,7,119)
#6E076D
(110,7,109)
#630763
(99,7,99)
#580759
(88,7,89)
#4D074F
(77,7,79)
#420745
(66,7,69)
#37073B
(55,7,59)
#2C0731
(44,7,49)
#210727
(33,7,39)
#16071D
(22,7,29)
#0B0713
(11,7,19)
#000000
(0,0,0)

Tints of #790777

#790777
(121,7,119)
#851D83
(133,29,131)
#91338F
(145,51,143)
#9D499B
(157,73,155)
#A95FA7
(169,95,167)
#B575B3
(181,117,179)
#C18BBF
(193,139,191)
#CDA1CB
(205,161,203)
#D9B7D7
(217,183,215)
#E5CDE3
(229,205,227)
#F1E3EF
(241,227,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #790777; }

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

This text font color is #790777.


Background Color

.myBgColor { background-color: #790777; }

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

This div background color is #790777.


Border color

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

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

This div border color is #790777.


Opacity

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

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

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

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

This text has shadow with #790777 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #790777 on black background.


Color preview on white background

This text has color #790777 on white background.



Black color preview on #790777 background

This text has black color on #790777 background.


White color preview on #790777 background

This text has white color on #790777 background.