COLOR #770E54

HEX: #770E54
RGB: (119,14,84)

Color info

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

RGB color model

#770E54 color RGB value is (119,14,84).

  • red value is 119;
  • green value is 14;
  • blue value is 84.
RGB:
(119,14,84)
(47%,5%,33%)

RGB channels and saturation

R 119 of 255 = 47%
G 14 of 255 = 5%
B 84 of 255 = 33%

119
14
84

R + G + B ~ 28%. #770E54 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
119 + 14 + 84 = 217 (100%)
R 119 of 217 ~ 54.84%
G 14 of 217 ~ 6.45%
B 84 of 217 ~ 38.71%

%54.84
%38.71

CMYK color model

#770E54 color CMYK value is (0,88,29,53).

  • cyan value is 0.00%
  • magenta value is 88.24%
  • yellow value is 29.41%
  • key color value is 53.33%
CMYK:
(0,88,29,53)
C0M88Y29K53 
(0%,88%,29%,53%)
(0.00/0.88/0.29/0.53)	

CMYK percentages

%0
%88.24
%29.41
%53.33

Codes

Color #770E54 in popluar color models

770E54
RGB1191484
HSL320°78.95%26.08%
HSB/HSV320°88.24%46.67%
CMYK0.00%88.24%29.41%
53.33%

Color #770E54 in popluar number systems.

HEX770E54
Decimal1191484
Binary111011111101010100
Octal16716124

Shades and tints

Shades of #770E54

#770E54
(119,14,84)
#6D0D4D
(109,13,77)
#630C46
(99,12,70)
#590B3F
(89,11,63)
#4F0A38
(79,10,56)
#450931
(69,9,49)
#3B082A
(59,8,42)
#310723
(49,7,35)
#27061C
(39,6,28)
#1D0515
(29,5,21)
#13040E
(19,4,14)
#000000
(0,0,0)

Tints of #770E54

#770E54
(119,14,84)
#832363
(131,35,99)
#8F3872
(143,56,114)
#9B4D81
(155,77,129)
#A76290
(167,98,144)
#B3779F
(179,119,159)
#BF8CAE
(191,140,174)
#CBA1BD
(203,161,189)
#D7B6CC
(215,182,204)
#E3CBDB
(227,203,219)
#EFE0EA
(239,224,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #770E54 color. Also use rgb(119,14,84) instead hex code.

Text Font Color

.myTextColor { color: #770E54; }

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

This text font color is #770E54.


Background Color

.myBgColor { background-color: #770E54; }

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

This div background color is #770E54.


Border color

.myBorderColor { border: 1px solid #770E54; }

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

This div border color is #770E54.


Opacity

.myOpacity80 { color: #770E54; opacity: 0.8; }

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

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

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

This text has shadow with #770E54 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #770E54 on black background.


Color preview on white background

This text has color #770E54 on white background.



Black color preview on #770E54 background

This text has black color on #770E54 background.


White color preview on #770E54 background

This text has white color on #770E54 background.