COLOR #784D80

HEX: #784D80
RGB: (120,77,128)

Renk bilgisi

#784D80 contains red, green and blue colors in about the same proportion. #784D80 ‘ nin web güvenlik rengi #663366 (ya da #636) dir.

RGB renk modeli

#784D80 color RGB value is (120,77,128).

  • kırmız ton 120;
  • yeşil ton 77;
  • mavi ton 128.
RGB:
(120,77,128)
(47%,30%,50%)

RGB bağlantıları ve doygunluk

R 120 of 255 = 47%
G 77 of 255 = 30%
B 128 of 255 = 50%

120
77
128

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

Yüzdelerle RGB renk parçaları

R + G + B =
120 + 77 + 128 = 325 (100%)
R 120 of 325 ~ 36.92%
G 77 of 325 ~ 23.69%
B 128 of 325 ~ 39.38%

%36.92
%23.69
%39.38

CMYK RENK MODELİ

#784D80 rengi CMYK tonu (6,40,0,50).

  • camgöbeği tonu 6.25%
  • eflatun tonu 39.84%
  • sarı tonu 0.00%
  • ana renk tonu 49.80%
CMYK:
(6,40,0,50)
C6M40Y0K50 
(6%,40%,0%,50%)
(0.06/0.40/0.00/0.50)	

CMYK yüzdeleri

%6.25
%39.84
%0
%49.8

Codes

Color #784D80 in popluar color models

784D80
RGB12077128
HSL291°24.88%40.20%
HSB/HSV291°39.84%50.20%
CMYK6.25%39.84%0.00%
49.80%

Color #784D80 in popluar number systems.

HEX784D80
Decimal12077128
Binary1111000100110110000000
Octal170115200

Shades and tints

Shades of #784D80

#784D80
(120,77,128)
#6E4675
(110,70,117)
#643F6A
(100,63,106)
#5A385F
(90,56,95)
#503154
(80,49,84)
#462A49
(70,42,73)
#3C233E
(60,35,62)
#321C33
(50,28,51)
#281528
(40,21,40)
#1E0E1D
(30,14,29)
#140712
(20,7,18)
#000000
(0,0,0)

Tints of #784D80

#784D80
(120,77,128)
#845D8B
(132,93,139)
#906D96
(144,109,150)
#9C7DA1
(156,125,161)
#A88DAC
(168,141,172)
#B49DB7
(180,157,183)
#C0ADC2
(192,173,194)
#CCBDCD
(204,189,205)
#D8CDD8
(216,205,216)
#E4DDE3
(228,221,227)
#F0EDEE
(240,237,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #784D80 color. Also use rgb(120,77,128) instead hex code.

Text Font Color

.myTextColor { color: #784D80; }

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

This text font color is #784D80.


Background Color

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

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

This div background color is #784D80.


Border color

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

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

This div border color is #784D80.


Opacity

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

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

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

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

This text has shadow with #784D80 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #784D80 on black background.


Color preview on white background

This text has color #784D80 on white background.



Black color preview on #784D80 background

This text has black color on #784D80 background.


White color preview on #784D80 background

This text has white color on #784D80 background.