COLOR #774C92

HEX: #774C92
RGB: (119,76,146)

Color info

#774C92 contains mainly red and blue colors. Web safe color of #774C92 is #663399 (or #639).

RGB color model

#774C92 color RGB value is (119,76,146).

  • red value is 119;
  • green value is 76;
  • blue value is 146.
RGB:
(119,76,146)
(47%,30%,57%)

RGB channels and saturation

R 119 of 255 = 47%
G 76 of 255 = 30%
B 146 of 255 = 57%

119
76
146

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

Portions of RGB colors in percentages

R + G + B =
119 + 76 + 146 = 341 (100%)
R 119 of 341 ~ 34.9%
G 76 of 341 ~ 22.29%
B 146 of 341 ~ 42.82%

%34.9
%22.29
%42.82

CMYK color model

#774C92 color CMYK value is (18,48,0,43).

  • cyan value is 18.49%
  • magenta value is 47.95%
  • yellow value is 0.00%
  • key color value is 42.75%
CMYK:
(18,48,0,43)
C18M48Y0K43 
(18%,48%,0%,43%)
(0.18/0.48/0.00/0.43)	

CMYK percentages

%18.49
%47.95
%0
%42.75

Codes

Color #774C92 in popluar color models

774C92
RGB11976146
HSL277°31.53%43.53%
HSB/HSV277°47.95%57.25%
CMYK18.49%47.95%0.00%
42.75%

Color #774C92 in popluar number systems.

HEX774C92
Decimal11976146
Binary1110111100110010010010
Octal167114222

Shades and tints

Shades of #774C92

#774C92
(119,76,146)
#6D4685
(109,70,133)
#634078
(99,64,120)
#593A6B
(89,58,107)
#4F345E
(79,52,94)
#452E51
(69,46,81)
#3B2844
(59,40,68)
#312237
(49,34,55)
#271C2A
(39,28,42)
#1D161D
(29,22,29)
#131010
(19,16,16)
#000000
(0,0,0)

Tints of #774C92

#774C92
(119,76,146)
#835C9B
(131,92,155)
#8F6CA4
(143,108,164)
#9B7CAD
(155,124,173)
#A78CB6
(167,140,182)
#B39CBF
(179,156,191)
#BFACC8
(191,172,200)
#CBBCD1
(203,188,209)
#D7CCDA
(215,204,218)
#E3DCE3
(227,220,227)
#EFECEC
(239,236,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #774C92 color. Also use rgb(119,76,146) instead hex code.

Text Font Color

.myTextColor { color: #774C92; }

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

This text font color is #774C92.


Background Color

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

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

This div background color is #774C92.


Border color

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

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

This div border color is #774C92.


Opacity

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

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

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

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

This text has shadow with #774C92 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #774C92 on black background.


Color preview on white background

This text has color #774C92 on white background.



Black color preview on #774C92 background

This text has black color on #774C92 background.


White color preview on #774C92 background

This text has white color on #774C92 background.