COLOR #784CA4

HEX: #784CA4
RGB: (120,76,164)

Renk bilgisi

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

RGB renk modeli

#784CA4 color RGB value is (120,76,164).

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

RGB bağlantıları ve doygunluk

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

120
76
164

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

Yüzdelerle RGB renk parçaları

R + G + B =
120 + 76 + 164 = 360 (100%)
R 120 of 360 ~ 33.33%
G 76 of 360 ~ 21.11%
B 164 of 360 ~ 45.56%

%33.33
%21.11
%45.56

CMYK RENK MODELİ

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

  • camgöbeği tonu 26.83%
  • 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

%26.83
%53.66
%0
%35.69

Codes

Color #784CA4 in popluar color models

784CA4
RGB12076164
HSL270°36.67%47.06%
HSB/HSV270°53.66%64.31%
CMYK26.83%53.66%0.00%
35.69%

Color #784CA4 in popluar number systems.

HEX784CA4
Decimal12076164
Binary1111000100110010100100
Octal170114244

Shades and tints

Shades of #784CA4

#784CA4
(120,76,164)
#6E4696
(110,70,150)
#644088
(100,64,136)
#5A3A7A
(90,58,122)
#50346C
(80,52,108)
#462E5E
(70,46,94)
#3C2850
(60,40,80)
#322242
(50,34,66)
#281C34
(40,28,52)
#1E1626
(30,22,38)
#141018
(20,16,24)
#000000
(0,0,0)

Tints of #784CA4

#784CA4
(120,76,164)
#845CAC
(132,92,172)
#906CB4
(144,108,180)
#9C7CBC
(156,124,188)
#A88CC4
(168,140,196)
#B49CCC
(180,156,204)
#C0ACD4
(192,172,212)
#CCBCDC
(204,188,220)
#D8CCE4
(216,204,228)
#E4DCEC
(228,220,236)
#F0ECF4
(240,236,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #784CA4; }

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

This text font color is #784CA4.


Background Color

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

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

This div background color is #784CA4.


Border color

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

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

This div border color is #784CA4.


Opacity

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

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

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

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

This text has shadow with #784CA4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #784CA4 on black background.


Color preview on white background

This text has color #784CA4 on white background.



Black color preview on #784CA4 background

This text has black color on #784CA4 background.


White color preview on #784CA4 background

This text has white color on #784CA4 background.