COLOR #780C0F

HEX: #780C0F
RGB: (120,12,15)

Renk bilgisi

#780C0F contains mainly red color. #780C0F ‘ nin web güvenlik rengi #660000 (ya da #600) dir.

RGB renk modeli

#780C0F color RGB value is (120,12,15).

  • kırmız ton 120;
  • yeşil ton 12;
  • mavi ton 15.
RGB:
(120,12,15)
(47%,5%,6%)

RGB bağlantıları ve doygunluk

R 120 of 255 = 47%
G 12 of 255 = 5%
B 15 of 255 = 6%

120
12
15

R + G + B ~ 19%. #780C0F is dark color.

Yüzdelerle RGB renk parçaları

R + G + B =
120 + 12 + 15 = 147 (100%)
R 120 of 147 ~ 81.63%
G 12 of 147 ~ 8.16%
B 15 of 147 ~ 10.2%

%81.63
%10.2

CMYK RENK MODELİ

#780C0F rengi CMYK tonu (0,90,88,53).

  • camgöbeği tonu 0.00%
  • eflatun tonu 90.00%
  • sarı tonu 87.50%
  • ana renk tonu 52.94%
CMYK:
(0,90,88,53)
C0M90Y88K53 
(0%,90%,88%,53%)
(0.00/0.90/0.88/0.53)	

CMYK yüzdeleri

%0
%90
%87.5
%52.94

Codes

Color #780C0F in popluar color models

780C0F
RGB1201215
HSL358°81.82%25.88%
HSB/HSV358°90.00%47.06%
CMYK0.00%90.00%87.50%
52.94%

Color #780C0F in popluar number systems.

HEX780C0F
Decimal1201215
Binary111100011001111
Octal1701417

Shades and tints

Shades of #780C0F

#780C0F
(120,12,15)
#6E0B0E
(110,11,14)
#640A0D
(100,10,13)
#5A090C
(90,9,12)
#50080B
(80,8,11)
#46070A
(70,7,10)
#3C0609
(60,6,9)
#320508
(50,5,8)
#280407
(40,4,7)
#1E0306
(30,3,6)
#140205
(20,2,5)
#000000
(0,0,0)

Tints of #780C0F

#780C0F
(120,12,15)
#842224
(132,34,36)
#903839
(144,56,57)
#9C4E4E
(156,78,78)
#A86463
(168,100,99)
#B47A78
(180,122,120)
#C0908D
(192,144,141)
#CCA6A2
(204,166,162)
#D8BCB7
(216,188,183)
#E4D2CC
(228,210,204)
#F0E8E1
(240,232,225)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #780C0F color. Also use rgb(120,12,15) instead hex code.

Text Font Color

.myTextColor { color: #780C0F; }

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

This text font color is #780C0F.


Background Color

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

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

This div background color is #780C0F.


Border color

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

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

This div border color is #780C0F.


Opacity

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

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

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

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

This text has shadow with #780C0F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #780C0F on black background.


Color preview on white background

This text has color #780C0F on white background.



Black color preview on #780C0F background

This text has black color on #780C0F background.


White color preview on #780C0F background

This text has white color on #780C0F background.