Color Hex Logo

#784766 Color Hex

#784766
(120,71,102)
0 Favorites   0 Comments

Color spaces of #784766

RGB 12071102
HSL0.890.260.37
HSV322°41°47°
CMYK 0.000.410.15   0.53
XYZ12.39729.458913.7427
Yxy9.45890.34820.2657
Hunter Lab30.755318.1300-4.9644
CIE-Lab36.853225.7547-9.1968

#784766 color RGB value is (120,71,102).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01111000 01000111 01100110
Octal 170 107 146
Decimal 120 71 102
Hex 78 47 66

RGB Percentages of Color #784766

%40.96
%24.23
%34.81

CMYK Percentages of Color #784766

%0
%41
%15
%53

Triadic Colors of #784766

#784766 #667847 #476678

Analogous Colors of #784766

#784766 #78474e #724778

Monochromatic Colors of #784766

#784766

Complementary Color

#784766 #477859

#784766 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#784766 Color Preview on White Background

Lorem ipsum dolor sit amet.

#784766 Color CSS Codes

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

#784766 Text Font Color

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

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


#784766 Background Color

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

This div background color is #784766


#784766 Border Color

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

This div border color is #784766


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #784766


Comments

No comments written yet.

Please login to write comment.