Color Hex Logo

#784360 Color Hex

#784360
(120,67,96)
0 Favorites   0 Comments

Color spaces of #784360

RGB 1206796
HSL0.910.280.37
HSV327°44°47°
CMYK 0.000.440.20   0.53
XYZ11.86428.851912.1496
Yxy8.85190.36100.2693
Hunter Lab29.752119.1138-3.3852
CIE-Lab35.697627.0486-7.1524

#784360 color RGB value is (120,67,96).

#784360 hex color red value is 120, green value is 67 and the blue value of its RGB is 96. Cylindrical-coordinate representations (also known as HSL) of color #784360 hue: 0.91 , saturation: 0.28 and the lightness value of 784360 is 0.37.

The process color (four color CMYK) of #784360 color hex is 0.00, 0.44, 0.20, 0.53. Web safe color of #784360 is #663366. Color #784360 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01111000 01000011 01100000
Octal 170 103 140
Decimal 120 67 96
Hex 78 43 60

RGB Percentages of Color #784360

%42.40
%23.67
%33.92

CMYK Percentages of Color #784360

%0
%44
%20
%53

Triadic Colors of #784360

#784360 #607843 #436078

Analogous Colors of #784360

#784360 #784346 #764378

Monochromatic Colors of #784360

#784360

Complementary Color

#784360 #43785b

#784360 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#784360 Color Preview on White Background

Lorem ipsum dolor sit amet.

#784360 Color CSS Codes

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

#784360 Text Font Color

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

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


#784360 Background Color

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

This div background color is #784360


#784360 Border Color

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

This div border color is #784360


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #784360


Comments

No comments written yet.

Please login to write comment.