COLOR #771067

HEX: #771067
RGB: (119,16,103)

Color info

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

RGB color model

#771067 color RGB value is (119,16,103).

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

RGB channels and saturation

R 119 of 255 = 47%
G 16 of 255 = 6%
B 103 of 255 = 40%

119
16
103

R + G + B ~ 31%. #771067 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
119 + 16 + 103 = 238 (100%)
R 119 of 238 ~ 50%
G 16 of 238 ~ 6.72%
B 103 of 238 ~ 43.28%

%50
%43.28

CMYK color model

#771067 color CMYK value is (0,87,13,53).

  • cyan value is 0.00%
  • magenta value is 86.55%
  • yellow value is 13.45%
  • key color value is 53.33%
CMYK:
(0,87,13,53)
C0M87Y13K53 
(0%,87%,13%,53%)
(0.00/0.87/0.13/0.53)	

CMYK percentages

%0
%86.55
%13.45
%53.33

Codes

Color #771067 in popluar color models

771067
RGB11916103
HSL309°76.30%26.47%
HSB/HSV309°86.55%46.67%
CMYK0.00%86.55%13.45%
53.33%

Color #771067 in popluar number systems.

HEX771067
Decimal11916103
Binary1110111100001100111
Octal16720147

Shades and tints

Shades of #771067

#771067
(119,16,103)
#6D0F5E
(109,15,94)
#630E55
(99,14,85)
#590D4C
(89,13,76)
#4F0C43
(79,12,67)
#450B3A
(69,11,58)
#3B0A31
(59,10,49)
#310928
(49,9,40)
#27081F
(39,8,31)
#1D0716
(29,7,22)
#13060D
(19,6,13)
#000000
(0,0,0)

Tints of #771067

#771067
(119,16,103)
#832574
(131,37,116)
#8F3A81
(143,58,129)
#9B4F8E
(155,79,142)
#A7649B
(167,100,155)
#B379A8
(179,121,168)
#BF8EB5
(191,142,181)
#CBA3C2
(203,163,194)
#D7B8CF
(215,184,207)
#E3CDDC
(227,205,220)
#EFE2E9
(239,226,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #771067; }

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

This text font color is #771067.


Background Color

.myBgColor { background-color: #771067; }

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

This div background color is #771067.


Border color

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

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

This div border color is #771067.


Opacity

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

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

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

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

This text has shadow with #771067 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #771067 on black background.


Color preview on white background

This text has color #771067 on white background.



Black color preview on #771067 background

This text has black color on #771067 background.


White color preview on #771067 background

This text has white color on #771067 background.