COLOR #77209B

HEX: #77209B
RGB: (119,32,155)

Color info

#77209B contains mainly red and blue colors. Web safe color of #77209B is #663399 (or #639).

RGB color model

#77209B color RGB value is (119,32,155).

  • red value is 119;
  • green value is 32;
  • blue value is 155.
RGB:
(119,32,155)
(47%,13%,61%)

RGB channels and saturation

R 119 of 255 = 47%
G 32 of 255 = 13%
B 155 of 255 = 61%

119
32
155

R + G + B ~ 40%. #77209B is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
119 + 32 + 155 = 306 (100%)
R 119 of 306 ~ 38.89%
G 32 of 306 ~ 10.46%
B 155 of 306 ~ 50.65%

%38.89
%10.46
%50.65

CMYK color model

#77209B color CMYK value is (23,79,0,39).

  • cyan value is 23.23%
  • magenta value is 79.35%
  • yellow value is 0.00%
  • key color value is 39.22%
CMYK:
(23,79,0,39)
C23M79Y0K39 
(23%,79%,0%,39%)
(0.23/0.79/0.00/0.39)	

CMYK percentages

%23.23
%79.35
%0
%39.22

Codes

Color #77209B in popluar color models

77209B
RGB11932155
HSL282°65.78%36.67%
HSB/HSV282°79.35%60.78%
CMYK23.23%79.35%0.00%
39.22%

Color #77209B in popluar number systems.

HEX77209B
Decimal11932155
Binary111011110000010011011
Octal16740233

Shades and tints

Shades of #77209B

#77209B
(119,32,155)
#6D1E8D
(109,30,141)
#631C7F
(99,28,127)
#591A71
(89,26,113)
#4F1863
(79,24,99)
#451655
(69,22,85)
#3B1447
(59,20,71)
#311239
(49,18,57)
#27102B
(39,16,43)
#1D0E1D
(29,14,29)
#130C0F
(19,12,15)
#000000
(0,0,0)

Tints of #77209B

#77209B
(119,32,155)
#8334A4
(131,52,164)
#8F48AD
(143,72,173)
#9B5CB6
(155,92,182)
#A770BF
(167,112,191)
#B384C8
(179,132,200)
#BF98D1
(191,152,209)
#CBACDA
(203,172,218)
#D7C0E3
(215,192,227)
#E3D4EC
(227,212,236)
#EFE8F5
(239,232,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #77209B color. Also use rgb(119,32,155) instead hex code.

Text Font Color

.myTextColor { color: #77209B; }

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

This text font color is #77209B.


Background Color

.myBgColor { background-color: #77209B; }

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

This div background color is #77209B.


Border color

.myBorderColor { border: 1px solid #77209B; }

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

This div border color is #77209B.


Opacity

.myOpacity80 { color: #77209B; opacity: 0.8; }

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

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

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

This text has shadow with #77209B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #77209B on black background.


Color preview on white background

This text has color #77209B on white background.



Black color preview on #77209B background

This text has black color on #77209B background.


White color preview on #77209B background

This text has white color on #77209B background.