COLOR #774CA4

HEX: #774CA4
RGB: (119,76,164)

Renk bilgisi

#774CA4 contains mainly red and blue colors. #774CA4 ‘ nin web güvenlik rengi #663399 (ya da #639) dir.

RGB renk modeli

#774CA4 color RGB value is (119,76,164).

  • kırmız ton 119;
  • yeşil ton 76;
  • mavi ton 164.
RGB:
(119,76,164)
(47%,30%,64%)

RGB bağlantıları ve doygunluk

R 119 of 255 = 47%
G 76 of 255 = 30%
B 164 of 255 = 64%

119
76
164

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

Yüzdelerle RGB renk parçaları

R + G + B =
119 + 76 + 164 = 359 (100%)
R 119 of 359 ~ 33.15%
G 76 of 359 ~ 21.17%
B 164 of 359 ~ 45.68%

%33.15
%21.17
%45.68

CMYK RENK MODELİ

#774CA4 rengi CMYK tonu (27,54,0,36).

  • camgöbeği tonu 27.44%
  • eflatun tonu 53.66%
  • sarı tonu 0.00%
  • ana renk tonu 35.69%
CMYK:
(27,54,0,36)
C27M54Y0K36 
(27%,54%,0%,36%)
(0.27/0.54/0.00/0.36)	

CMYK yüzdeleri

%27.44
%53.66
%0
%35.69

Codes

Color #774CA4 in popluar color models

774CA4
RGB11976164
HSL269°36.67%47.06%
HSB/HSV269°53.66%64.31%
CMYK27.44%53.66%0.00%
35.69%

Color #774CA4 in popluar number systems.

HEX774CA4
Decimal11976164
Binary1110111100110010100100
Octal167114244

Shades and tints

Shades of #774CA4

#774CA4
(119,76,164)
#6D4696
(109,70,150)
#634088
(99,64,136)
#593A7A
(89,58,122)
#4F346C
(79,52,108)
#452E5E
(69,46,94)
#3B2850
(59,40,80)
#312242
(49,34,66)
#271C34
(39,28,52)
#1D1626
(29,22,38)
#131018
(19,16,24)
#000000
(0,0,0)

Tints of #774CA4

#774CA4
(119,76,164)
#835CAC
(131,92,172)
#8F6CB4
(143,108,180)
#9B7CBC
(155,124,188)
#A78CC4
(167,140,196)
#B39CCC
(179,156,204)
#BFACD4
(191,172,212)
#CBBCDC
(203,188,220)
#D7CCE4
(215,204,228)
#E3DCEC
(227,220,236)
#EFECF4
(239,236,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #774CA4; }

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

This text font color is #774CA4.


Background Color

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

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

This div background color is #774CA4.


Border color

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

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

This div border color is #774CA4.


Opacity

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

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

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

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

This text has shadow with #774CA4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #774CA4 on black background.


Color preview on white background

This text has color #774CA4 on white background.



Black color preview on #774CA4 background

This text has black color on #774CA4 background.


White color preview on #774CA4 background

This text has white color on #774CA4 background.