COLOR #7700C7

HEX: #7700C7
RGB: (119,0,199)

Color info

#7700C7 contains mainly blue color. Web safe color of #7700C7 is #6600CC (or #60C).

RGB color model

#7700C7 color RGB value is (119,0,199).

  • red value is 119;
  • green value is 0;
  • blue value is 199.
RGB:
(119,0,199)
(47%,0%,78%)

RGB channels and saturation

R 119 of 255 = 47%
G 0 of 255 = 0%
B 199 of 255 = 78%

119
0
199

R + G + B ~ 42%. #7700C7 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
119 + 0 + 199 = 318 (100%)
R 119 of 318 ~ 37.42%
G 0 of 318 ~ 0%
B 199 of 318 ~ 62.58%

%37.42
%62.58

CMYK color model

#7700C7 color CMYK value is (40,100,0,22).

  • cyan value is 40.20%
  • magenta value is 100.00%
  • yellow value is 0.00%
  • key color value is 21.96%
CMYK:
(40,100,0,22)
C40M100Y0K22 
(40%,100%,0%,22%)
(0.40/1.00/0.00/0.22)	

CMYK percentages

%40.2
%100
%0
%21.96

Codes

Color #7700C7 in popluar color models

7700C7
RGB1190199
HSL276°100.00%39.02%
HSB/HSV276°100.00%78.04%
CMYK40.20%100.00%0.00%
21.96%

Color #7700C7 in popluar number systems.

HEX7700C7
Decimal1190199
Binary1110111011000111
Octal1670307

Shades and tints

Shades of #7700C7

#7700C7
(119,0,199)
#6D00B5
(109,0,181)
#6300A3
(99,0,163)
#590091
(89,0,145)
#4F007F
(79,0,127)
#45006D
(69,0,109)
#3B005B
(59,0,91)
#310049
(49,0,73)
#270037
(39,0,55)
#1D0025
(29,0,37)
#130013
(19,0,19)
#000000
(0,0,0)

Tints of #7700C7

#7700C7
(119,0,199)
#8317CC
(131,23,204)
#8F2ED1
(143,46,209)
#9B45D6
(155,69,214)
#A75CDB
(167,92,219)
#B373E0
(179,115,224)
#BF8AE5
(191,138,229)
#CBA1EA
(203,161,234)
#D7B8EF
(215,184,239)
#E3CFF4
(227,207,244)
#EFE6F9
(239,230,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7700C7 color. Also use rgb(119,0,199) instead hex code.

Text Font Color

.myTextColor { color: #7700C7; }

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

This text font color is #7700C7.


Background Color

.myBgColor { background-color: #7700C7; }

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

This div background color is #7700C7.


Border color

.myBorderColor { border: 1px solid #7700C7; }

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

This div border color is #7700C7.


Opacity

.myOpacity80 { color: #7700C7; opacity: 0.8; }

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

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

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

This text has shadow with #7700C7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7700C7 on black background.


Color preview on white background

This text has color #7700C7 on white background.



Black color preview on #7700C7 background

This text has black color on #7700C7 background.


White color preview on #7700C7 background

This text has white color on #7700C7 background.