COLOR #770E55

HEX: #770E55 RGB: (119,14,85)

Color info

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

RGB color model

#770E55 color RGB value is (119,14,85).

RGB: (119,14,85) (47%, 5%, 33%)

RGB channels and saturation

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

119
14
85

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

Portions of RGB colors in percentages

R + G + B = 119 + 14 + 85 = 218 (100%)
R 119 of 218 ~ 54.59%
G 14 of 218 ~ 6.42%
B 85 of 218 ~ 38.99'%

%54.59
%38.99

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 88.24%
  • yellow value is 28.57%
  • 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
%28.57
%53.33

Codes

Color #770E55 in popluar color models

77 0E 55
RGB 119 14 85
HSL 319° 78.95% 26.08%
HSB/HSV 319° 88.24% 46.67%
CMYK 0.00% 88.24% 28.57%
53.33%

Color #770E55 in popluar number systems.

HEX 77 0E 55
Decimal 119 14 85
Binary 1110111 1110 1010101
Octal 167 16 125

Shades and tints

Shades of #770E55

#770E55
(119,14,85)
#6D0D4E
(109,13,78)
#630C47
(99,12,71)
#590B40
(89,11,64)
#4F0A39
(79,10,57)
#450932
(69,9,50)
#3B082B
(59,8,43)
#310724
(49,7,36)
#27061D
(39,6,29)
#1D0516
(29,5,22)
#13040F
(19,4,15)
#000000
(0,0,0)

Tints of #770E55

#770E55
(119,14,85)
#832364
(131,35,100)
#8F3873
(143,56,115)
#9B4D82
(155,77,130)
#A76291
(167,98,145)
#B377A0
(179,119,160)
#BF8CAF
(191,140,175)
#CBA1BE
(203,161,190)
#D7B6CD
(215,182,205)
#E3CBDC
(227,203,220)
#EFE0EB
(239,224,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #770E55; }

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

This text font color is #770E55.

Background Color

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

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

This div background color is #770E55.

Border color

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

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

This div border color is #770E55.

Opacity

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

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

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

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

This text has shadow with #770E55 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #770E55.

Preview

Color preview on black background

This text has color #770E55 on black background.


Color preview on white background

This text has color #770E55 on white background.


Black color preview on #770E55 background

This text has black color on #770E55 background.


White color preview on #770E55 background

This text has white color on #770E55 background.


Related colors

Complementary color

Complementary color for #hex is #88F1AA.


I love getcolorcode.com

Triadic colors

1 #55770E and #0E5577 with #770E55 are triadic colors.

2 #550E77 and #0E7755 with #770E55 are triadic colors.