Color Hex Logo

#781309 Color Hex

#781309
(120,19,9)
0 Favorites   0 Comments

Color spaces of #781309

RGB 120199
HSL0.020.860.25
HSV93°47°
CMYK 0.000.840.93   0.53
XYZ8.02794.47850.6998
Yxy4.47850.60790.3391
Hunter Lab21.162530.679012.8531
CIE-Lab25.194141.816133.4286

#781309 color RGB value is (120,19,9).

#781309 hex color red value is 120, green value is 19 and the blue value of its RGB is 9. Cylindrical-coordinate representations (also known as HSL) of color #781309 hue: 0.02 , saturation: 0.86 and the lightness value of 781309 is 0.25.

The process color (four color CMYK) of #781309 color hex is 0.00, 0.84, 0.93, 0.53. Web safe color of #781309 is #660000. Color #781309 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01111000 00010011 00001001
Octal 170 23 11
Decimal 120 19 9
Hex 78 13 9

RGB Percentages of Color #781309

%81.08
%12.84
%6.08

CMYK Percentages of Color #781309

%0
%84
%93
%53

Triadic Colors of #781309

#781309 #097813 #130978

Analogous Colors of #781309

#781309 #784b09 #780936

Monochromatic Colors of #781309

#781309

Complementary Color

#781309 #096e78

#781309 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#781309 Color Preview on White Background

Lorem ipsum dolor sit amet.

#781309 Color CSS Codes

.mybgcolor {background-color:#781309; } 
.myforecolor {color:#781309; }
.mybordercolor {border:3px solid #781309; }

#781309 Text Font Color

<p style="color:#781309">Text here</p>

This sample text font color is #781309
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.


#781309 Background Color

<div style="background-color:#781309">
Div content here</div>

This div background color is #781309


#781309 Border Color

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

This div border color is #781309


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(120,19,9, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #781309; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #781309;
  -webkit-box-shadow: 1px 1px 3px 2px #781309;
  box-shadow:         1px 1px 3px 2px #781309; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(120,19,9, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #781309">Text here</p>

This text has shadow with hex values.


Div Box Shadow

<div style="-moz-box-shadow: 1px 1px 3px 2px #781309;
  -webkit-box-shadow: 1px 1px 3px 2px #781309;
  box-shadow:         1px 1px 3px 2px #781309;">
Div content here</div>

This div box has shadow with color #781309


Comments

No comments written yet.

Please login to write comment.