COLOR #77377B

HEX: #77377B
RGB: (119,55,123)

Color info

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

RGB color model

#77377B color RGB value is (119,55,123).

  • red value is 119;
  • green value is 55;
  • blue value is 123.
RGB:
(119,55,123)
(47%,22%,48%)

RGB channels and saturation

R 119 of 255 = 47%
G 55 of 255 = 22%
B 123 of 255 = 48%

119
55
123

R + G + B ~ 39%. #77377B is quite dark color.

Portions of RGB colors in percentages

R + G + B =
119 + 55 + 123 = 297 (100%)
R 119 of 297 ~ 40.07%
G 55 of 297 ~ 18.52%
B 123 of 297 ~ 41.41%

%40.07
%18.52
%41.41

CMYK color model

#77377B color CMYK value is (3,55,0,52).

  • cyan value is 3.25%
  • magenta value is 55.28%
  • yellow value is 0.00%
  • key color value is 51.76%
CMYK:
(3,55,0,52)
C3M55Y0K52 
(3%,55%,0%,52%)
(0.03/0.55/0.00/0.52)	

CMYK percentages

%3.25
%55.28
%0
%51.76

Codes

Color #77377B in popluar color models

77377B
RGB11955123
HSL296°38.20%34.90%
HSB/HSV296°55.28%48.24%
CMYK3.25%55.28%0.00%
51.76%

Color #77377B in popluar number systems.

HEX77377B
Decimal11955123
Binary11101111101111111011
Octal16767173

Shades and tints

Shades of #77377B

#77377B
(119,55,123)
#6D3270
(109,50,112)
#632D65
(99,45,101)
#59285A
(89,40,90)
#4F234F
(79,35,79)
#451E44
(69,30,68)
#3B1939
(59,25,57)
#31142E
(49,20,46)
#270F23
(39,15,35)
#1D0A18
(29,10,24)
#13050D
(19,5,13)
#000000
(0,0,0)

Tints of #77377B

#77377B
(119,55,123)
#834987
(131,73,135)
#8F5B93
(143,91,147)
#9B6D9F
(155,109,159)
#A77FAB
(167,127,171)
#B391B7
(179,145,183)
#BFA3C3
(191,163,195)
#CBB5CF
(203,181,207)
#D7C7DB
(215,199,219)
#E3D9E7
(227,217,231)
#EFEBF3
(239,235,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #77377B color. Also use rgb(119,55,123) instead hex code.

Text Font Color

.myTextColor { color: #77377B; }

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

This text font color is #77377B.


Background Color

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

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

This div background color is #77377B.


Border color

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

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

This div border color is #77377B.


Opacity

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

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

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

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

This text has shadow with #77377B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #77377B on black background.


Color preview on white background

This text has color #77377B on white background.



Black color preview on #77377B background

This text has black color on #77377B background.


White color preview on #77377B background

This text has white color on #77377B background.