COLOR #77306F

HEX: #77306F
RGB: (119,48,111)

Color info

#77306F contains mainly red and blue colors. Web safe color of #77306F is #663366 (or #636).

RGB color model

#77306F color RGB value is (119,48,111).

  • red value is 119;
  • green value is 48;
  • blue value is 111.
RGB:
(119,48,111)
(47%,19%,44%)

RGB channels and saturation

R 119 of 255 = 47%
G 48 of 255 = 19%
B 111 of 255 = 44%

119
48
111

R + G + B ~ 37%. #77306F is quite dark color.

Portions of RGB colors in percentages

R + G + B =
119 + 48 + 111 = 278 (100%)
R 119 of 278 ~ 42.81%
G 48 of 278 ~ 17.27%
B 111 of 278 ~ 39.93%

%42.81
%17.27
%39.93

CMYK color model

#77306F color CMYK value is (0,60,7,53).

  • cyan value is 0.00%
  • magenta value is 59.66%
  • yellow value is 6.72%
  • key color value is 53.33%
CMYK:
(0,60,7,53)
C0M60Y7K53 
(0%,60%,7%,53%)
(0.00/0.60/0.07/0.53)	

CMYK percentages

%0
%59.66
%6.72
%53.33

Codes

Color #77306F in popluar color models

77306F
RGB11948111
HSL307°42.51%32.75%
HSB/HSV307°59.66%46.67%
CMYK0.00%59.66%6.72%
53.33%

Color #77306F in popluar number systems.

HEX77306F
Decimal11948111
Binary11101111100001101111
Octal16760157

Shades and tints

Shades of #77306F

#77306F
(119,48,111)
#6D2C65
(109,44,101)
#63285B
(99,40,91)
#592451
(89,36,81)
#4F2047
(79,32,71)
#451C3D
(69,28,61)
#3B1833
(59,24,51)
#311429
(49,20,41)
#27101F
(39,16,31)
#1D0C15
(29,12,21)
#13080B
(19,8,11)
#000000
(0,0,0)

Tints of #77306F

#77306F
(119,48,111)
#83427C
(131,66,124)
#8F5489
(143,84,137)
#9B6696
(155,102,150)
#A778A3
(167,120,163)
#B38AB0
(179,138,176)
#BF9CBD
(191,156,189)
#CBAECA
(203,174,202)
#D7C0D7
(215,192,215)
#E3D2E4
(227,210,228)
#EFE4F1
(239,228,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #77306F color. Also use rgb(119,48,111) instead hex code.

Text Font Color

.myTextColor { color: #77306F; }

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

This text font color is #77306F.


Background Color

.myBgColor { background-color: #77306F; }

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

This div background color is #77306F.


Border color

.myBorderColor { border: 1px solid #77306F; }

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

This div border color is #77306F.


Opacity

.myOpacity80 { color: #77306F; opacity: 0.8; }

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

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

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

This text has shadow with #77306F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #77306F on black background.


Color preview on white background

This text has color #77306F on white background.



Black color preview on #77306F background

This text has black color on #77306F background.


White color preview on #77306F background

This text has white color on #77306F background.