COLOR #771375

HEX: #771375
RGB: (119,19,117)

Color info

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

RGB color model

#771375 color RGB value is (119,19,117).

  • red value is 119;
  • green value is 19;
  • blue value is 117.
RGB:
(119,19,117)
(47%,7%,46%)

RGB channels and saturation

R 119 of 255 = 47%
G 19 of 255 = 7%
B 117 of 255 = 46%

119
19
117

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

Portions of RGB colors in percentages

R + G + B =
119 + 19 + 117 = 255 (100%)
R 119 of 255 ~ 46.67%
G 19 of 255 ~ 7.45%
B 117 of 255 ~ 45.88%

%46.67
%45.88

CMYK color model

#771375 color CMYK value is (0,84,2,53).

  • cyan value is 0.00%
  • magenta value is 84.03%
  • yellow value is 1.68%
  • key color value is 53.33%
CMYK:
(0,84,2,53)
C0M84Y2K53 
(0%,84%,2%,53%)
(0.00/0.84/0.02/0.53)	

CMYK percentages

%0
%84.03
%1.68
%53.33

Codes

Color #771375 in popluar color models

771375
RGB11919117
HSL301°72.46%27.06%
HSB/HSV301°84.03%46.67%
CMYK0.00%84.03%1.68%
53.33%

Color #771375 in popluar number systems.

HEX771375
Decimal11919117
Binary1110111100111110101
Octal16723165

Shades and tints

Shades of #771375

#771375
(119,19,117)
#6D126B
(109,18,107)
#631161
(99,17,97)
#591057
(89,16,87)
#4F0F4D
(79,15,77)
#450E43
(69,14,67)
#3B0D39
(59,13,57)
#310C2F
(49,12,47)
#270B25
(39,11,37)
#1D0A1B
(29,10,27)
#130911
(19,9,17)
#000000
(0,0,0)

Tints of #771375

#771375
(119,19,117)
#832881
(131,40,129)
#8F3D8D
(143,61,141)
#9B5299
(155,82,153)
#A767A5
(167,103,165)
#B37CB1
(179,124,177)
#BF91BD
(191,145,189)
#CBA6C9
(203,166,201)
#D7BBD5
(215,187,213)
#E3D0E1
(227,208,225)
#EFE5ED
(239,229,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #771375 color. Also use rgb(119,19,117) instead hex code.

Text Font Color

.myTextColor { color: #771375; }

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

This text font color is #771375.


Background Color

.myBgColor { background-color: #771375; }

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

This div background color is #771375.


Border color

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

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

This div border color is #771375.


Opacity

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

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

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

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

This text has shadow with #771375 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #771375 on black background.


Color preview on white background

This text has color #771375 on white background.



Black color preview on #771375 background

This text has black color on #771375 background.


White color preview on #771375 background

This text has white color on #771375 background.