Color Hex Logo

#784666 Color Hex

#784666
(120,70,102)
0 Favorites   0 Comments

Color spaces of #784666

RGB 12070102
HSL0.890.260.37
HSV322°42°47°
CMYK 0.000.420.15   0.53
XYZ12.33429.332713.7217
Yxy9.33270.34850.2637
Hunter Lab30.549518.6069-5.2463
CIE-Lab36.617126.3421-9.5527

#784666 color RGB value is (120,70,102).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01111000 01000110 01100110
Octal 170 106 146
Decimal 120 70 102
Hex 78 46 66

RGB Percentages of Color #784666

%41.10
%23.97
%34.93

CMYK Percentages of Color #784666

%0
%42
%15
%53

Triadic Colors of #784666

#784666 #667846 #466678

Analogous Colors of #784666

#784666 #78464d #714678

Monochromatic Colors of #784666

#784666

Complementary Color

#784666 #467858

#784666 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#784666 Color Preview on White Background

Lorem ipsum dolor sit amet.

#784666 Color CSS Codes

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

#784666 Text Font Color

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

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


#784666 Background Color

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

This div background color is #784666


#784666 Border Color

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

This div border color is #784666


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #784666


Comments

No comments written yet.

Please login to write comment.