COLOR #771051

HEX: #771051
RGB: (119,16,81)

Color info

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

RGB color model

#771051 color RGB value is (119,16,81).

  • red value is 119;
  • green value is 16;
  • blue value is 81.
RGB:
(119,16,81)
(47%,6%,32%)

RGB channels and saturation

R 119 of 255 = 47%
G 16 of 255 = 6%
B 81 of 255 = 32%

119
16
81

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

Portions of RGB colors in percentages

R + G + B =
119 + 16 + 81 = 216 (100%)
R 119 of 216 ~ 55.09%
G 16 of 216 ~ 7.41%
B 81 of 216 ~ 37.5%

%55.09
%37.5

CMYK color model

#771051 color CMYK value is (0,87,32,53).

  • cyan value is 0.00%
  • magenta value is 86.55%
  • yellow value is 31.93%
  • key color value is 53.33%
CMYK:
(0,87,32,53)
C0M87Y32K53 
(0%,87%,32%,53%)
(0.00/0.87/0.32/0.53)	

CMYK percentages

%0
%86.55
%31.93
%53.33

Codes

Color #771051 in popluar color models

771051
RGB1191681
HSL322°76.30%26.47%
HSB/HSV322°86.55%46.67%
CMYK0.00%86.55%31.93%
53.33%

Color #771051 in popluar number systems.

HEX771051
Decimal1191681
Binary1110111100001010001
Octal16720121

Shades and tints

Shades of #771051

#771051
(119,16,81)
#6D0F4A
(109,15,74)
#630E43
(99,14,67)
#590D3C
(89,13,60)
#4F0C35
(79,12,53)
#450B2E
(69,11,46)
#3B0A27
(59,10,39)
#310920
(49,9,32)
#270819
(39,8,25)
#1D0712
(29,7,18)
#13060B
(19,6,11)
#000000
(0,0,0)

Tints of #771051

#771051
(119,16,81)
#832560
(131,37,96)
#8F3A6F
(143,58,111)
#9B4F7E
(155,79,126)
#A7648D
(167,100,141)
#B3799C
(179,121,156)
#BF8EAB
(191,142,171)
#CBA3BA
(203,163,186)
#D7B8C9
(215,184,201)
#E3CDD8
(227,205,216)
#EFE2E7
(239,226,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #771051 color. Also use rgb(119,16,81) instead hex code.

Text Font Color

.myTextColor { color: #771051; }

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

This text font color is #771051.


Background Color

.myBgColor { background-color: #771051; }

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

This div background color is #771051.


Border color

.myBorderColor { border: 1px solid #771051; }

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

This div border color is #771051.


Opacity

.myOpacity80 { color: #771051; opacity: 0.8; }

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

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

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

This text has shadow with #771051 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #771051 on black background.


Color preview on white background

This text has color #771051 on white background.



Black color preview on #771051 background

This text has black color on #771051 background.


White color preview on #771051 background

This text has white color on #771051 background.