Color Hex Logo

#780d22 Color Hex

#780D22
(120,13,34)
0 Favorites   0 Comments

Color spaces of #780d22

RGB 1201334
HSL0.970.800.26
HSV348°89°47°
CMYK 0.000.890.72   0.53
XYZ8.17844.39641.9309
Yxy4.39640.56380.3031
Hunter Lab20.967632.93059.2173
CIE-Lab24.940944.270218.4326

#780d22 color RGB value is (120,13,34).

#780d22 hex color red value is 120, green value is 13 and the blue value of its RGB is 34. Cylindrical-coordinate representations (also known as HSL) of color #780d22 hue: 0.97 , saturation: 0.80 and the lightness value of 780d22 is 0.26.

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

Base Numbers

BaseRedGreenBlue
Binary 01111000 00001101 00100010
Octal 170 15 42
Decimal 120 13 34
Hex 78 D 22

RGB Percentages of Color #780d22

%71.86
%7.78
%20.36

CMYK Percentages of Color #780d22

%0
%89
%72
%53

Triadic Colors of #780d22

#780d22 #22780d #0d2278

Analogous Colors of #780d22

#780d22 #782e0d #780d58

Monochromatic Colors of #780d22

#780d22

Complementary Color

#780d22 #0d7863

#780d22 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#780d22 Color Preview on White Background

Lorem ipsum dolor sit amet.

#780d22 Color CSS Codes

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

#780d22 Text Font Color

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

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


#780d22 Background Color

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

This div background color is #780d22


#780d22 Border Color

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

This div border color is #780d22


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(120,13,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 #780d22">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #780d22


Comments

No comments written yet.

Please login to write comment.