COLOR #781012

HEX: #781012
RGB: (120,16,18)

Color info

#781012 contains mainly red color. Web safe color of #781012 is #660000 (or #600).

RGB color model

#781012 color RGB value is (120,16,18).

  • red value is 120;
  • green value is 16;
  • blue value is 18.
RGB:
(120,16,18)
(47%,6%,7%)

RGB channels and saturation

R 120 of 255 = 47%
G 16 of 255 = 6%
B 18 of 255 = 7%

120
16
18

R + G + B ~ 20%. #781012 is dark color.

Portions of RGB colors in percentages

R + G + B =
120 + 16 + 18 = 154 (100%)
R 120 of 154 ~ 77.92%
G 16 of 154 ~ 10.39%
B 18 of 154 ~ 11.69%

%77.92
%10.39
%11.69

CMYK color model

#781012 color CMYK value is (0,87,85,53).

  • cyan value is 0.00%
  • magenta value is 86.67%
  • yellow value is 85.00%
  • key color value is 52.94%
CMYK:
(0,87,85,53)
C0M87Y85K53 
(0%,87%,85%,53%)
(0.00/0.87/0.85/0.53)	

CMYK percentages

%0
%86.67
%85
%52.94

Codes

Color #781012 in popluar color models

781012
RGB1201618
HSL359°76.47%26.67%
HSB/HSV359°86.67%47.06%
CMYK0.00%86.67%85.00%
52.94%

Color #781012 in popluar number systems.

HEX781012
Decimal1201618
Binary11110001000010010
Octal1702022

Shades and tints

Shades of #781012

#781012
(120,16,18)
#6E0F11
(110,15,17)
#640E10
(100,14,16)
#5A0D0F
(90,13,15)
#500C0E
(80,12,14)
#460B0D
(70,11,13)
#3C0A0C
(60,10,12)
#32090B
(50,9,11)
#28080A
(40,8,10)
#1E0709
(30,7,9)
#140608
(20,6,8)
#000000
(0,0,0)

Tints of #781012

#781012
(120,16,18)
#842527
(132,37,39)
#903A3C
(144,58,60)
#9C4F51
(156,79,81)
#A86466
(168,100,102)
#B4797B
(180,121,123)
#C08E90
(192,142,144)
#CCA3A5
(204,163,165)
#D8B8BA
(216,184,186)
#E4CDCF
(228,205,207)
#F0E2E4
(240,226,228)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #781012 color. Also use rgb(120,16,18) instead hex code.

Text Font Color

.myTextColor { color: #781012; }

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

This text font color is #781012.


Background Color

.myBgColor { background-color: #781012; }

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

This div background color is #781012.


Border color

.myBorderColor { border: 1px solid #781012; }

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

This div border color is #781012.


Opacity

.myOpacity80 { color: #781012; opacity: 0.8; }

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

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

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

This text has shadow with #781012 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #781012 on black background.


Color preview on white background

This text has color #781012 on white background.



Black color preview on #781012 background

This text has black color on #781012 background.


White color preview on #781012 background

This text has white color on #781012 background.