COLOR #780D74

HEX: #780D74
RGB: (120,13,116)

Renk bilgisi

#780D74 contains mainly red and blue colors. #780D74 ‘ nin web güvenlik rengi #660066 (ya da #606) dir.

RGB renk modeli

#780D74 color RGB value is (120,13,116).

  • kırmız ton 120;
  • yeşil ton 13;
  • mavi ton 116.
RGB:
(120,13,116)
(47%,5%,45%)

RGB bağlantıları ve doygunluk

R 120 of 255 = 47%
G 13 of 255 = 5%
B 116 of 255 = 45%

120
13
116

R + G + B ~ 32%. #780D74 is quite dark color.

Yüzdelerle RGB renk parçaları

R + G + B =
120 + 13 + 116 = 249 (100%)
R 120 of 249 ~ 48.19%
G 13 of 249 ~ 5.22%
B 116 of 249 ~ 46.59%

%48.19
%46.59

CMYK RENK MODELİ

#780D74 rengi CMYK tonu (0,89,3,53).

  • camgöbeği tonu 0.00%
  • eflatun tonu 89.17%
  • sarı tonu 3.33%
  • ana renk tonu 52.94%
CMYK:
(0,89,3,53)
C0M89Y3K53 
(0%,89%,3%,53%)
(0.00/0.89/0.03/0.53)	

CMYK yüzdeleri

%0
%89.17
%3.33
%52.94

Codes

Color #780D74 in popluar color models

780D74
RGB12013116
HSL302°80.45%26.08%
HSB/HSV302°89.17%47.06%
CMYK0.00%89.17%3.33%
52.94%

Color #780D74 in popluar number systems.

HEX780D74
Decimal12013116
Binary111100011011110100
Octal17015164

Shades and tints

Shades of #780D74

#780D74
(120,13,116)
#6E0C6A
(110,12,106)
#640B60
(100,11,96)
#5A0A56
(90,10,86)
#50094C
(80,9,76)
#460842
(70,8,66)
#3C0738
(60,7,56)
#32062E
(50,6,46)
#280524
(40,5,36)
#1E041A
(30,4,26)
#140310
(20,3,16)
#000000
(0,0,0)

Tints of #780D74

#780D74
(120,13,116)
#842380
(132,35,128)
#90398C
(144,57,140)
#9C4F98
(156,79,152)
#A865A4
(168,101,164)
#B47BB0
(180,123,176)
#C091BC
(192,145,188)
#CCA7C8
(204,167,200)
#D8BDD4
(216,189,212)
#E4D3E0
(228,211,224)
#F0E9EC
(240,233,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #780D74 color. Also use rgb(120,13,116) instead hex code.

Text Font Color

.myTextColor { color: #780D74; }

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

This text font color is #780D74.


Background Color

.myBgColor { background-color: #780D74; }

<div style="background-color:#780D74">Inner text</div>

This div background color is #780D74.


Border color

.myBorderColor { border: 1px solid #780D74; }

<div style="border:3px solid #780D74">Div</div>

This div border color is #780D74.


Opacity

.myOpacity80 { color: #780D74; opacity: 0.8; }

<p style="color:#780D74;opacity:0.8;">80%</p>

Text with #780D74 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 #780D74;}

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

This text has shadow with #780D74 color.

.textShadow {text-shadow: 3px 3px 1px #780D74, 3px 3px 1px red;}

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

This text has shadow with #780D74 primary color and red secondary color.


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

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

This text has shadow with #780D74 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #780D74 on black background.


Color preview on white background

This text has color #780D74 on white background.



Black color preview on #780D74 background

This text has black color on #780D74 background.


White color preview on #780D74 background

This text has white color on #780D74 background.