COLOR #774B84

HEX: #774B84
RGB: (119,75,132)

Color info

#774B84 contains red, green and blue colors in about the same proportion. Web safe color of #774B84 is #663399 (or #639).

RGB color model

#774B84 color RGB value is (119,75,132).

  • red value is 119;
  • green value is 75;
  • blue value is 132.
RGB:
(119,75,132)
(47%,29%,52%)

RGB channels and saturation

R 119 of 255 = 47%
G 75 of 255 = 29%
B 132 of 255 = 52%

119
75
132

R + G + B ~ 43%. #774B84 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
119 + 75 + 132 = 326 (100%)
R 119 of 326 ~ 36.5%
G 75 of 326 ~ 23.01%
B 132 of 326 ~ 40.49%

%36.5
%23.01
%40.49

CMYK color model

#774B84 color CMYK value is (10,43,0,48).

  • cyan value is 9.85%
  • magenta value is 43.18%
  • yellow value is 0.00%
  • key color value is 48.24%
CMYK:
(10,43,0,48)
C10M43Y0K48 
(10%,43%,0%,48%)
(0.10/0.43/0.00/0.48)	

CMYK percentages

%9.85
%43.18
%0
%48.24

Codes

Color #774B84 in popluar color models

774B84
RGB11975132
HSL286°27.54%40.59%
HSB/HSV286°43.18%51.76%
CMYK9.85%43.18%0.00%
48.24%

Color #774B84 in popluar number systems.

HEX774B84
Decimal11975132
Binary1110111100101110000100
Octal167113204

Shades and tints

Shades of #774B84

#774B84
(119,75,132)
#6D4578
(109,69,120)
#633F6C
(99,63,108)
#593960
(89,57,96)
#4F3354
(79,51,84)
#452D48
(69,45,72)
#3B273C
(59,39,60)
#312130
(49,33,48)
#271B24
(39,27,36)
#1D1518
(29,21,24)
#130F0C
(19,15,12)
#000000
(0,0,0)

Tints of #774B84

#774B84
(119,75,132)
#835B8F
(131,91,143)
#8F6B9A
(143,107,154)
#9B7BA5
(155,123,165)
#A78BB0
(167,139,176)
#B39BBB
(179,155,187)
#BFABC6
(191,171,198)
#CBBBD1
(203,187,209)
#D7CBDC
(215,203,220)
#E3DBE7
(227,219,231)
#EFEBF2
(239,235,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #774B84 color. Also use rgb(119,75,132) instead hex code.

Text Font Color

.myTextColor { color: #774B84; }

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

This text font color is #774B84.


Background Color

.myBgColor { background-color: #774B84; }

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

This div background color is #774B84.


Border color

.myBorderColor { border: 1px solid #774B84; }

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

This div border color is #774B84.


Opacity

.myOpacity80 { color: #774B84; opacity: 0.8; }

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

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

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

This text has shadow with #774B84 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #774B84 on black background.


Color preview on white background

This text has color #774B84 on white background.



Black color preview on #774B84 background

This text has black color on #774B84 background.


White color preview on #774B84 background

This text has white color on #774B84 background.