COLOR #771D65

HEX: #771D65
RGB: (119,29,101)

Color info

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

RGB color model

#771D65 color RGB value is (119,29,101).

  • red value is 119;
  • green value is 29;
  • blue value is 101.
RGB:
(119,29,101)
(47%,11%,40%)

RGB channels and saturation

R 119 of 255 = 47%
G 29 of 255 = 11%
B 101 of 255 = 40%

119
29
101

R + G + B ~ 33%. #771D65 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
119 + 29 + 101 = 249 (100%)
R 119 of 249 ~ 47.79%
G 29 of 249 ~ 11.65%
B 101 of 249 ~ 40.56%

%47.79
%11.65
%40.56

CMYK color model

#771D65 color CMYK value is (0,76,15,53).

  • cyan value is 0.00%
  • magenta value is 75.63%
  • yellow value is 15.13%
  • key color value is 53.33%
CMYK:
(0,76,15,53)
C0M76Y15K53 
(0%,76%,15%,53%)
(0.00/0.76/0.15/0.53)	

CMYK percentages

%0
%75.63
%15.13
%53.33

Codes

Color #771D65 in popluar color models

771D65
RGB11929101
HSL312°60.81%29.02%
HSB/HSV312°75.63%46.67%
CMYK0.00%75.63%15.13%
53.33%

Color #771D65 in popluar number systems.

HEX771D65
Decimal11929101
Binary1110111111011100101
Octal16735145

Shades and tints

Shades of #771D65

#771D65
(119,29,101)
#6D1B5C
(109,27,92)
#631953
(99,25,83)
#59174A
(89,23,74)
#4F1541
(79,21,65)
#451338
(69,19,56)
#3B112F
(59,17,47)
#310F26
(49,15,38)
#270D1D
(39,13,29)
#1D0B14
(29,11,20)
#13090B
(19,9,11)
#000000
(0,0,0)

Tints of #771D65

#771D65
(119,29,101)
#833173
(131,49,115)
#8F4581
(143,69,129)
#9B598F
(155,89,143)
#A76D9D
(167,109,157)
#B381AB
(179,129,171)
#BF95B9
(191,149,185)
#CBA9C7
(203,169,199)
#D7BDD5
(215,189,213)
#E3D1E3
(227,209,227)
#EFE5F1
(239,229,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #771D65 color. Also use rgb(119,29,101) instead hex code.

Text Font Color

.myTextColor { color: #771D65; }

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

This text font color is #771D65.


Background Color

.myBgColor { background-color: #771D65; }

<div style="background-color:#771D65">Inner text</div>

This div background color is #771D65.


Border color

.myBorderColor { border: 1px solid #771D65; }

<div style="border:3px solid #771D65">Div</div>

This div border color is #771D65.


Opacity

.myOpacity80 { color: #771D65; opacity: 0.8; }

<p style="color:#771D65;opacity:0.8;">80%</p>

Text with #771D65 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 #771D65;}

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

This text has shadow with #771D65 color.

.textShadow {text-shadow: 3px 3px 1px #771D65, 3px 3px 1px red;}

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

This text has shadow with #771D65 primary color and red secondary color.


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

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

This text has shadow with #771D65 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #771D65 on black background.


Color preview on white background

This text has color #771D65 on white background.



Black color preview on #771D65 background

This text has black color on #771D65 background.


White color preview on #771D65 background

This text has white color on #771D65 background.