Color Hex Logo

#782240 Color Hex

#782240
(120,34,64)
0 Favorites   0 Comments

Color spaces of #782240

RGB 1203464
HSL0.940.560.30
HSV339°72°47°
CMYK 0.000.720.47   0.53
XYZ9.24325.50735.4263
Yxy5.50730.45810.2730
Hunter Lab23.467629.23742.7180
CIE-Lab28.133839.69952.4927

#782240 color RGB value is (120,34,64).

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

The process color (four color CMYK) of #782240 color hex is 0.00, 0.72, 0.47, 0.53. Web safe color of #782240 is #663333. Color #782240 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01111000 00100010 01000000
Octal 170 42 100
Decimal 120 34 64
Hex 78 22 40

RGB Percentages of Color #782240

%55.05
%15.60
%29.36

CMYK Percentages of Color #782240

%0
%72
%47
%53

Triadic Colors of #782240

#782240 #407822 #224078

Analogous Colors of #782240

#782240 #782f22 #78226b

Monochromatic Colors of #782240

#782240

Complementary Color

#782240 #22785a

#782240 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#782240 Color Preview on White Background

Lorem ipsum dolor sit amet.

#782240 Color CSS Codes

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

#782240 Text Font Color

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

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


#782240 Background Color

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

This div background color is #782240


#782240 Border Color

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

This div border color is #782240


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #782240


Comments

No comments written yet.

Please login to write comment.