Color Hex Logo

#784760 Color Hex

#784760
(120,71,96)
0 Favorites   0 Comments

Color spaces of #784760

RGB 1207196
HSL0.910.260.37
HSV329°41°47°
CMYK 0.000.410.20   0.53
XYZ12.11039.344112.2316
Yxy9.34410.35950.2774
Hunter Lab30.568117.2229-2.3268
CIE-Lab36.638524.7087-5.7462

#784760 color RGB value is (120,71,96).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01111000 01000111 01100000
Octal 170 107 140
Decimal 120 71 96
Hex 78 47 60

RGB Percentages of Color #784760

%41.81
%24.74
%33.45

CMYK Percentages of Color #784760

%0
%41
%20
%53

Triadic Colors of #784760

#784760 #607847 #476078

Analogous Colors of #784760

#784760 #784748 #784778

Monochromatic Colors of #784760

#784760

Complementary Color

#784760 #47785f

#784760 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#784760 Color Preview on White Background

Lorem ipsum dolor sit amet.

#784760 Color CSS Codes

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

#784760 Text Font Color

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

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


#784760 Background Color

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

This div background color is #784760


#784760 Border Color

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

This div border color is #784760


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #784760


Comments

No comments written yet.

Please login to write comment.