COLOR #771168

HEX: #771168
RGB: (119,17,104)

Color info

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

RGB color model

#771168 color RGB value is (119,17,104).

  • red value is 119;
  • green value is 17;
  • blue value is 104.
RGB:
(119,17,104)
(47%,7%,41%)

RGB channels and saturation

R 119 of 255 = 47%
G 17 of 255 = 7%
B 104 of 255 = 41%

119
17
104

R + G + B ~ 32%. #771168 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
119 + 17 + 104 = 240 (100%)
R 119 of 240 ~ 49.58%
G 17 of 240 ~ 7.08%
B 104 of 240 ~ 43.33%

%49.58
%43.33

CMYK color model

#771168 color CMYK value is (0,86,13,53).

  • cyan value is 0.00%
  • magenta value is 85.71%
  • yellow value is 12.61%
  • key color value is 53.33%
CMYK:
(0,86,13,53)
C0M86Y13K53 
(0%,86%,13%,53%)
(0.00/0.86/0.13/0.53)	

CMYK percentages

%0
%85.71
%12.61
%53.33

Codes

Color #771168 in popluar color models

771168
RGB11917104
HSL309°75.00%26.67%
HSB/HSV309°85.71%46.67%
CMYK0.00%85.71%12.61%
53.33%

Color #771168 in popluar number systems.

HEX771168
Decimal11917104
Binary1110111100011101000
Octal16721150

Shades and tints

Shades of #771168

#771168
(119,17,104)
#6D105F
(109,16,95)
#630F56
(99,15,86)
#590E4D
(89,14,77)
#4F0D44
(79,13,68)
#450C3B
(69,12,59)
#3B0B32
(59,11,50)
#310A29
(49,10,41)
#270920
(39,9,32)
#1D0817
(29,8,23)
#13070E
(19,7,14)
#000000
(0,0,0)

Tints of #771168

#771168
(119,17,104)
#832675
(131,38,117)
#8F3B82
(143,59,130)
#9B508F
(155,80,143)
#A7659C
(167,101,156)
#B37AA9
(179,122,169)
#BF8FB6
(191,143,182)
#CBA4C3
(203,164,195)
#D7B9D0
(215,185,208)
#E3CEDD
(227,206,221)
#EFE3EA
(239,227,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #771168 color. Also use rgb(119,17,104) instead hex code.

Text Font Color

.myTextColor { color: #771168; }

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

This text font color is #771168.


Background Color

.myBgColor { background-color: #771168; }

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

This div background color is #771168.


Border color

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

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

This div border color is #771168.


Opacity

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

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

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

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

This text has shadow with #771168 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #771168 on black background.


Color preview on white background

This text has color #771168 on white background.



Black color preview on #771168 background

This text has black color on #771168 background.


White color preview on #771168 background

This text has white color on #771168 background.