Color Hex Logo

#782001 Color Hex

#782001
(120,32,1)
0 Favorites   0 Comments

Color spaces of #782001

RGB 120321
HSL0.040.980.24
HSV16°99°47°
CMYK 0.000.730.99   0.53
XYZ8.26775.02830.5635
Yxy5.02830.59650.3628
Hunter Lab22.423926.571314.2068
CIE-Lab26.815236.991538.1732

#782001 color RGB value is (120,32,1).

#782001 hex color red value is 120, green value is 32 and the blue value of its RGB is 1. Cylindrical-coordinate representations (also known as HSL) of color #782001 hue: 0.04 , saturation: 0.98 and the lightness value of 782001 is 0.24.

The process color (four color CMYK) of #782001 color hex is 0.00, 0.73, 0.99, 0.53. Web safe color of #782001 is #663300. Color #782001 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01111000 00100000 00000001
Octal 170 40 1
Decimal 120 32 1
Hex 78 20 1

RGB Percentages of Color #782001

%78.43
%20.92
%0.65

CMYK Percentages of Color #782001

%0
%73
%99
%53

Triadic Colors of #782001

#782001 #017820 #200178

Analogous Colors of #782001

#782001 #785c01 #78011e

Monochromatic Colors of #782001

#782001

Complementary Color

#782001 #015978

#782001 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#782001 Color Preview on White Background

Lorem ipsum dolor sit amet.

#782001 Color CSS Codes

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

#782001 Text Font Color

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

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


#782001 Background Color

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

This div background color is #782001


#782001 Border Color

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

This div border color is #782001


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #782001


Comments

No comments written yet.

Please login to write comment.