Color Hex Logo

#780422 Color Hex

#780422
(120,4,34)
0 Favorites   0 Comments

Color spaces of #780422

RGB 120434
HSL0.960.940.24
HSV344°97°47°
CMYK 0.000.970.72   0.53
XYZ8.07794.19541.8974
Yxy4.19540.57000.2961
Hunter Lab20.482734.55168.8456
CIE-Lab24.307246.093717.6435

#780422 color RGB value is (120,4,34).

#780422 hex color red value is 120, green value is 4 and the blue value of its RGB is 34. Cylindrical-coordinate representations (also known as HSL) of color #780422 hue: 0.96 , saturation: 0.94 and the lightness value of 780422 is 0.24.

The process color (four color CMYK) of #780422 color hex is 0.00, 0.97, 0.72, 0.53. Web safe color of #780422 is #660033. Color #780422 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01111000 00000100 00100010
Octal 170 4 42
Decimal 120 4 34
Hex 78 4 22

RGB Percentages of Color #780422

%75.95
%2.53
%21.52

CMYK Percentages of Color #780422

%0
%97
%72
%53

Triadic Colors of #780422

#780422 #227804 #042278

Analogous Colors of #780422

#780422 #782004 #78045c

Monochromatic Colors of #780422

#780422

Complementary Color

#780422 #04785a

#780422 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#780422 Color Preview on White Background

Lorem ipsum dolor sit amet.

#780422 Color CSS Codes

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

#780422 Text Font Color

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

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


#780422 Background Color

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

This div background color is #780422


#780422 Border Color

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

This div border color is #780422


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #780422


Comments

No comments written yet.

Please login to write comment.