Color Hex Logo

#78071f Color Hex

#78071F
(120,7,31)
0 Favorites   0 Comments

Color spaces of #78071f

RGB 120731
HSL0.960.890.25
HSV347°94°47°
CMYK 0.000.940.74   0.53
XYZ8.06904.24401.6902
Yxy4.24400.57620.3031
Hunter Lab20.601033.86339.5563
CIE-Lab24.462245.344619.8714

#78071f color RGB value is (120,7,31).

#78071f hex color red value is 120, green value is 7 and the blue value of its RGB is 31. Cylindrical-coordinate representations (also known as HSL) of color #78071f hue: 0.96 , saturation: 0.89 and the lightness value of 78071f is 0.25.

The process color (four color CMYK) of #78071f color hex is 0.00, 0.94, 0.74, 0.53. Web safe color of #78071f is #660033. Color #78071f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01111000 00000111 00011111
Octal 170 7 37
Decimal 120 7 31
Hex 78 7 1F

RGB Percentages of Color #78071f

%75.95
%4.43
%19.62

CMYK Percentages of Color #78071f

%0
%94
%74
%53

Triadic Colors of #78071f

#78071f #1f7807 #071f78

Analogous Colors of #78071f

#78071f #782807 #780757

Monochromatic Colors of #78071f

#78071f

Complementary Color

#78071f #077860

#78071f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#78071f Color Preview on White Background

Lorem ipsum dolor sit amet.

#78071f Color CSS Codes

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

#78071f Text Font Color

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

This sample text font color is #78071f
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.


#78071f Background Color

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

This div background color is #78071f


#78071f Border Color

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

This div border color is #78071f


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(120,7,31, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #78071f; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #78071f;
  -webkit-box-shadow: 1px 1px 3px 2px #78071f;
  box-shadow:         1px 1px 3px 2px #78071f; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #78071f


Comments

No comments written yet.

Please login to write comment.