COLOR #774571

HEX: #774571
RGB: (119,69,113)

Color info

#774571 contains red, green and blue colors in about the same proportion. Web safe color of #774571 is #663366 (or #636).

RGB color model

#774571 color RGB value is (119,69,113).

  • red value is 119;
  • green value is 69;
  • blue value is 113.
RGB:
(119,69,113)
(47%,27%,44%)

RGB channels and saturation

R 119 of 255 = 47%
G 69 of 255 = 27%
B 113 of 255 = 44%

119
69
113

R + G + B ~ 39%. #774571 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
119 + 69 + 113 = 301 (100%)
R 119 of 301 ~ 39.53%
G 69 of 301 ~ 22.92%
B 113 of 301 ~ 37.54%

%39.53
%22.92
%37.54

CMYK color model

#774571 color CMYK value is (0,42,5,53).

  • cyan value is 0.00%
  • magenta value is 42.02%
  • yellow value is 5.04%
  • key color value is 53.33%
CMYK:
(0,42,5,53)
C0M42Y5K53 
(0%,42%,5%,53%)
(0.00/0.42/0.05/0.53)	

CMYK percentages

%0
%42.02
%5.04
%53.33

Codes

Color #774571 in popluar color models

774571
RGB11969113
HSL307°26.60%36.86%
HSB/HSV307°42.02%46.67%
CMYK0.00%42.02%5.04%
53.33%

Color #774571 in popluar number systems.

HEX774571
Decimal11969113
Binary111011110001011110001
Octal167105161

Shades and tints

Shades of #774571

#774571
(119,69,113)
#6D3F67
(109,63,103)
#63395D
(99,57,93)
#593353
(89,51,83)
#4F2D49
(79,45,73)
#45273F
(69,39,63)
#3B2135
(59,33,53)
#311B2B
(49,27,43)
#271521
(39,21,33)
#1D0F17
(29,15,23)
#13090D
(19,9,13)
#000000
(0,0,0)

Tints of #774571

#774571
(119,69,113)
#83557D
(131,85,125)
#8F6589
(143,101,137)
#9B7595
(155,117,149)
#A785A1
(167,133,161)
#B395AD
(179,149,173)
#BFA5B9
(191,165,185)
#CBB5C5
(203,181,197)
#D7C5D1
(215,197,209)
#E3D5DD
(227,213,221)
#EFE5E9
(239,229,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #774571 color. Also use rgb(119,69,113) instead hex code.

Text Font Color

.myTextColor { color: #774571; }

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

This text font color is #774571.


Background Color

.myBgColor { background-color: #774571; }

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

This div background color is #774571.


Border color

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

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

This div border color is #774571.


Opacity

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

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

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

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

This text has shadow with #774571 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #774571 on black background.


Color preview on white background

This text has color #774571 on white background.



Black color preview on #774571 background

This text has black color on #774571 background.


White color preview on #774571 background

This text has white color on #774571 background.